You are not logged in.

1

Wednesday, June 11th 2003, 11:53pm

KDM in Redhat 9?

How do I configure RH9 to use KDM? It has the KDM configuration module installed, but it defaults to GDM, and ignores any changes to the KDM configuration (because KDM is not used). Where's the config file I need to edit, and how do I do it? Thanks!

2

Monday, June 23rd 2003, 7:38am

In the past you had to edit /etc/inittab to change from xdm to kdm , perhaps this is still the case with RedHat.

Also add the following line in
/etc/sysconfig/desktop:
[code:1]
DISPLAYMANAGER="KDE"
[/code:1]


Rinse
Help mee om KDE 3.5.5 in het Nederlands te vertalen

3

Monday, June 23rd 2003, 9:33pm

Thank you! Adding the line to /etc/sysconfig/desktop is all that's needed.