LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-10-2004, 09:58 PM   #1
javamdk
Member
 
Registered: Jul 2004
Location: Indiana
Distribution: Slackware 10.1, Debian
Posts: 64

Rep: Reputation: 15
Unhappy Gnome Login Screen


I'm using Slackware 10.0 and whenever I boot up the computer it comes up with this Gnome login section where I can pick and choose different sessions. Well personally I'm not fond of having Gnome saying login and so forth. Isn't there a KDE login section where you can even pick and choose from sessions??

What is this login section called? and how do I go about to change it to the KDE version? Also are there other versions?

Thanks
 
Old 07-11-2004, 07:11 AM   #2
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
What you're talking about is technically called the Display Manager or "DM", and is commonly also called the "login manager".

You are presumably using GDM (the GNOME display manager), and want to change to KDM (the KDE display manager). There is also XDM (the X display manager, non-specific to either GNOME or KDE), other "loose" DMs, such as entrance, and Mandrake has a specialized version of KDM known as MDKDM (not that you care, using Slackware as you are, but you did ask if there are others, and there are).

As for how to change your DM, that is controlled by /etc/rc.d/rc4. It looks first for GDM, then KDM, then XDM.

You can either just uninstall GDM (so it is not found; GDM is a separate package from GNOME, so uninstalling it should not affect any GNOME installation you may have, though I can't speak for a Dropline GNOME installation, which is slightly differently configured), and then Slack will be forced to default to KDM, or you can comment out the three "Search for GDM" lines in /etc/rc.d/rc4, so that they are skipped and Slack just starts KDM.

I suppose you already know that KDM can be configured through the KDE Control Center .

Hope this helps.
 
Old 07-11-2004, 07:14 AM   #3
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
Have a look at the bootscripts. If you look at /etc/rc.d/rc.4 it starts with
Code:
# Try to use GNOME's gdm session manager:
if [ -x /usr/bin/gdm ]; then
  exec /usr/bin/gdm -nodaemon
fi

# Not there?  OK, try to use KDE's kdm session manager:
if [ -x /opt/kde/bin/kdm ]; then
  exec /opt/kde/bin/kdm -nodaemon
fi
so if you comment out the lines where it looks for gdm it will go straight to looking for kdm . Like so
Code:
# Try to use GNOME's gdm session manager:
# if [ -x /usr/bin/gdm ]; then
#   exec /usr/bin/gdm -nodaemon
# fi

# Not there?  OK, try to use KDE's kdm session manager:
if [ -x /opt/kde/bin/kdm ]; then
  exec /opt/kde/bin/kdm -nodaemon
fi
 
Old 07-11-2004, 07:12 PM   #4
javamdk
Member
 
Registered: Jul 2004
Location: Indiana
Distribution: Slackware 10.1, Debian
Posts: 64

Original Poster
Rep: Reputation: 15
Awesome!!! Thank's a million guys, do you know by any chance of a good Linux book that would be ideal for someone sort of new to linux?
 
Old 07-11-2004, 08:42 PM   #5
jdmml
Member
 
Registered: Jul 2004
Location: Canada
Distribution: Fedora Core 2
Posts: 89

Rep: Reputation: 15
i was wondering if the /etc file is the same in fedora core 2
 
Old 07-12-2004, 01:03 PM   #6
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
No, the bootscripts are completly different in Fedora. I have got Fedora core 2 installed, but without KDE. Why don't you ask in the Fedora forum?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gnome login screen in Suse 9.3 wfischer Linux - General 2 05-30-2005 10:06 AM
Gnome Login Screen customizations maelstrom209 Linux - Software 1 12-07-2004 06:16 AM
gnome login screen question???? bbmak Linux - Newbie 5 07-03-2004 01:14 PM
Gnome installed, but won't show up at login screen Crysm Linux - Software 0 06-02-2004 09:09 AM
Howto disable Login screen GNOME rohan208 Linux - Newbie 1 05-07-2004 06:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration