PDA

View Full Version : Ubuntu 18.04 login error on laptop with broken built-in display!



jmlm-1970
May 6th, 2018, 10:36 PM
Ubuntu 18.04 fail to show login screen on laptop with broken built-in display!

If laptop is working with VGA/DVI/HDMI screen, and have the built-in display broken, the login is not working.

A working solution, is (but not the right one, yet):

Boot and select Advanced and use Recovery Mode, when the menu appears, choose resume (click, scroll down, on screen, if login does not appear) and then login with your user;

After sucessfull login, go to settings (best way, just right click desktop and choose to "Change Background");

In the settings go to, Devices, Displays, and choose "Single Display" and choose second display and press Apply and then Keep Changes;

In the settings go to, Details, Users, and press Unlock, and "Automatic Login" ON.

In next reboot, Ubuntu 18.04 desktop will appear (but not the login screen).

Anyone with the right solution, to make login screen appear in secondary screen, instead of built-in display? :)

1fallen
May 6th, 2018, 10:43 PM
Well we or someone might need this information also:

cat /etc/systemd/system/display-manager.service | grep '/usr/sbin'
We need to see if you are using GDM or LightDM

jmlm-1970
May 6th, 2018, 11:41 PM
No return.

If changed sbin return:

ExecStart=/usr/sbin/gdm3

1fallen
May 7th, 2018, 03:24 PM
Thanks ;) some of the small differences between Arch and Ubuntu >> "If changed sbin "
Fixed my code in Post#2 also

The last time I used Gnome was in 17.10 so this should still work for 18.04 also.
Important NOTE:If your ".config monitors.xml" file is set up the way you want your monitors to be set after you log in, try this and reboot. Note: that by default there is no existing monitors.xml file under /var/lib/gdm3/.config (at least it wasn't there for my setup.)


sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config
Also I believe I had to "sudo chown /var/lib/gdm3/.config" back to root owned.