Xavier Beaudet �crivit :
[...]
> Sinon, comment dire au boot d'utiliser gdm ou xdm au lieu de kdm ?
Bonjour,
Comme ceci :
[root@amidala ~]# less /etc/inittab
[...]
# Run xdm in runlevel 5
# xdm is now a separate service
x:5:respawn:/etc/X11/prefdm -nodaemon
[root@amidala ~]# cd /etc/X11/
[root@amidala /etc/X11]# ls -l prefdm
lrwxrwxrwx 1 root root 12 nov 18 04:14 prefdm ->
/usr/bin/kdm*
[root@amidala /etc/X11]# whereis gdm
gdm: /usr/bin/gdm
[root@amidala /etc/X11]# ln -sf /usr/bin/gdm prefdm
[root@amidala /etc/X11]# ls -l prefdm
lrwxrwxrwx 1 root root 12 d�c 5 18:51 prefdm ->
/usr/bin/gdm*
La m�me m�thode s'applique pour XDM.
Cordialement,
David BAUDENS
--
MandrakeSoft http://www.mandrakesoft.com/
--David