Re: Multiple users (perhaps OT)

2002-06-28 Thread Simon Wong
On Thu, 2002-06-27 at 11:46, Alex Malinovich wrote: > I gave up on getting GDM to play nice with multiple logins a while back. > I just wrote a script to start X on the next available display. If your Thanks a lot Alex! That works really well. I had seen some suggestion on doing this but yours h

Re: Multiple users (perhaps OT)

2002-06-26 Thread Alex Malinovich
On Wed, 2002-06-26 at 18:23, Simon Wong wrote: > On Tue, 2002-06-25 at 05:11, Hubert Chan wrote: > > I don't know if it's feasible for you (in terms of memory requirements, > > etc), but you might want to launch two X servers, one on vt7, and one on > > vt8. Then, if you're working on something, a

Re: Multiple users (perhaps OT)

2002-06-26 Thread Alex Malinovich
On Wed, 2002-06-26 at 18:23, Simon Wong wrote: > On Tue, 2002-06-25 at 05:11, Hubert Chan wrote: > > I don't know if it's feasible for you (in terms of memory requirements, > > etc), but you might want to launch two X servers, one on vt7, and one on > > vt8. Then, if you're working on something,

Re: Multiple users (perhaps OT)

2002-06-26 Thread Simon Wong
On Tue, 2002-06-25 at 05:11, Hubert Chan wrote: > I don't know if it's feasible for you (in terms of memory requirements, > etc), but you might want to launch two X servers, one on vt7, and one on > vt8. Then, if you're working on something, and your girlfriend wants to > use the computer, she can

Re: Multiple users (perhaps OT)

2002-06-26 Thread Simon Wong
On Tue, 2002-06-25 at 05:11, Hubert Chan wrote: > I don't know if it's feasible for you (in terms of memory requirements, > etc), but you might want to launch two X servers, one on vt7, and one on > vt8. Then, if you're working on something, and your girlfriend wants to > use the computer, she ca

Re: Multiple users (perhaps OT)

2002-06-25 Thread Jim Richardson
On Tue, Jun 25, 2002 at 02:52:23PM +0200, Ivar Alm wrote: > --- > > > > Sure: > > > > xhost +localhost > > su - username > > export DISPLAY=localhost:0 > > > > >From here you can launch your X based apps. Change localhost and > :0 > > respectively. > > > > ThinkPad:~$ xhost +T

Re: Multiple users (perhaps OT)

2002-06-25 Thread Egidio Corsini
Probably you are running X with the -nolisten tcp option. This prevent any host (localhost included) from exportin the display. Consider this is the default in debian (xdm/kdm/gdm) Just go in /etc/X11/[xkg]dm/Xservers and remove that option egidio On 20:03, lunedì 24 giugno 2002, Ivar Alm wro

Re: Multiple users (perhaps OT)

2002-06-25 Thread Ivar Alm
--- > > Sure: > > xhost +localhost > su - username > export DISPLAY=localhost:0 > > >From here you can launch your X based apps. Change localhost and :0 > respectively. > ThinkPad:~$ xhost +ThinkPad ThinkPad being added to access control list ThinkPad:~$ su - octo ThinkPad:~$

Re: Multiple users (perhaps OT)

2002-06-25 Thread Ivar Alm
--- > > "Ivar" == Ivar Alm <[EMAIL PROTECTED]> writes: > > Ivar> Hi all. I have a question that migh be OT. Doesn't have to do > Ivar> with laptops specifically. I want to allow more than one user to > Ivar> connect to the X server. The thing is that we are two people > Ivar

Re: Multiple users (perhaps OT)

2002-06-25 Thread Egidio Corsini
Probably you are running X with the -nolisten tcp option. This prevent any host (localhost included) from exportin the display. Consider this is the default in debian (xdm/kdm/gdm) Just go in /etc/X11/[xkg]dm/Xservers and remove that option egidio On 20:03, lunedì 24 giugno 2002, Ivar Alm wr

Re: Multiple users (perhaps OT)

2002-06-25 Thread Ivar Alm
--- > > Sure: > > xhost +localhost > su - username > export DISPLAY=localhost:0 > > >From here you can launch your X based apps. Change localhost and :0 > respectively. > ThinkPad:~$ xhost +ThinkPad ThinkPad being added to access control list ThinkPad:~$ su - octo ThinkPad:~$

Re: Multiple users (perhaps OT)

2002-06-25 Thread Ivar Alm
--- > > "Ivar" == Ivar Alm <[EMAIL PROTECTED]> writes: > > Ivar> Hi all. I have a question that migh be OT. Doesn't have to do > Ivar> with laptops specifically. I want to allow more than one user to > Ivar> connect to the X server. The thing is that we are two people > Iva

Re: Multiple users (perhaps OT)

