santiagofdezg / linux-extend-screen

Turn your Android tablet into a second monitor on Linux (extend screen)
MIT License
293 stars 25 forks source link

cannot find output #7

Open sushant-soma opened 1 year ago

sushant-soma commented 1 year ago

when i use the "xrandr" command, i get the following output:

Screen 0: minimum 16 x 16, current 1366 x 768, maximum 32767 x 32767 XWAYLAND0 connected 1360x768+0+0 (normal left inverted right x axis y axis) 340mm x 190mm 1360x768 59.80*+ 1024x768 59.92
800x600 59.86
640x480 59.38
320x240 59.52
720x480 59.71
640x400 59.95
320x200 58.96
1280x720 59.86
1024x576 59.90
864x486 59.92
720x400 59.55
640x350 59.77

and when i use "xrandr --addmode HDMI-1-1 1280x800_60.00"

i get the following output "xrandr: cannot find output "HDMI-1-1"

help out and let me understand where i went wrong Thank you :)

Hugobourrelly commented 5 months ago

Hi, did you succed to find you to solve this issue? I have the same, it is like if i have no available port

lucrus73 commented 3 months ago

Recent Ubuntu releases use Wayland instead of X11 and so do other recent distributions other than Ubuntu. This tutorial uses "xrandr" which is X11 only tool.

For Wayland you should adapt the instructions using wlr-randr or gnome-randr or something equivalent, but do not assume the syntax is the same as with xrandr.