Skip to content

Instantly share code, notes, and snippets.

@atcol
Created May 9, 2021 12:11
Show Gist options
  • Save atcol/423ec78bfdc558421e28008950e32219 to your computer and use it in GitHub Desktop.
Save atcol/423ec78bfdc558421e28008950e32219 to your computer and use it in GitHub Desktop.
Shared X11VNC XRDP Session (e.g. Windows to Linux)

X11VNC and XRDP Shared Session

On the host:

x11vnc -noxdamage -display :0 -safer  -once

Then edit /etc/xrdp/xrdp.ini and add the following

# xrdp.ini
[xrdp1]
name=X11vnc
lib=libvnc.so
ip=127.0.0.1
port=5900
username=ask
password=ask

Remember to set your ${HOME}/.xsession to e.g. i3 or whatever WM you use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment