Created
July 29, 2013 16:36
-
-
Save blbradley/6105639 to your computer and use it in GitHub Desktop.
Start a x11vnc view-only screen at 1080p for use over ssh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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