3

I am facing one weird issue since yesterday. As and when I am trying to connect to remote machine, I am getting this black screen. Not sure why is it happening.

Anydesk Screenshot

Any help would be great.

Nae
  • 215

1 Answers1

1

Black Screen Issue in Linux/ Ubuntu

  1. Wayland is not supported by Anydesk;
  2. Check Gnome Desktop Manager configuration:
cat /etc/gdm3/custom.conf
  1. Check if there is an entry:
WaylandEnable=true
  1. Edit the configuration file;
sudo nano /etc/gdm3/custom.conf
  1. Set WaylandEnable to false;
WaylandEnable=false
  1. Inside nano text editor, Press CTRL+X and save the configuration file;
  2. Restart your computer;
  3. Enjoy Anydesk with a colorful screen!