je viens de configurer fbsplash, je l'ai paramétré en daemon dans mon rc.conf, j'ai laissé le fbsplash.conf par défaut. J'ai mis à jour la ligne kernel de grub avec ce qu'il y a dans le wiki.
Quand le daemon se lance, l'écran devient noir jusqu'au lancement de Slim ...
menu.lst :
rc.conf :# (0) Arch Linux
title Arch LinuxFB
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/sda2 ro vga=795 splash=silent,theme:arch-banner-icons console=tty1 quiet
initrd /boot/kernel26.img
fbsplash.conf :DAEMONS=(syslog-ng !fbsplash hal network netfs crond pacmandb @routage @cups @ntpdate @alsa @sshd)
Si quelqu'un à une idée, merci d'avance.##############################################################################
### Initcpio options
## Themes to include into initcpio
SPLASH_THEMES="arch-black arch-banner-icons arch-banner-noicons"
## Override the initcpio silent splash screen status message
## This will have *no* effect if you use a fbcondecor kernel
SPLASH_MESSAGE_INIT="Initializing the kernel..."
##############################################################################
### Options for /etc/rc.d/fbsplash
## Virtual Terminals with fbcondecor backgrounds
## Only does something with a fbcondecor patched kernel
SPLASH_TTYS="1 2 3 4 5 6"
##############################################################################
### Fbsplash options
## Switch to the verbose screen on any [FAIL] message if "yes"
## Useful with very simple themes
SPLASH_VERBOSE_ON_ERRORS="no"
## Fade effects
## This affects the splash daemon only
## The initcpio splash helper (and uswsusp-fbsplash) use kernel parameters
SPLASH_EFFECTS="fadein,fadeout"
## Enable the textbox at silent splash start if "yes"
## The textbox can be toogled by pressing F3-key
## Useful if the theme provides a message log or other textbox
SPLASH_TEXTBOX="yes"
## Splash daemon verbose timeout when no progress (seconds)
## Useful if you want to watch fsck or need to input something
SPLASH_AUTOVERBOSE=0
## Override the basic splash daemon status message
## The only variable that can be used here is '$progress'
## Please use single ticks (') around this unless you know what you're doing!
SPLASH_BOOT_MESSAGE='Booting'
SPLASH_REBOOT_MESSAGE='Rebooting'
SPLASH_SHUTDOWN_MESSAGE='Shutting down'
## Name of service (aka daemon script) starting Xorg
## Set this to avoid VT/keyboard struggle between Xorg and the splash daemon
SPLASH_XSERVICE="xdm"
##############################################################################
### Fbsplash extra options
## same for single-user mode
SPLASH_SINGLE_MESSAGE='Changing to single-user mode'
## Update the splash message to see what's going on
## Variables that will be evaluated for every message:
## '${RUNLEVEL_MSG}' - SPLASH_{BOOT,REBOOT,SHUTDOWN,SINGLE}_MESSAGE
## '${PROGRESS}' - Percent value of progress
## '${SCRIPT}' - Name of the busy service (aka daemon) start/stop-script
## '${BUSY_MSG}' - Current message from the boot/shutdown-system
## Please use single ticks (') around this unless you know what you're doing!
SPLASH_MESSAGE='${RUNLEVEL_MSG} [F2 console] [F3 textbox] ${BUSY_MSG}'
## Set the final splash daemon status message
## Useful if fadeout enabled
SPLASH_MESSAGE_SINGLE='Single-user mode entered'
SPLASH_MESSAGE_BOOTED='Booted'
## Write ArchLinux boot/shutdown messages to the splash log
## Useful when using a theme providing a message log textbox
## Variables that will be evaluated for every message:
## '${SCRIPT}' - Name of the busy service (aka daemon) start/stop-script
## '${BUSY_MSG}' - Current message from the boot/shutdown-system
## Please use single ticks (') around this unless you know what you're doing!
SPLASH_MSGLOG_BUSY=''
#SPLASH_MSGLOG_BUSY='${BUSY_MSG}'
SPLASH_MSGLOG_DONE=''
#SPLASH_MSGLOG_DONE='DONE: ${BUSY_MSG}'
SPLASH_MSGLOG_FAIL='FAIL: ${BUSY_MSG}'
## Stay on the splash screen on daemon exit if "yes" (runlevel 5 only)
## Useful to avoid blinking when Xorg is started
SPLASH_STAY_SILENT="yes"
# EOF #
YugNat.