[inittab] écran noir sur mes ttys (résolu)
Publié : dim. 20 mars 2011, 23:25
Voilà, tout est dans le titre...
Lorsque que je tape Ctrl+Alt+Fx, j'ai un écran noir...
Voici mon inittab, y a-t-il quelque chose d'anormal?
Sinon, avez vous des pistes?
Merci d'avance
Lorsque que je tape Ctrl+Alt+Fx, j'ai un écran noir...
Voici mon inittab, y a-t-il quelque chose d'anormal?
Sinon, avez vous des pistes?
Code : Tout sélectionner
#
# /etc/inittab
#
# Runlevels:
# 0 Halt
# 1(S) Single-user
# 2 Not used
# 3 Multi-user
# 4 Not used
# 5 X11
# 6 Reboot
## 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:once:/etc/rc.single
rm:2345:once:/etc/rc.multi
rh:06:once:/etc/rc.shutdown
su:S:once:/sbin/sulogin -p
# -8 options fixes umlauts problem on login
c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
#c1:2345:respawn:/sbin/login -f kuluse tty /dev/tty1 2>&1
c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
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
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
#x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >& /dev/null
x:5:once:/bin/su kuluse -l -c "bash --login -c 'startx &>/dev/null'"
# End of file
Merci d'avance