Use Turbo VNC and Tight VNC

Virtual Network Computing(VNC) is an alternative to Remote Desktop. This comes with a client to be installed on your machine and a server to be installed on the processing machine, which can be a Windows or Linux processing machine. Generally, Administrator privileges are required for setup.

To use Turbo VNC and Tight VNC on Windows:
  1. Use Tight VNC for the server on the processing machine and Turbo VNC for the user machine.
    The advantage of using Turbo VNC is that you can use the advanced graphics card options (do not select Legacy Particle Display).
  2. For more information about installing and using Turbo VNC and Tight VNC, see the following links:

Use Turbo VNC on Linux

On Linux systems, VirtualGL, and TurboVNC support remote rendering of OpenGL which is required by EDEM.

To use Turbo VNC on Linux:
  1. Ensure that Virtual GL is installed using the following link: https://linuxcluster.wordpress.com/2010/07/25/using-turbovnc-0-6-and-virtualgl-2-1-4-to-run-opengl-application-remotely-on-centos/
  2. SSH to the machine first (using putty for example) and start the VNC server (under your user account) using the following command:
    /opt/TurboVNC/bin/vncserver
  3. After the server starts, note the number at the end of the line starting with "New ‘X’ desktop", and then exit Putty.

  4. From your machine, start the VNC client and enter the FQDN of the machine followed by a colon and the number that you have previously noted.

  5. Click Connect.


    The VNC Authentication dialog box is displayed.
  6. Specify your password.
    Your desktop now works as a console.
  7. To use EDEM, enter the following command:
    /opt/VirtualGL/bin/vglrun edem
  8. After you are finished, SSH back into the machine and stop the VNC Server using the following command:
    /opt/TurboVNC/bin/vncserver -kill :1 <replace 1 with the number from step 2>