Skip to content

Instantly share code, notes, and snippets.

@tinogis
Last active December 30, 2015 14:53
Show Gist options
  • Save tinogis/ca325897f8466c99e7e7 to your computer and use it in GitHub Desktop.
Save tinogis/ca325897f8466c99e7e7 to your computer and use it in GitHub Desktop.
x11vnc screen and program sharing

Screen sharting with x11vnc

Share desktop screen

x11vnc -display :0

Share only one screen on a dual screeen desktop for multiples (-shared) clients

x11vnc -shared -display :0 -clip xinerama0

Do not closes on client exit

x11vnc -shared -display :0 -clip xinerama0 -forever

Share only one program by window id

You my pick the window id with xwininfo

x11vnc -sid 0x2600003 -display :0 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment