LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Change from kdm to gdm? (https://www.linuxquestions.org/questions/debian-26/change-from-kdm-to-gdm-547964/)

acidblue 04-21-2007 08:20 PM

Change from kdm to gdm?
 
How do i change my login manager?
This is got to be one of those newbie questions
that drives people nutz.

Dutch Master 04-21-2007 08:30 PM

Pretty simple. Open the file /etc/X11/default-display-manager with your editor of choice. Make sure you invoke that editor as root, otherwise it won't work. In that file there's a single line: /usr/bin/kdm Change that to /usr/bin/gdm and save the file. Reboot and you're in Gnome.

acidblue 04-21-2007 08:45 PM

Thanks that was simple.
One more thing I want to change the gdm screen to one
i got from gnomelook but when i do:
Desktop>Administration>Login Window
I get a screen displaying that i been granted root access, so i click
'close' but then no Login Window, it dosn't run.
Tried running from a terminal but i get 'Login commd not found'
Is the Xserver rejecting my call to the program?
or is it a bug?

BillyGalbreath 04-22-2007 01:52 AM

Quote:

Originally Posted by acidblue
Thanks that was simple.
One more thing I want to change the gdm screen to one
i got from gnomelook but when i do:
Desktop>Administration>Login Window
I get a screen displaying that i been granted root access, so i click
'close' but then no Login Window, it dosn't run.
Tried running from a terminal but i get 'Login commd not found'
Is the Xserver rejecting my call to the program?
or is it a bug?

Logout of your xsession. This will take you back to the GDM login screen. Click on "Actions" and choose "Configure Login Manager". You can then install the new GDM theme and configure it.

Niels Olson 01-07-2008 08:54 PM

in SuSE you have to edit two files:
/etc/sysconfig/windowmanager
/etc/sysconfig/displaymanager

ref: http://www.novell.com/coolsolutions/feature/15333.html

Dutch Master 01-08-2008 05:15 AM

I'm sure it is, but:
a) this is the Debian forum
b) this thread is 9 months old

Do you really think that info would be usefull here? I know it doesn't... :-\

Niels Olson 01-09-2008 11:02 PM

I guess you didn't find this thread as a number one google search like I did.

BillyGalbreath 01-13-2008 06:38 PM

while we're here again, I think I'll go ahead and mention this super easy super fast way of switching from KDM to GDM by default.

First you need to know if you have both installed. If not, install the one you don't have.

sudo apt-get install gdm to install GDM.

sudo apt-get install kdm to install KDM.

If you already have both installed then reconfigure one of them (it doesn't matter which one) like so:

sudo dpkg-reconfigure gdm

Now, it doesn't matter which of the three above mentioned methods you used, you will be presented with a dialog asking you which default you want to have (if, and only if, you have successfully installed more than one). Make your choice.

Simple.

;)


All times are GMT -5. The time now is 02:24 PM.