Suite à une MaJ copieuse d'il y a quelques jours (Xorg, E17 et un tas d'autres paquets), un problème est apparu : le boot X11 ne fonctionne plus. Cela ne vient pas du login manager, étant donné qu'après test, xdm comme Entrance ne marchent pas (écran noir figé avant leur lancement, et reboot manuel).
J'ai donc essayé le boot en console et là, tout fonctionne.
Je peux donc me log en console et faire un startx ensuite, mais pas booter directement sur X11. J'avoue que la raison m'échappe un peu, même si la solution est sûrement simple (un fichier conf que j'aurais oublié de vérifier...).
Mon fichier /etc/inittab actuel :
Code : Tout sélectionner
## Only one of the following two lines can be uncommented!
# Boot to console
id:3:initdefault:
# Boot to X11
#id:5:initdefault:
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
rm:2345:wait:/etc/rc.multi
rh:06:wait:/etc/rc.shutdown
su:S:wait:/sbin/sulogin -p
# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
# Hypervisor Virtual Console for Xen and KVM
#h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
# Example lines for starting a login manager
#x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >& /dev/null
#x:5:respawn:/usr/bin/xdm -nodaemon
x:5:respawn:/usr/bin/xdm -nodaemon -config /etc/X11/xdm/archlinux/xdm-config
Merci d'avance.