Skip to content

Instantly share code, notes, and snippets.

@aont
Last active October 12, 2019 09:11
Show Gist options
  • Select an option

  • Save aont/a444619d46b425ec0dc13e671bc22611 to your computer and use it in GitHub Desktop.

Select an option

Save aont/a444619d46b425ec0dc13e671bc22611 to your computer and use it in GitHub Desktop.

Transfer PHYSICAL display on VNC protocol

ps auxw | grep Xorg
# you'll see something like
#    Xorg vt1 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -background none -noreset -keeptty -verbose 3
# check the -auth value
export XAUTHFILE=/run/user/1000/gdm/Xauthority

x11vnc -display :0 -auth "$XAUTHFILE" -noxdamage -forever

# it may be effective for size down data rate, using anamorphic technic.
x11vnc -display :0 -auth "$XAUTHFILE" -noxdamage -forever -scale 0.7x1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment