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