Versions Compared

Key

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

...

This document contains instructions for setting up a connection from a Windows PC to a VNC linux session.  

Set up your PC

...

Configure the vncserver

  • 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.
  • Protect the password:
    • > fs setacl ~/.vnc system:slac none
    • > fs setacl ~/.vnc system:authuser none
  • Start vncserver to create your xstartup file:
    • > vncserver -localhost -nolisten tcp -geometry 1440x900
    • Make note of the display number that is returned, for example:
      New 'iris01:3 (jrock)' desktop is iris01:3
      In this case, 3 is the display number.
      in the following instructions, the display number is indicated by x

References 

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

...