Cara mengatasi anydesk ‘display_server_not_supported error’ pada ubuntu 22.04

Error ini mengakibatkan kita tidak bisa meremote perangkat tersebut dengan anydesk, berikut ini cara mengatasinya:

1. Ubah config yang ada di directory /etc/gdm3/custom.conf dengan editor, disini saya menggunakan nano sebagai editor, lakukan perintah berikut ini.

sudo nano /etc/gdm3/custom.conf

2. Uncomment pada bagian berikut ini:

  • WaylandEnable=false
  • AutomaticLoginEnable = true
  • AutomaticLogin = $USERNAME
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.

[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false

# Enabling automatic login
  AutomaticLoginEnable = true
  AutomaticLogin = $USERNAME

# Enabling timed login
#  TimedLoginEnable = true
#  TimedLogin = user1
#  TimedLoginDelay = 10

[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true

Reboot Ubuntu Anda

Share