LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Change login manager (https://www.linuxquestions.org/questions/linux-newbie-8/change-login-manager-240914/)

Haiyadragon 10-10-2004 07:37 AM

Change login manager
 
Right now gdm starts on boot as my login manager. But I wan't kdm to start instead. How do I make it so?

Thanks in advance.

Demonbane 10-10-2004 08:32 AM

open /etc/rc.d/rc.4

comment out
Code:

if [ -x /usr/bin/gdm ]; then
  exec /usr/bin/gdm --nodaemon
fi


Haiyadragon 10-10-2004 08:48 AM

Thanks, that worked.


All times are GMT -5. The time now is 08:29 AM.