Skip to main content
  1. Posts/

Error Display_Server_Not_Supported di AnyDesk

·1 min·
Table of Contents

Issue
#

Muncul error Display_Server_Not_Supported saat akan me-remote PC dengan OS Ubuntu. Untuk desktop environment menggunakan GNOME.

Solution
#

Edit GDM config lalu uncomment baris berikut

nano /etc/gdm3/custom.conf
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false

Restart service gdm.

systemctl restart gdm

Related