VNC from Windows to SuSE 10
- Linux, execute yast2 > security and users > Local Security
- Custome > next until you see "Allow remote graphical login" (see below)
- Check and save.
- Terminal > su root
- vncserver
- Enter a password to access desktop
- Once finish go to cd /root/.vnc/
- vi xstartup and change the original to
#!/bin/sh
xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
/usr/X11R6/bin/gnome &
- Save xstartup
- To kill a session, use vncserver -kill 'servername':1 (Eg:test01:~/.vnc # vncserver -kill test01:1)