RHEL remote desktop from Windows

Start the vncserver on Linux

vncserver :1 will start it

then you can access the Linux GUI from the Windows
machine

The config file is /root/.vnc/xstartup

#!/bin/sh

# Uncomment the following two lines for normal
desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
#xsetroot -solid grey
#vncconfig -iconic &
#xterm -geometry 80×24+10+10 -ls -title $VNCDESKTOP
Desktop &
#twm &
[follow the same set up as above file]
Bydefault it is configured show twm that is why the
bottom lines have be commented to disable twm.
uncomment unset.. and exec lines these will be
commented by default.
Then try to login from the remote desktop ot RealVNC.
This should work.

Hope this helps

regards,

Athreya
markuz_27 via redhat-l
wrote:

>

>
> TRY RealVNC, dont worry its also free.
>
> markuz
>
> chandra_topp via redhat-l wrote:
>
>
> Hi,
>
> U can use XMannager
> That is free downloadable.
>
> Thanks
> Chandrakant
>
> chandra via redhat-l wrote:
>
>
> Hi,
>
> You can use VNC to access your remote desktop on
> Linux from Windows.
>
> Chandra
> www.linuxsurf.com
>
>

Video liên quan

Chủ Đề