Page MenuHomePhabricator
Contents

Banyan
Updated 1,841 Days AgoPublic

Version 1 of 12: You are viewing an older version of this document, as it appeared on May 2 2019, 2:13 PM.

TurboVNC

Install the client:
https://sourceforge.net/projects/turbovnc/files/2.2.1/

macOS:
https://sourceforge.net/projects/turbovnc/files/2.2.1/TurboVNC-2.2.1.dmg/download

Windows:
https://sourceforge.net/projects/turbovnc/files/2.2.1/TurboVNC-2.2.1-x64.exe/download

Linux:
https://sourceforge.net/projects/turbovnc/files/2.2.1/turbovnc_2.2.1_amd64.deb/download

Setup

ssh -Y -C $YOUR_NETID@banyan.cse.unr.edu
mkdir ~/.vnc
nano ~/.vnc/xstartup.turbovnc #You can use vim too. Put these contents in the file

#!/bin/bash

dbus-launch /usr/bin/startxfce4 &

#Run vncserver with OpenGL
/opt/TurboVNC/bin/vncserver -vgl

Last Author
newellz2
Last Edited
May 2 2019, 2:13 PM

Event Timeline

newellz2 edited the content of this document. (Show Details)
newellz2 edited the content of this document. (Show Details)
igrant changed the edit policy from "All Users" to "Restricted Project (Project)".
claytonf edited the content of this document. (Show Details)