View previous topic :: View next topic |
Author |
Message |
guitardan311 n00b
Joined: 21 Jun 2004 Posts: 37 Location: Memphis, TN
|
Posted: Thu Jun 24, 2004 2:47 am Post subject: KDM No Longer Starting |
|
|
hi, I just installed Gentoo today and love it. I have got it to work so far but now I hit a snag. I was booting up, logging in, and using KDM to select desktop. So I though to make this auto load so I changed the /etc/rc.conf from "DISPLAYMANAGER =xdm" to "DISPLAYMANAGER=kdm". But now when I boot up I get a log in screen like KDM but sais "XFREE86" and sais "Welcome to 1" when Log in it gives me something that sais "choose windows manager widget" or something. But nothing can be selected. I tried to ctrl+alt+backspace to exit x but it just went back to the log in screen. What is this and what can I do to get KDM to work? or how can I get to a prompt from this to edit the rc.conf?
thatnks
dan |
|
Back to top |
|
|
Shan Guru
Joined: 04 Nov 2003 Posts: 558 Location: /dev/null
|
|
Back to top |
|
|
guitardan311 n00b
Joined: 21 Jun 2004 Posts: 37 Location: Memphis, TN
|
Posted: Thu Jun 24, 2004 4:36 am Post subject: |
|
|
ok, i have it working. The login window is still poping up, i can get to the prompt after ctrl+alt+backspace 2 time, and logging in and starting kdm. I still cannot get kdm to start automatically. I have tried the config above and some others, cant understand it. also what login screen is this and why does it pop up? (it looks like a win95 login with a "XFree86 Project" logo and sais "welcome to 1" at the top) |
|
Back to top |
|
|
Shan Guru
Joined: 04 Nov 2003 Posts: 558 Location: /dev/null
|
Posted: Thu Jun 24, 2004 5:04 am Post subject: |
|
|
Its the X / FWM login manager if I'm not mistaken, and it comes default when you install XFree / X.Org.
Still not sure why you're getting it though, you should be getting KDM if you followed the handbook. _________________ { NO -U } { STRIP }
{ TINY } |
|
Back to top |
|
|
guitardan311 n00b
Joined: 21 Jun 2004 Posts: 37 Location: Memphis, TN
|
Posted: Thu Jun 24, 2004 6:33 am Post subject: |
|
|
I dont get it either..is the rc.conf the only thing I need to configure? or am I missing something? I mean it works but its kind of annoying to ctrl+alt+backspace 2x, login, start kdm, and login again everytime I boot. |
|
Back to top |
|
|
Shan Guru
Joined: 04 Nov 2003 Posts: 558 Location: /dev/null
|
Posted: Thu Jun 24, 2004 6:38 am Post subject: |
|
|
guitardan311 wrote: | I dont get it either..is the rc.conf the only thing I need to configure? or am I missing something? I mean it works but its kind of annoying to ctrl+alt+backspace 2x, login, start kdm, and login again everytime I boot. |
The way things SHOULD be setup:
rc.conf wrote: | XDISPLAYMANAGER="xdm"
XSESSION="kde-3.2"
|
Code: | # rc-update add xdm default |
You can see what are acceptable variables for XSESSION by looking in /etc/X11/Sessions.
EDIT: I might have the variable names wrong for rc.conf, but just look at your existing config and you'll see what they should really be called. _________________ { NO -U } { STRIP }
{ TINY } |
|
Back to top |
|
|
guitardan311 n00b
Joined: 21 Jun 2004 Posts: 37 Location: Memphis, TN
|
Posted: Thu Jun 24, 2004 6:50 am Post subject: |
|
|
thats how i had it, i also tried
Code: | XDISPLAYMANAGER="kdm"
XSESSION="kde-3.2" |
and
Code: | XDISPLAYMANAGER="xdm"
XSESSION="kde-3.2.2" |
|
|
Back to top |
|
|
Shan Guru
Joined: 04 Nov 2003 Posts: 558 Location: /dev/null
|
Posted: Thu Jun 24, 2004 7:55 am Post subject: |
|
|
Hrm.. I'll have to look at my own when I get in in the morning (if I'm awake enough to remember ) _________________ { NO -U } { STRIP }
{ TINY } |
|
Back to top |
|
|
guitardan311 n00b
Joined: 21 Jun 2004 Posts: 37 Location: Memphis, TN
|
Posted: Thu Jun 24, 2004 3:00 pm Post subject: |
|
|
ok i have it working now.. im not sure what i did but, i noticed that everytime i saved the file and rebooted it commented the DISPLAYMANAGER and XSESSION. I tried startx and noticed that the value "kde-3.2" did not start kde, so i changed it back to "kde-3.2.2" and startx worked. So I gave DISPLAYMANAGER another shot and put it as kdm and rebooted without "rc-update add xdm default" and it works fine. Thanks alot for helping.
dan |
|
Back to top |
|
|
|