Comment 15 for bug 1812359

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Login screen not appearing in bionic [Intel Atom D425]

Thanks. I can still see three potential problems in the log from comment #12:

1. The boot was attempted with Wayland disabled. Please ensure it is enabled by adding a hash: #WaylandEnable=false

2. The modesetting Xorg driver is being overridden by the intel driver, which shouldn't be used at all any more. Sounds like a priority problem:

Jan 24 16:26:04 test /usr/lib/gdm3/gdm-x-session[671]: (==) Matched intel as autoconfigured driver 0
Jan 24 16:26:04 test /usr/lib/gdm3/gdm-x-session[671]: (==) Matched intel as autoconfigured driver 1
Jan 24 16:26:04 test /usr/lib/gdm3/gdm-x-session[671]: (==) Matched modesetting as autoconfigured driver 2
Jan 24 16:26:04 test /usr/lib/gdm3/gdm-x-session[671]: (==) Matched fbdev as autoconfigured driver 3
Jan 24 16:26:04 test /usr/lib/gdm3/gdm-x-session[671]: (==) Matched vesa as autoconfigured driver 4

3. The intel Xorg driver has a version that sounds like it came from a PPA and did not come from Ubuntu:

ii xserver-xorg-video-intel 2:2.99.917+git1901211932.33ee0c~oibaf~b amd64 X.Org X server -- Intel i8xx, i9xx display driver

The correct and only version for bionic is 2:2.99.917+git20171229-1

To resolve #2 and #3, please ensure no PPAs are in use. Install 'ppa-purge' and use it to remove all PPAs. Then ensure you have the correct version:

xserver-xorg-video-intel = 2:2.99.917+git20171229-1