RE: Configuring the X Server Remotely

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I second that motion...

Just tweak a line in the gdm.conf like so:

# vi /etc/X11/gdm/gdm.conf
/Remote
/Enable
:s/false/true/
:wq

then add a file to /etc/xinetd.d/ called vnc-server, which contains the
following:

service vnc-server
{
        flags = REUSE
        protocol = tcp
        socket_type = stream
        wait = no
        user = nobody
        server = /usr/bin/Xvnc
        server_args = -inetd -query localhost -once -geometry 1272x969 \
            -depth 24 -SecurityTypes none -desktop COMPUTERNAME
        disable = no

}

Finally, restart xinetd, and create an ssh tunnel with -L

Regards,

Gavin McDonald
========================
EVI Logistic Enterprises
email: me@xxxxxxxxxxxx
phone: (604) 313-3845


> -----Original Message-----
> From: redhat-list-bounces@xxxxxxxxxx [mailto:redhat-list-
> bounces@xxxxxxxxxx] On Behalf Of Magnus Andersen
> Sent: Tuesday, November 01, 2005 4:07 AM
> To: General Red Hat Linux discussion list
> Subject: Re: Configuring the X Server Remotely
> 
> You could connect using vnc...
> 
> --
> Magnus Andersen
> Systems Administrator / Oracle DBA
> Walker & Associates, Inc.
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=subscribe
> https://www.redhat.com/mailman/listinfo/redhat-list

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux