Skip to content

Instantly share code, notes, and snippets.

@novaTopFlex
Last active April 10, 2024 00:33
Show Gist options
  • Save novaTopFlex/9a78150bfd5bbd071ca65ff5f1986a99 to your computer and use it in GitHub Desktop.
Save novaTopFlex/9a78150bfd5bbd071ca65ff5f1986a99 to your computer and use it in GitHub Desktop.
novaTopFlex VNC Setup

VNC Setup

VNC Ports

$ tigervncserver -geometry 2048x1152 :1 -xstartup ~/VNC/jstartuprc # by Joe Wing  
$ tigervncserver -geometry 2048x1152 :2 -xstartup ~/VNC/jstartuprc  
$ tigervncserver -geometry 2048x1152 :3 -xstartup ~/VNC/jstartuprc  
$ tigervncserver -geometry 2048x1152 :4 -xstartup ~/VNC/jstartuprc
$ tigervncserver -geometry 4096x2304 :5 -xstartup ~/VNC/obstartuprc # by the Openbox Project

VNC Applications

$ DISPLAY=:0 xsetroot -solid RoyalBlue # Native Display
$ DISPLAY=:1 xsetroot -solid LightSlateBlue
$ DISPLAY=:2 xsetroot -solid LightSlateGrey
$ DISPLAY=:3 xsetroot -solid DarkSlateBlue
$ DISPLAY=:4 xsetroot -solid DarkSlateGrey
$ DISPLAY=:5 xsetroot -solid RoyalBlue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment