updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / fbsplash-extras / splash-extras
bloba9bef0ef4d523d2cf7a0008b532b6258c5e277b7
1 #!/bin/bash
3 # /etc/conf.d/splash-extras
5 # Supplement /etc/conf.d/splash
7 ## Configuration for fbsplash-chvt
8 # Change to or stay on the Splash VT before Xorg is started from inittab
9 # to prevent it from changing to somewhere else on shutdown.
10 # Change to console for other runlevels to avoid black screen after
11 # exiting the splash or X.
12 # List of runlevels starting Xorg from /etc/inittab:
13 SPLASH_XLEVELS=( 5 )
14 # To enable this also for changing between runlevels,
15 # insert into /etc/inittab before Xorg start (login manager section):
17 # ### fbsplash-extras: Change to/from splash VT on Runlevel Changes
18 # fse2:2:wait:/sbin/fbsplash-chvt
19 # fse3:3:wait:/sbin/fbsplash-chvt
20 # fse4:4:wait:/sbin/fbsplash-chvt
21 # fse5:5:wait:/sbin/fbsplash-chvt
24 ## Configuration for fbsplash-controld
25 # Learn services start/stop times and use for smooth progress-bar or -animation
26 SPLASH_SMOOTH_PROGRESS="yes"
27 # Push initscripts status messages only when no progress for a least one second
28 # (overrides SPLASH_PUSH_MESSAGE.)
29 SPLASH_PUSH_DELAY="yes"
31 ## Special case: Exit the splash at the end of /etc/rc.sysinit
32 # (override /etc/conf.d/splash - for starting X before /etc/rc.multi)
33 #SPLASH_XSERVICE="fbsplash-boot-dummy"
35 # EOF #