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
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
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,
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
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
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
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
---
>
> 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:~$
---
> > "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
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
---
>
> 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:~$
---
> > "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
> 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
> 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
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
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
> "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
> 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
> 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
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
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
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
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
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
> "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
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
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
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
28 matches
Mail list logo