12

I just installed ubuntu 17.10. I'm using a Ryzen 1200 CPU and an RX-560 GPU with a 2580x1080 60Hz monitor.

The monitor is connected to the GPU through an HDMI cable.

When I'm using the native monitor resolution of 2580x1080, in the wayland session, the screen makes these very weird glitches. The glitches look like a refresh rate issue, one that is fixed by v-sync, but they are very intense and on the whole screen. As soon as I change the resolution to a lower one the screen becomes normal.

In the x.org session I can use whatever resolution I want, everything works great.

The problem is that during the boot-loading screen (the one that says "ubuntu") and at the login screen I see the same glitches on the screen until I login.

Is the boot-loading-indicator using wayland? Can I make it use x.org/x11? The same for the login screen?

ggbt
  • 145

2 Answers2

23

You need to edit /etc/gdm3/custom.conf, change this line:

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

to

[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false
Videonauth
  • 33,355
  • 17
  • 105
  • 120
1

When logging in you, when you select your username (account) from the login screen, a small gear will appear below the login box. Select the gear and select Ubuntu from Xorg. This is a quick and easy way to set this and also set it back.

  • This does not address the OP's question. This sets your login session to use Xorg. But the OP asked how to disable Wayland in gdm3 login screen. – Andrew DeFaria Jul 28 '21 at 16:49