Created
January 6, 2013 12:33
-
-
Save MichaelBitard/4466862 to your computer and use it in GitHub Desktop.
Ubuntu add another screen via vnc (for example an android tablet)
My configuration is :
A laptop (1366x768) and a nexus 7 (1280x800)
This file contains hidden or 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
xrandr --fb 2646x800 --output LVDS1 --panning 2626x0+0+0/1366x768+0+0 | |
x11vnc -clip 1280x800+1367+0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment