Skip to content

Instantly share code, notes, and snippets.

@blbradley
Created July 29, 2013 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blbradley/6105639 to your computer and use it in GitHub Desktop.
Save blbradley/6105639 to your computer and use it in GitHub Desktop.
Start a x11vnc view-only screen at 1080p for use over ssh
#!/usr/bin/env bash
# Taken from Karl Runge's FAQ on x11vnc
# http://www.karlrunge.com/x11vnc/faq.html#faq-xinerama
x11vnc -safer -localhost -nopw -once -viewonly -clip 1920x1080+0+0 -display :0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment