Site Expert
Journalist and columnist in the IT field. Website creator and administrator.
Ask an expert
I’m trying to set up a remote connection for two Ubuntu 21.10 computers. The connection is constantly interrupted, a message appears that the display of the remote server is not supported by Wayland in AnyDesk (display_server_not_supported). How to resolve this error?
The first option to troubleshoot AnyDesk connection problems is to choose a clean launch of Ubuntu without Wayland when entering the operating system before entering the password.
The second option is to edit /etc/gdm3/custom.conf as root. Make the following changes to this file:
[daemon]
# Enabling automatic login
AutomaticLoginEnable=true
AutomaticLogin=$USERNAME
Replace USERNAME with the autologin username. Save the changes and reboot the system, after that the display_server_not_supported error should disappear.
I have been struggling for the past week. thank you