wok diff slitaz-fbsplash/stuff/README @ rev 10313

ecore: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 22:04:32 2011 +0000 (2011-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-fbsplash/stuff/README	Sat May 21 22:04:32 2011 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +README for Tazfbsplash
     1.5 +================================================================================
     1.6 +
     1.7 +Basic information
     1.8 +-----------------
     1.9 +
    1.10 + * Use kernel options 'quiet' and 'vga=xxx' at boot time
    1.11 + * The slitaz theme is for 1024x788 resolution (vga=791)
    1.12 + * Enable fbsplash in /etc/rcS.conf
    1.13 + * Tweak /etc/inittab to hide text messages
    1.14 + 
    1.15 +Testing, enabling or disabling fbsplash and managing themes can be done
    1.16 +with the tazfbsplash utility. Enjoy :-)
    1.17 +
    1.18 +Simple code example
    1.19 +-------------------
    1.20 +
    1.21 + fbsplash -c 	
    1.22 +	-s /etc/fbsplash/slitaz/slitaz-fbsplash.ppm \
    1.23 +	-i /etc/fbsplash/slitaz/fbsplash.cfg \
    1.24 +	-f /etc/fbsplash/fifo &
    1.25 + 
    1.26 + echo 25 > /etc/fbsplash/fifo
    1.27 + sleep 1
    1.28 + echo 50 > /etc/fbsplash/fifo
    1.29 + sleep 1
    1.30 + echo 75 > /etc/fbsplash/fifo
    1.31 + sleep 1
    1.32 + echo "exit" > /boot/fbsplash/fifo
    1.33 + 
    1.34 + ===============================================================================
    1.35 +