9

My ideapad y520 was running Ubuntu 17.04 and recently I updated it to 18.04 from command line. However, I'm not able to boot into any desktop environment in Xorg mode. Only Wayland is working. Has anyone faced similar issue?

pramesh
  • 211
  • 2
  • 7

1 Answers1

4

I had to uncomment 'WaylandEnable=false' in /etc/gdm3/custom.conf to be able to boot up. It worked, but I'd like to find a better fix for the situation. Booting up with 'WaylandEnable=false' commented out I would get stuck at gdm.servicegdm.service.

I hope this helps someone, I looked for this for a couple weeks.

Jlb181
  • 53
  • I was having graphical glitches upon login in gdm3 on a MacBookPro12,1 running 18.04 with Xorg. Un-commenting the line above made this glitch go away. – Chris May 24 '18 at 02:22