Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
It probably depends on the distribution (with SuSE 8.1 a string ["kdm", "gdm", ...] is assigned in /etc/sysconfig/displaymanager, which is used in /etc/init.d/xdm for setting the exact location [/opt/kde/bin/kdm, ...]).
I'd suggest a text search for "DISPLAYMANAGER=" in /etc and subdirectories to find the relevant configuration file(s).
(Many distributions also provide a graphical tool for choosing the login manager.)
u can also do this in /etc/inittab. in RHL's inittab, it is usually in the last line of that file (the default is prefdm entry which you can change to the path of the win manager desired).
well the situation here is that the actual login manager to be used is determined by the prefdm script as mentioned above. if it says you run kde then it will automatically run kdm etc...
Code:
# Run gettys in standard runlevels
1:2345:respawn:/sbin/mingetty tty1
2:2345:respawn:/sbin/mingetty tty2
3:2345:respawn:/sbin/mingetty tty3
4:2345:respawn:/sbin/mingetty tty4
5:2345:respawn:/sbin/mingetty tty5
6:2345:respawn:/sbin/mingetty tty6
# Run xdm in runlevel 5
# xdm is now a separate service
x:5:respawn:/etc/X11/prefdm -nodaemon
that's the bit of inittab to change. that seems to be the most appropriate place to change it, as opposed to the prefdm script itself. that's the md82 version, so you really raelly should have something similar to that
shouldn't be that hard to find I remember Mandrake (same version im running) would show such options in it's 'control panel' but no longer show. weird but yup yu, asll is well! GDM mmmmmmmmm
aghh... i spent so much time looking for that solution one day. after reading all sorts of scripts, i finally found stupid DESKTOP="kdm" in /etc/sysconfig. i was so mad
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.