Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-09-2003, 10:37 PM
|
#1
|
LQ Newbie
Registered: Mar 2003
Posts: 16
Rep:
|
Mandrake 91 Graphical login
Mandrake 91 in the graphical mode I cannot get the system to boot up with the standard gdm login . If I startt at init 3 and then type gdm the login screen I want to use is shown rather than the lame Mandrake face thing. Any ideas as to How I chang that for good ?
Have tried GDM configurator but seems to not stick.
Thanks
|
|
|
04-09-2003, 11:07 PM
|
#2
|
Senior Member
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
|
i think one way would be to edit the line in the /etc/inittab file
it should look something like:
x:5:respawn:/etc/X11/gdm -nodaemon
hope this helps, cheers
|
|
|
04-10-2003, 12:07 AM
|
#3
|
LQ Newbie
Registered: Mar 2003
Posts: 16
Original Poster
Rep:
|
I dont seem to have any lines in the file close to the one you listed,
|
|
|
04-10-2003, 12:49 AM
|
#4
|
Member
Registered: Mar 2003
Location: Kurnool, India.
Distribution: Redhat 9
Posts: 67
Rep:
|
Grayhane you can try this
If you use startx you can enter X windows directly with the present login.
OR use 'init 5' this takes you to a login screen in X.
Hope this helps you
|
|
|
04-10-2003, 02:51 AM
|
#5
|
LQ Newbie
Registered: Mar 2003
Posts: 16
Original Poster
Rep:
|
Let me restate whats what, starting from init level 3 ( text mode ) I can type gdm and get one interface for login (gnome ) or using startx get the lame one with the faces on it,
What I want to do is change settings so gdm is the default and the login screen is the one with gnome on it and not the graphic faces
thanks
|
|
|
04-10-2003, 03:29 AM
|
#6
|
Member
Registered: Mar 2003
Location: Kurnool, India.
Distribution: Redhat 9
Posts: 67
Rep:
|
Edit the inittab as suggested by frieza.
At one place in the inittab, you will see all the init levels from 0 to 6.
change the level 5, as per the suggestion and set the default init level to 5.
|
|
|
04-10-2003, 09:31 AM
|
#7
|
Member
Registered: Feb 2003
Location: Netherlands
Distribution: debian (sid)
Posts: 693
Rep:
|
but if you're on slackware, set it to 4.
|
|
|
04-10-2003, 10:07 AM
|
#8
|
Senior Member
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233
|
Quote:
Originally posted by Grayhane
I dont seem to have any lines in the file close to the one you listed,
|
hmm, it should be at the bottom of the inittab file, but then again my distributions are redhat based, so perhaps the inittab file structure are different
|
|
|
04-10-2003, 10:09 AM
|
#9
|
LQ Addict
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403
Rep:
|
In mandrake 9.1 you go to the Mandrake Control Center... click hardware and click on the display manager chooser (Looks like traffic lights) it will let you choose your DM (just click GDM and when you reboot, that's the one that will pop up)
|
|
|
04-10-2003, 02:49 PM
|
#10
|
LQ Newbie
Registered: Mar 2003
Posts: 16
Original Poster
Rep:
|
Thank you all !!!!!!!
I now know how to do it both in the GUI and via the file.
And to tcaptain, thanks for showing me how lame I can be at times, I must have looked at that stop lite a dozen times along the way.
|
|
|
04-10-2003, 02:53 PM
|
#11
|
LQ Addict
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403
Rep:
|
Quote:
Originally posted by Grayhane
Thank you all !!!!!!!
I now know how to do it both in the GUI and via the file.
And to tcaptain, thanks for showing me how lame I can be at times, I must have looked at that stop lite a dozen times along the way.
|
My intention was not to show you that you are lame You aren't lame, you just missed an option...trust me, I didn't know either until I read a post about switching dm in Mandrake.
And since I've been having problems with KDM, that knowledge came in handy
|
|
|
04-10-2003, 10:50 PM
|
#12
|
LQ Newbie
Registered: Apr 2003
Posts: 1
Rep:
|
I have the same annoying problem using Redhat 9.
/etc/inittab
x:5:respawn:/etc/X11/prefdm -nodaemon
this line led me to the /etc/X11/prefdm
/etc/X11/prefdm
preferred=
if [ -f /etc/sysconfig/desktop ]; then
. /etc/sysconfig/desktop
if [ "$DISPLAYMANAGER" = GNOME ]; then
preferred=gdm
elif [ "$DISPLAYMANAGER" = KDE ]; then
preferred=kdm
elif [ "$DISPLAYMANAGER" = XDM ]; then
preferred=xdm
so now i'm looking at /etc/sysconfig/desktop
/etc/sysconfig/desktop
DESKTOP="KDE"
finally...i like linux, but there has to be an easier way (maybe that's the newbie talking)
|
|
|
04-11-2003, 11:23 PM
|
#13
|
Member
Registered: Jan 2003
Posts: 45
Rep:
|
probably the newbie talking, but hey, it's just like learning anything. it's hard at first, but 'easy' is relitive, once you become good at linux it will seem easy, and you'll be wondering how you got tripped up on this little snag in the first place, and looking at thins you call a 'little snag' that would have seemed like a brick wall now besides, you don't have to do it entirely alone, there's always this bullitan
|
|
|
All times are GMT -5. The time now is 08:36 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|