From 3347a9ac825930124f4fc96f39ae239e5ed89a34 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Sun, 22 Oct 2023 13:36:18 +0800 Subject: [PATCH] Update _index.en.md --- content/client/linux/_index.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client/linux/_index.en.md b/content/client/linux/_index.en.md index 1ff17f6..de9b23b 100755 --- a/content/client/linux/_index.en.md +++ b/content/client/linux/_index.en.md @@ -33,7 +33,7 @@ sudo zypper install --allow-unsigned-rpm ./rustdesk--suse.rpm ### ~~X11 Required~~ ~~RustDesk does not support Wayland yet; you need switch to X11 manually.~~ -RustDesk now has experimental Wayland support. You may need to download the [nightly version](https://github.com/rustdesk/rustdesk/releases/tag/nightly) to enable this feature. +RustDesk now has experimental Wayland support since v1.2.0. #### Display Server @@ -43,7 +43,7 @@ RustDesk now has experimental Wayland support. You may need to download the [nig #### Login Screen -Modify below line to `WaylandEnable=false` in `/etc/gdm/custom.conf` or `/etc/gdm3/custom.conf`: +Login screen using Wayland is not supporte 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`: ```ini #WaylandEnable=false