LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   login with GUI (https://www.linuxquestions.org/questions/debian-26/login-with-gui-371789/)

josefh 10-11-2005 01:48 AM

login with GUI
 
How to change login manager?. Currently I am using GDM, I would like change it
to KDM.
I have edit the contain of file /etc/X11/default_display_manager.
Now the contain of this file is :
/usr/bin/kdm
but it didn't work.

reddazz 10-11-2005 03:04 AM

Try "dpkg-reconfigure kdm".

makuyl 10-11-2005 05:13 AM

or:
update-rc.d -f gdm remove
update-rc.d kdm start 99 5 . stop 01 0 1 2 3 4 6 .
if runlevel 5 is where you want x that is.

josefh 10-12-2005 09:25 PM

Thanks
 
Thanks a lot I have tried it an it works. Now, I have KDM (my favourite) as my login manager


All times are GMT -5. The time now is 04:16 AM.