]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
dfb: Utilize it. test=dfb kicks off a test for it.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 8 Feb 2011 20:32:24 +0000 (15:32 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 8 Feb 2011 20:32:24 +0000 (15:32 -0500)
root_image/etc/init.d/primary_fb
root_image/etc/init.d/rcS

index afabee1cb5bc27b738a244f7e32e8e62f9f38f95..07ee5585aba2515bc821e6dea3bd1095ceafc819 100755 (executable)
@@ -25,12 +25,13 @@ fb_start ()
        fi
        plymouth --show-splash
        plymouth message --text=Yo
+       dfbinfo
+       dfbtest_window
 }
 
 fb_stop()
 {
        plymouth --hide-splash
-       /usr/bin/fb_test
 }
 
 NORM=$(boot_parameter 'nofb')
index 2c3a303d1decbf3f57fa1a6d0796717cc05fcd18..5228671fdb9fa3ff0b87fe04d19aebacfa9c5f35 100755 (executable)
@@ -100,5 +100,7 @@ if [ $? == 0 ]; then
                eatmem)
                        while (true); do eatmem 64MB 10; echo "testing ..";done &
                        ;;
+               dfb)
+                       while (true); do dfbtest_fillrect; done &
        esac
 fi