2002-06-24 Thread Erich Schubert
> I'm lost. What's the big deal with a login manager? kdm or xdm (the only > ones I'm familiar with, I'm sure there's a gdm and many others). The X > security model is really friendly with these. In fact GDM will setup Icons when you have xnest installed, so you can make a nested Login. Once hi

Re: Multiple users (perhaps OT)

2002-06-24 Thread Erich Schubert
> At the moment, the X server doesn't allow any other than the user who > started X to start X applications. And if she wants to write texts and > save to her user, we need to restart X, or she needs to work in a > terminal. Well, Gnome (i.e. gdm) has Menu Options "New Login in nested Window" and

Re: Multiple users (perhaps OT)

2002-06-24 Thread Derek Broughton
From: "David Z Maze" <[EMAIL PROTECTED]> > Ivar Alm <[EMAIL PROTECTED]> writes: > > I want to allow more than one user to connect to the X server. > > The thing is that we are two people using my machine regularly at > > home, me and my girlfriend. I would like to log in as myself, start X > > and

Re: Multiple users (perhaps OT)

2002-06-24 Thread David Z Maze
Ivar Alm <[EMAIL PROTECTED]> writes: > I want to allow more than one user to connect to the X server. > The thing is that we are two people using my machine regularly at > home, me and my girlfriend. I would like to log in as myself, start X > and still have the possibility for her to su to her use

Re: Multiple users (perhaps OT)

2002-06-24 Thread Hubert Chan
> "Ivar" == Ivar Alm <[EMAIL PROTECTED]> writes: Ivar> Hi all. I have a question that migh be OT. Doesn't have to do Ivar> with laptops specifically. I want to allow more than one user to Ivar> connect to the X server. The thing is that we are two people Ivar> using my machine regularly at

Re: Multiple users (perhaps OT)

2002-06-24 Thread Erich Schubert
> I'm lost. What's the big deal with a login manager? kdm or xdm (the only > ones I'm familiar with, I'm sure there's a gdm and many others). The X > security model is really friendly with these. In fact GDM will setup Icons when you have xnest installed, so you can make a nested Login. Once h

Re: Multiple users (perhaps OT)

2002-06-24 Thread Erich Schubert
> At the moment, the X server doesn't allow any other than the user who > started X to start X applications. And if she wants to write texts and > save to her user, we need to restart X, or she needs to work in a > terminal. Well, Gnome (i.e. gdm) has Menu Options "New Login in nested Window" and

Re: Multiple users (perhaps OT)

2002-06-24 Thread Roach, Mark R.
If you both share the same ~/.Xauthority file, then it should be fine. or you can merge your xauthority files - give each other read access and do xauth merge ~user1/.Xauthority (as user2) and xauth merge ~user2/.Xauthority (as user1) that should do it for you (also this has been discussed many

Re: Multiple users (perhaps OT)

2002-06-24 Thread Arthur H. Johnson II
Sure: xhost +localhost su - username export DISPLAY=localhost:0 >From here you can launch your X based apps. Change localhost and :0 respectively. -- Arthur H. Johnson II, Debian GNU/Linux Advocate Catechist, St John Catholic Church, Davison MI USA President, Genesee County Linux Users Group

Multiple users (perhaps OT)

2002-06-24 Thread Ivar Alm
Hi all. I have a question that migh be OT. Doesn't have to do with laptops specifically. I want to allow more than one user to connect to the X server. The thing is that we are two people using my machine regularly at home, me and my girlfriend. I would like to log in as myself, start X and still

Re: Multiple users (perhaps OT)

2002-06-24 Thread Derek Broughton
From: "David Z Maze" <[EMAIL PROTECTED]> > Ivar Alm <[EMAIL PROTECTED]> writes: > > I want to allow more than one user to connect to the X server. > > The thing is that we are two people using my machine regularly at > > home, me and my girlfriend. I would like to log in as myself, start X > > an

Re: Multiple users (perhaps OT)

2002-06-24 Thread David Z Maze
Ivar Alm <[EMAIL PROTECTED]> writes: > I want to allow more than one user to connect to the X server. > The thing is that we are two people using my machine regularly at > home, me and my girlfriend. I would like to log in as myself, start X > and still have the possibility for her to su to her us

Re: Multiple users (perhaps OT)

2002-06-24 Thread Hubert Chan
> "Ivar" == Ivar Alm <[EMAIL PROTECTED]> writes: Ivar> Hi all. I have a question that migh be OT. Doesn't have to do Ivar> with laptops specifically. I want to allow more than one user to Ivar> connect to the X server. The thing is that we are two people Ivar> using my machine regularly at

Re: Multiple users (perhaps OT)

2002-06-24 Thread Roach, Mark R.
If you both share the same ~/.Xauthority file, then it should be fine. or you can merge your xauthority files - give each other read access and do xauth merge ~user1/.Xauthority (as user2) and xauth merge ~user2/.Xauthority (as user1) that should do it for you (also this has been discussed many

Re: Multiple users (perhaps OT)

2002-06-24 Thread Arthur H. Johnson II
Sure: xhost +localhost su - username export DISPLAY=localhost:0 >From here you can launch your X based apps. Change localhost and :0 respectively. -- Arthur H. Johnson II, Debian GNU/Linux Advocate Catechist, St John Catholic Church, Davison MI USA President, Genesee County Linux Users Group

Multiple users (perhaps OT)

2002-06-24 Thread Ivar Alm
Hi all. I have a question that migh be OT. Doesn't have to do with laptops specifically. I want to allow more than one user to connect to the X server. The thing is that we are two people using my machine regularly at home, me and my girlfriend. I would like to log in as myself, start X and still