Replies: 1 comment
-
|
Most people will probably be better off connecting directly to WayVNC using a VNC client, rather than using the xrdp + WayVNC solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background
Omarchy (Hyprland-based) can be accessed remotely via VNC (WayVNC), but Windows users may prefer using the built-in RDP client.
By leveraging xrdp with its VNC backend, RDP can be bridged to Hyprland through WayVNC.
Hyprland lacks native RDP support, so xrdp uses
libvnc.soto forward frames to WayVNC.Setup
Install dependencies
Configure Hyprland headless output
hyprctl output create headless VNC-1 hyprctl keyword monitor "VNC-1,1920x1080@60,auto,1" wayvnc -o VNC-1 127.0.0.1 5900Build and configure xrdp
Edit
/etc/xrdp/xrdp.ini:Then start the service:
sudo systemctl enable --now xrdpConnect via Windows RDP
If successful, you will see the Hyprland session.
Notes
The build above uses a specific commit for RFB 3.7 compatibility with WayVNC.
Dynamic resolution changes may cause instability.
Ongoing discussion for native WayVNC integration:
Beta Was this translation helpful? Give feedback.
All reactions