Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dumb question: How do I get KDE to start with STARTX?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Spankenstein
n00b
n00b


Joined: 23 Sep 2002
Posts: 16

PostPosted: Thu Sep 26, 2002 10:44 pm    Post subject: Dumb question: How do I get KDE to start with STARTX? Reply with quote

I log into a command line, and want to run STARTX to get into a KDE session. When I run STARTX, I get an ugly ole XDM session. Right now, to get it, I have to login as root, and run XDM. I have edited RC.CONF to set XDM as my preferred window manager.

help?
Back to top
View user's profile Send private message
wilbertnl
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jul 2002
Posts: 89
Location: Tulsa, OK, USA

PostPosted: Thu Sep 26, 2002 10:46 pm    Post subject: Re: Dumb question: How do I get KDE to start with STARTX? Reply with quote

Spankenstein wrote:
I log into a command line, and want to run STARTX to get into a KDE session. When I run STARTX, I get an ugly ole XDM session. Right now, to get it, I have to login as root, and run XDM. I have edited RC.CONF to set XDM as my preferred window manager.

help?


I would do:
Code:
XSESSION=kde-3.0.3 xinit

_________________
Wilbert van Bakel
Strive for excellence, not perfection
Back to top
View user's profile Send private message
Spankenstein
n00b
n00b


Joined: 23 Sep 2002
Posts: 16

PostPosted: Thu Sep 26, 2002 10:48 pm    Post subject: Reply with quote

Oh god, I am stupid. I left the 3.0.3 off of the command. Duurrr... Sorry for the time waster.

How about this one. What is the proper way to exit an X Session and go back to the command line? I have been killing the XDM process, I am pretty sure that is not correct...
Back to top
View user's profile Send private message
Curious
Bodhisattva
Bodhisattva


Joined: 13 May 2002
Posts: 395
Location: Sydney, Australia

PostPosted: Thu Sep 26, 2002 11:05 pm    Post subject: Reply with quote

Spankenstein wrote:
How about this one. What is the proper way to exit an X Session and go back to the command line? I have been killing the XDM process, I am pretty sure that is not correct...


There are several 'correct' ways. These only really apply if you're not running an *DM though, as the DM will keep respawning the display.

You can:

~ Zap the display. Hit ctrl-alt-backspace. Save your work first. :-P You can disable this in the XF86Config-4 with the option "nozap".

~ Exit the last program. If for example, you're running just blackbox and nothing else, exiting blackbox should make the X session exit.

~ If you're using KDE, there is a button for it.

~ Instead of exiting X, you can always jump to a virtual terminal with "Ctrl-Alt-F1" etc.

Hope this helps! Welcome to XWindows, you can check out any time, but you can never leave. :-P

-- Curious
_________________
Are you down with the Hawk?
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Sep 26, 2002 11:09 pm    Post subject: Reply with quote

Spankenstein wrote:
What is the proper way to exit an X Session and go back to the command line? I have been killing the XDM process, I am pretty sure that is not correct...

How about:
Code:
# /etc/init.d/xdm stop

_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Spankenstein
n00b
n00b


Joined: 23 Sep 2002
Posts: 16

PostPosted: Thu Sep 26, 2002 11:09 pm    Post subject: Reply with quote

thanks for the help guys!
Back to top
View user's profile Send private message
Curious
Bodhisattva
Bodhisattva


Joined: 13 May 2002
Posts: 395
Location: Sydney, Australia

PostPosted: Thu Sep 26, 2002 11:11 pm    Post subject: Reply with quote

rac wrote:
Spankenstein wrote:
What is the proper way to exit an X Session and go back to the command line? I have been killing the XDM process, I am pretty sure that is not correct...

How about:
Code:
# /etc/init.d/xdm stop


<writes on blackboard>
I must read the question more carefully.
I must read the question more carefully.
I must read the question more carefully.
I must read the question more carefully.
I must read the question more carefully.
I must read the question more carefully.
I must read the question more carefully.
...
_________________
Are you down with the Hawk?
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Thu Sep 26, 2002 11:24 pm    Post subject: Reply with quote

Curious wrote:

Hope this helps! Welcome to XWindows, you can check out any time, but you can never leave. :-P


Don't call it XWindows, it's actually really X Window System, X Server or just X ;)
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Thu Sep 26, 2002 11:29 pm    Post subject: Reply with quote

Zu` wrote:
Don't call it XWindows, it's actually really X Window System, X Server or just X ;)

Careful - we may be dangerously close to triggering a race condition bug in phpBB that only allows one unlocked Holy Naming Wars thread on a site at a time. :P
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Thu Sep 26, 2002 11:36 pm    Post subject: Reply with quote

rac wrote:
Zu` wrote:
Don't call it XWindows, it's actually really X Window System, X Server or just X ;)

Careful - we may be dangerously close to triggering a race condition bug in phpBB that only allows one unlocked Holy Naming Wars thread on a site at a time. :P


Hehe, no need to worry, it won't get that far :P
And if it does, by all means lock that other thread, because that phpBB bug is really serious I heard ;)

Greets
Back to top
View user's profile Send private message
gsf
n00b
n00b


Joined: 07 Jul 2002
Posts: 46

PostPosted: Sat Sep 28, 2002 1:08 am    Post subject: Reply with quote

Hi,

i did it in this way ( i think its a good way;)) :

uncomment XDM or whatever in rc.conf .
Then look for .xinitrc in your HOME directoy.
Make sure , there is a line line :

exec kde ( to start kde)
oder
exec gnome-session ( to start gnome)

If u change often u can uncomment the WDM u want and
comment the other.
ex.:

exec gnome-session
#exec kde
#exec fluxbox

If u dont have a file called .xinitrc then go to your HOME
run nano and exit with ALT+X , answer YES and as filename
".xinitrc"

Then nano -w .xinitrc

etc..

(everything without quotes)

After u boot u go in the console first.
Then type only "startx" like normal ;)
Or give "gdm" a chance..

Greetz
_________________
...to be or wannabe.......
Back to top
View user's profile Send private message
MoonWalker
Guru
Guru


Joined: 04 Jul 2002
Posts: 510

PostPosted: Sun Oct 06, 2002 2:37 pm    Post subject: Reply with quote

Curious wrote:
~ Instead of exiting X, you can always jump to a virtual terminal with "Ctrl-Alt-F1" etc.


Ok good tip, but how do you come back into the Xsession you leaved?
_________________
/Joakim

Living on earth is expensive, but it includes a free trip around the sun
every year.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Sun Oct 06, 2002 6:02 pm    Post subject: Reply with quote

MoonWalker wrote:
Curious wrote:
~ Instead of exiting X, you can always jump to a virtual terminal with "Ctrl-Alt-F1" etc.


Ok good tip, but how do you come back into the Xsession you leaved?

Ctrl-Alt-F7.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum