Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure

...

the vncserver

  • vpn into the SLAC network, see https://confluence.slac.stanford.edu/display/NetMan/How+to+Connect+to+SLAC+VPN
  • Using putty (or XWin-32 if you prefer) log into iris01.slac.stanford.edu, providing your unix username and password
  • Create your vnc password:
    • > vncpasswd
      Provide a password following the usual SLAC password guidelines.
      The password will be stored in ~/.vnc/passwd
      To reset the password, run vncpasswd again.

...

  • Edit your vnc xstartup file to invoke kde at startup:
    • > emacs ~/.vnc/xstartup
      change last line from "twm" & to "startkde&", save and close

Run the vnc server

  • > vncserver -localhost -nolisten tcp -geometry 1440x900
    (or use desired display parameters, see.....)
    Again, make note of the displaynum - you'll need to use it to connect from Windows.

The session will continue to run until you -kill it, or until SCCS does.
HOWEVER, there are issues with tokens:

References 

SLAC Linux VNC page: http://www.slac.stanford.edu/comp/unix/vnc.html

...