Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
multiple simultaneous users on X, Windows XP or OS X-style
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
nbcthreat
n00b
n00b


Joined: 04 Jun 2004
Posts: 32

PostPosted: Fri Jun 04, 2004 3:11 am    Post subject: multiple simultaneous users on X, Windows XP or OS X-style Reply with quote

Is this possible? It would be good to let my wife log on and do work while I'm emerging stuff on my account.
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Fri Jun 04, 2004 6:00 am    Post subject: Reply with quote

Login to your own account, "su -" to become root, and do
Code:
# nohup emerge <package>
This will emerge the package and quit when it's done, and put the output into ~/nohup.out. This lets you close the terminal, logout, and the command (in this case, emerge) will still be running in the background.
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
stimuli
Apprentice
Apprentice


Joined: 16 Dec 2002
Posts: 292
Location: Dartmouth, NS, Canada

PostPosted: Fri Jun 04, 2004 8:39 am    Post subject: Reply with quote

switch to Console mode from current X session, log into console, and do
startx -- :1 vt8 &

which will start a second X session on VT 8 (original X session is on VT7)
Back to top
View user's profile Send private message
HydroSan
l33t
l33t


Joined: 04 Mar 2004
Posts: 764
Location: The Kremlin (aka Canada)

PostPosted: Fri Jun 04, 2004 4:15 pm    Post subject: Reply with quote

stimuli's suggestion is good. If you've got Gnome (I know 2.6 has it), then you can just go Applications -> System Tools -> New Login. This'll start a new X session on another terminal (you can switch sessions by just doing an Alt+Ctrl+F*, the * being the number of the X session.)
The first X session would be F7, and the second would be F8. You can open as many as you want, but your system will start to bog down. :lol:
_________________
I was a Gangster for Capitalism, by Major General Smedley Butler.

Server status: Currently down, being replaced with fresh install - 20% completed.
Back to top
View user's profile Send private message
Master One
l33t
l33t


Joined: 25 Aug 2003
Posts: 754
Location: Austria

PostPosted: Fri Jun 04, 2004 4:23 pm    Post subject: Reply with quote

Use GDM, nevertheless which DE /WM your are running! That's definitely the best and easiest way.

Then you only need to run

Code:
gdmflexiserver

to spawn another Xsession starting from the GDM login on another vt, or use

Code:
gdmflexiserver --xnest

to spawn another session inside a window.

It's soo cool and does not need any setup, it works like this right from the GDM default configuration. :D
_________________
Las torturas mentales de la CIA
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