Synergy 1 and Synergy 3 now have experimental support for Wayland on Linux distros that have libei support.
There are two approaches for going back to Xorg if your Linux distro does not support libei (required for Synergy to work with Wayland).
You can also switch back to Xorg if you're having a problem with Wayland.
To login with Xorg instead of Wayland on Ubuntu 21.04 an above:
1. Restart computer
2. Select the small cog on the bottom right corner at the login screen.
3. Choose 'Ubuntu on Xorg' and login
Sometimes the login screen cog is not visible. The alternative is to edit a config file.
To do this, edit the file /etc/gdm3/custom.conf with any text editor, and un-comment the line that reads 'WaylandEnable=false'.
For example, using gedit:
1. Run the Terminal app, and enter the command:
-code- sudo gedit /etc/gdm3/custom.conf -/code-
2. Un-comment the line to disable Wayland by removing the # sign:
-code- WaylandEnable=false -/code-
3. Finally, restart GDM:
-code- sudo systemctl restart gdm3 -/code-
See also: How to enable/disable Wayland on Ubuntu Desktop
You may be running a Linux distro that doesn't have gedit. In which case you could use something like nano instead.
If you see a yellow screen after disabling Wayland, you may need to add the "Standard Space - sRGB" color profile (instead of your default monitor profile).
1. Go to Settings
2. Click Color
3. Click your monitor
4. Click Add profile
5. Click either Colorspace: sRGB or Standard Space - sRGB
6. Click Add
This should solve the yellow screen problem, if not please watch the video by Abstract programmer.
If this article didn't help, you can talk to someone on our support team (unless we sent you here, in which case please reply via the ticket you already have open).