Skip to content

Instantly share code, notes, and snippets.

@msimonin
Created August 15, 2015 21:55
Show Gist options
  • Save msimonin/3a1ba0382bbd4053e3ec to your computer and use it in GitHub Desktop.
Save msimonin/3a1ba0382bbd4053e3ec to your computer and use it in GitHub Desktop.
export DISPLAY=:1
Xvfb :1 -screen 0 1600x900x16 &
x11vnc -storepasswd "password" ~/.vnc_passwd
openbox-session &
x11vnc -scale 1 -display :1 -xkb -forever -rfbauth ~/.vnc_passwd &
# novnc support
# launch.sh --vnc localhost:5900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment