diff --git a/content/client/linux/_index.en.md b/content/client/linux/_index.en.md index 4c3b2bb..df84a2c 100755 --- a/content/client/linux/_index.en.md +++ b/content/client/linux/_index.en.md @@ -72,11 +72,18 @@ RustDesk now has experimental Wayland support since version 1.2.0. #### Login Screen -Login screen using Wayland is not supported yet. If you wanna access login screen after reboot or logout with RustDesk, you need to change login screen to X11, please modify below line to `WaylandEnable=false` in `/etc/gdm/custom.conf` or `/etc/gdm3/custom.conf`: +Login screen using Wayland is not supported yet. If you wanna access login screen after reboot or logout with RustDesk, you need to change login screen to X11. +For gdm modify below line to `WaylandEnable=false` in `/etc/gdm/custom.conf` or `/etc/gdm3/custom.conf`: ```ini #WaylandEnable=false ``` +For sddm add a configuration `/etc/sddm.conf.d/10-x11.conf `: + +```ini +[General] +DisplayServer=x11 +``` {{% notice note %}} Please **reboot** to make above changes taking effect.