Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5904

Raspberry Pi Connect • Re: Failiong to connect

$
0
0
This happens when the compositor that wayvnc attaches to does not support the virtual pointer wayland protocol extension.

Can you paste the result of the following command? You might need to run "apt install wayland-utils" first.

Code:

echo /var/run/user/*/wayland-* | tr ' ' '\n' | grep -v '.lock$' | while read disp; do echo DISPLAY: $disp;  WAYLAND_DISPLAY=$disp wayland-info; echo; done

Statistics: Posted by any1 — Wed May 08, 2024 5:26 pm



Viewing all articles
Browse latest Browse all 5904

Trending Articles