# /etc/splash/splash.conf - global setting for fbsplash # $Id$ # Name of the of the theme which will be used: SPLASH_THEME="default" # The splash modes which will be used: # silent displays a graphical boot image, # and verbose the standard text messages SPLASH_MODE="silent" #SPLASH_MODE="verbose" # Which display should be used for fbsplash: SPLASH_TTY="3" # enable this to suppres flickers, while starting X #SPLASH_X11_TTY="${SPLASH_TTY}" # Default boot messages SPLASH_BOOT_MESSAGE="Booting the system ..." SPLASH_REBOOT_MESSAGE="Rebooting the system ..." SPLASH_SHUTDOWN_MESSAGE="Shutting down the system ..." # should fbsplash drop into verbose mode on errors? (1=yes, 0=no) SPLASH_VERBOSE_ON_ERRORS="1" # default fbsplash themes directory SPLASH_THEMES="/etc/splash/themes" # control fifo for fbsplash SPLASH_FIFO="/dev/splashfifo" # framebuffer device used by fbsplash SPLASH_DEV="/dev/fb0" # optional parameters used by the fbsplash command SPLASH_OPTS=""