Skip to content

Instantly share code, notes, and snippets.

@lepras
Last active January 17, 2023 08:43
Show Gist options
  • Select an option

  • Save lepras/5e0d918fdc4ed2dac023a3ac0661f61a to your computer and use it in GitHub Desktop.

Select an option

Save lepras/5e0d918fdc4ed2dac023a3ac0661f61a to your computer and use it in GitHub Desktop.
Tablet Second Display
xrandr --newmode "800x1080_60.00" 72.00 800 856 936 1072 1080 1083 1093 1120 -hsync +vsync
xrandr --addmode VIRTUAL1 "800x1080_60.00"
xrandr --output VIRTUAL1 --mode "800x1080_60.00"
adb reverse tcp:5900 tcp:5900
x11vnc --clip 800x1080+1920+0 --localhost
@lepras
Copy link
Author

lepras commented Jan 17, 2023

https://github.com/displaylink-rpm/displaylink-rpm

sudo dnf install libvncserver libvncserver-devel libdrm-devel

git clone https://github.com/audunmg/evdi-vnc

make

./evdi-vnc

adb reverse tcp:5900 tcp:5900

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