FedoraThis forum is for the discussion of the Fedora Project.
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.
I have read through my Fedora 10 documents, and I can't seem to be able to figure out exactly where it picks the display manager. So I have two questions:
Can I give gdm a configuration file to show alternatives like KDE to start instead of Gnome?
How can I start kdm or xdm instead of gdm?
There was a time when I thought I knew how Linux systems start up, but now I am a bit lost. Could be that I'm just tired.
gdm will give you a list of installed window managers.
just click on session
The trouble is, I was expecting to see the "session" button there (I installed both Gnome and KDE), but I don't see it. And I've been trying to figure out how to either configure gdm or alternatively try out kdm or xdm.
I installed Fedora 10 from the live CD with KDE desktop as default, I wanted to check out gnome as well so I installed it, but it didn't show up in my session switcher on my login screen and I didn't want to bother with that, so these are the steps I took, only opposite because your default is going to look like my edited one, so my default one will be yours after editing..... yeah.
As root edit /etc/sysconfig/desktop (create this file if it doesn't already exist), to contain:
DESKTOP="KDE"
DISPLAYMANAGER="KDM"
Assuming you have everything needed for KDE installed, this should be the manual solution.
I guess I got it figured out now. It looked like the prefdm script didn't even find /etc/sysconfig/desktop, so I edited prefdm with some violence. Now it seems to work the way it's supposed to.
"yum install switchdesk-gui" will give you a graphical method for doing this. However, I have it installed and don't see it in my menus so you may have to run "switchdesk" from a terminal (which is sort of stupid if you ask me).
Yeah, I was just looking at it and it's apparently not quite what it used to be. Sorry I can't be of more help as I have absolutely no use for KDE, but this might help you:
Quote:
Originally Posted by http://fedoraproject.org/wiki/KDE
To make KDM the default display manager, use your favourite package management tool (yum, kpackagekit) to install system-switch-displaymanager and run the system-switch-displaymanager kdm command.
I would imagine KDM would have an easier time of switching to KDE. I should note though that this really shouldn't be necessary, but I've been finding quite a bit in F10 that I don't agree with (NetworkManger, spacial view, and so on).
Anyway what I did was just edit it to force kdm by commenting out everything from the "Run preferred X display manager" routine except the line that has the statement
preferred=/usr/bin/kdm
and that worked. The desktop switcher doesn't work.
I found the tool that I refer to in the title (system-switch-displaymanager). It worked. I didn't find out how it performed its magic, but at least I'm working with kdm now, which gives me some options.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.