wok view slitaz-fbsplash/stuff/README @ rev 10010

gnustep-gui: build but need tar
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 02:11:20 2011 +0200 (2011-05-19)
parents
children
line source
1 README for Tazfbsplash
2 ================================================================================
4 Basic information
5 -----------------
7 * Use kernel options 'quiet' and 'vga=xxx' at boot time
8 * The slitaz theme is for 1024x788 resolution (vga=791)
9 * Enable fbsplash in /etc/rcS.conf
10 * Tweak /etc/inittab to hide text messages
12 Testing, enabling or disabling fbsplash and managing themes can be done
13 with the tazfbsplash utility. Enjoy :-)
15 Simple code example
16 -------------------
18 fbsplash -c
19 -s /etc/fbsplash/slitaz/slitaz-fbsplash.ppm \
20 -i /etc/fbsplash/slitaz/fbsplash.cfg \
21 -f /etc/fbsplash/fifo &
23 echo 25 > /etc/fbsplash/fifo
24 sleep 1
25 echo 50 > /etc/fbsplash/fifo
26 sleep 1
27 echo 75 > /etc/fbsplash/fifo
28 sleep 1
29 echo "exit" > /boot/fbsplash/fifo
31 ===============================================================================