Magellan Linux

Annotation of /trunk/busybox/splash.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1277 - (hide annotations) (download)
Fri Feb 4 21:34:23 2011 UTC (13 years, 3 months ago) by niro
File size: 920 byte(s)
- added a small hack to suppress screen flickers when starting X
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     SPLASH_FIFO="/etc/splash/fbfifo"
31    
32     # optional parameters used by the fbsplash command
33     SPLASH_OPTS=""