Results 1 to 2 of 2
Hi All,
I am having issues with connecting RHEL 5.3 dekstop through VNC viewer.
modified the /etc/.vnc/xstartup file as below.
# Uncomment the following two lines for normal desktop:
unset ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-23-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 6
Accessing RHEL Desktop through VNC Viewer
Hi All,
I am having issues with connecting RHEL 5.3 dekstop through VNC viewer.
modified the /etc/.vnc/xstartup file as below.
# 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
/usr/bin/gnome-session &
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
------------------------
still when i am trying from windows laptop i am getting error. also modified /etc/sysconfig/vncservers as below
VNCSERVERS="8:root"
VNCSERVERARGS[8]="-geometry 800x600"
Thanks,
Raja
- 06-24-2010 #2Just Joined!
- Join Date
- Jun 2010
- Posts
- 6
All,
it is working. The problem is server is oin run level 3, so could not able to access desktop through VNC. when server entered to run level 5, vnc viewer is working.
Thanks,
Raja


Reply With Quote
