Got Remote Desktop working via KMS capture #680
thepragmaticmero
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, there's no way to capture via VNC, RDP, RustDesk, etc, at the moment. Until daddy YaLTeR or some brave rust wayland dev implements it. So for now the only way I managed to do remote desktop is by bypassing wayland completely :D
Ingredients:
Server (with niri wayland archbtw)
Client (with whatever)
This is a guide for Arch BTW cus ArchBTW.
paru -Syu sunshine-bin
sudo pacman -Syu sunshine
systemctl enable --now avahi-daemon
sudo setcap cap_sys_admin+p $(readlink -f $(which sunshine))
systemctl --user enable --now sunshine
ip a
, moonlight might detect it automatically.Demo image:
Beta Was this translation helpful? Give feedback.
All reactions