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

Up: slitaz-tools (4.8.2) - Xorg bug fix again
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 14:04:24 2012 +0100 (2012-03-24)
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 ===============================================================================