Re: Connect X to X



Les Mikesell wrote:
On Wed, 2006-07-19 at 14:50 -0400, Guillermo Garron wrote:

If you only want the remote desktop
instead of a local one, you can enable xdm logins on the
remote, start the local machine at init level 3, then start X locally
with
X -query remote_host
and get a graphic login prompt followed by the remote desktop.

Could you please explain this a little bit more or tell me where to
read about it? i am interested it that.


I'm actually running the k12ltsp modified version of FC5 so I'm not
quite sure what you have to do to enable XDMCP logins in a stock
version (k12ltsp adds the ability to network-boot thin clients and
thus has it on by default). In earlier versions you would run
gdmconfig, click the XDMCP tab, then check the box that says
'enable XDMCP', but it is changed in FC5. It may be under
System/Administration/Login Screen.

On the local side, just set up the machine not to start X automatically.
If it already does you would edit /etc/inittab and change the line
id:5:initdefault:
to
id:3:initdefault:
so you will boot to a text login prompt. Then you type
X -query remote_server
to start X locally but run the desktop from a remote machine.


There's no need to disable X locally.

Locally, by default, X runs on display :0. To have both a local session and a remote session simultaneously all you need to do is start another X session on a different display. To start the remote session on display :1 you run:

X :1 -query remote_server

then you have your local session on :0 (ctrl-alt-F7) and the remote session on :1 (ctrl-alt-F8).

--
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@xxxxxxxxxxxx
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: how to start X service
    ... Can I have multiple sessions of X running at the same time? ... opens the first X-session on the default display 0. ... To enable several concurrent GUI logins on different local consoles under ... - Telnet the remote server. ...
    (RedHat)
  • Reasoning behind a default remote root login ?
    ... using ssh. ... remote root logins alltogether. ... Does anyone know why OpenBSD allows remote root ...
    (comp.unix.bsd.openbsd.misc)
  • Re: Server 2003 Group Policies - Affecting Administrative Profile
    ... If I was you I would remove TS Access rights from the Administrator account ... office" logins as well as remote logins. ...
    (microsoft.public.windows.server.general)
  • Windows2003 blank screen after login
    ... environment that just recently stopped allowing logins. ... Local, remote ... it doesn't matter. ... Mail continues to flow correctly and mail clients ...
    (microsoft.public.windows.server.general)
  • Re: Connect X to X
    ... and get a graphic login prompt followed by the remote desktop. ... I'm actually running the k12ltsp modified version of FC5 so I'm not ... quite sure what you have to do to enable XDMCP logins in a stock ... 'enable XDMCP', but it is changed in FC5. ...
    (Fedora)