Annotation of /trunk/busybox/splash.conf
Parent Directory | Revision Log
Revision 1839 -
(hide annotations)
(download)
Fri Jul 13 09:55:49 2012 UTC (12 years, 3 months ago) by niro
File size: 978 byte(s)
Fri Jul 13 09:55:49 2012 UTC (12 years, 3 months ago) by niro
File size: 978 byte(s)
-introduce SPLASH_DEV config opt and use it
1 | niro | 1264 | # /etc/splash/splash.conf - global setting for fbsplash |
2 | # $Id$ | ||
3 | |||
4 | # Name of the of the theme which will be used: | ||
5 | SPLASH_THEME="default" | ||
6 | |||
7 | # The splash modes which will be used: | ||
8 | # silent displays a graphical boot image, | ||
9 | # and verbose the standard text messages | ||
10 | SPLASH_MODE="silent" | ||
11 | #SPLASH_MODE="verbose" | ||
12 | |||
13 | # Which display should be used for fbsplash: | ||
14 | SPLASH_TTY="3" | ||
15 | niro | 1277 | # enable this to suppres flickers, while starting X |
16 | #SPLASH_X11_TTY="${SPLASH_TTY}" | ||
17 | niro | 1264 | |
18 | # Default boot messages | ||
19 | SPLASH_BOOT_MESSAGE="Booting the system ..." | ||
20 | SPLASH_REBOOT_MESSAGE="Rebooting the system ..." | ||
21 | SPLASH_SHUTDOWN_MESSAGE="Shutting down the system ..." | ||
22 | |||
23 | # should fbsplash drop into verbose mode on errors? (1=yes, 0=no) | ||
24 | SPLASH_VERBOSE_ON_ERRORS="1" | ||
25 | |||
26 | # default fbsplash themes directory | ||
27 | SPLASH_THEMES="/etc/splash/themes" | ||
28 | |||
29 | # control fifo for fbsplash | ||
30 | niro | 1397 | SPLASH_FIFO="/dev/splashfifo" |
31 | niro | 1264 | |
32 | niro | 1839 | # framebuffer device used by fbsplash |
33 | SPLASH_DEV="/dev/fb0" | ||
34 | |||
35 | niro | 1264 | # optional parameters used by the fbsplash command |
36 | SPLASH_OPTS="" |