lancer automatiquement server X au démarrage debian - Logiciels - Linux et OS Alternatifs
Marsh Posté le 10-08-2007 à 14:36:47
Quelle distrib ? 
install gdm ou kdm au choix
Marsh Posté le 10-08-2007 à 14:39:18
ReplyMarsh Posté le 10-08-2007 à 14:40:03
ReplyMarsh Posté le 10-08-2007 à 15:17:20
| O'Gure a écrit : runlevel 2 + aptitude install kdm  | 
 
re 
 
depuis que j'ai fait cela (run level était déjà sur 2) 
mais donc aptitude install kdm 
le mode graphique ne se lance plus 
ni au démarrage ni avec startx 
 
on voit que le dernier deamon a être lancé est K-diplay start kdm  
mais écran reste noir 
 
Merci de bien vouloir continuer à m'aider 
 
Marsh Posté le 10-08-2007 à 14:31:38
Bonjour,
etc/init.d/rcS 
sbin/sulogin 
etc/init.d/rc 0 
etc/init.d/rc 1 
etc/init.d/rc 2 
etc/init.d/rc 3 
etc/init.d/rc 4 
etc/init.d/rc 5 
etc/init.d/rc 6 
sbin/sulogin 
sbin/shutdown -t1 -a -r now 
bin/echo "Keyboard Request--edit /etc/inittab to let this work." 
etc/init.d/powerfail start 
etc/init.d/powerfail now 
etc/init.d/powerfaiu stop 
etc/init.d/rcS 
sbin/sulogin 
je voudrais configuere mon debian popur q'uil lance le server X au démarrage avec proposition de login
Je lis sur autres forums qu'il faut changer /etc/inittab
run level de 3 en 5
mais sur debian 3 et 5 c'est la même chose
donc je ne sais pas si c'est le run level qu'il faut changer ou autre chose
voici une partie de mon inittab
Merci d'avance pour votre aide
# /etc/inittab: init(8) configuration.
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
# The default runlevel.
id:2:initdefault:
# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit
# What to do in single-user mode.
~~:S:wait
# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.
l0:0:wait
l1:1:wait
l2:2:wait
l3:3:wait
l4:4:wait
l5:5:wait
l6:6:wait
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn
# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel
# Action on special keypress (ALT-UpArrow).
#kb::kbrequest
# What to do when the power fails/returns.
pf::powerwait
pn::powerfailnow
po::powerokwait
ot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit
# What to do in single-user mode.
~~:S:wait
# /etc/init.d executes the S and K scripts upon change
# of runlevel.
#
# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.