Since Ubuntu 24.04 the login screen is not shown as long as my external HDMI monitor was plugged in. I always had to unplug it, login, replug the monitor. I found out that this seems to be a bug in gdm3
, so I installed lightdm
and set it as default. Now I can login without having to unplug-login-replug.
Since lightdm
works well, I wanted to remove gdm3
with sudo apt purge gdm3
, however this tells me that gdm3* ubuntu-desktop* ubuntu-desktop-minimal*
would be removed. This sounds rather critical to me. If I try simulating sudo apt -s purge ubuntu-desktop
it would basically remove "everything".
Is it even possible to completly (e.g. removing alternatives) switch to lightdm
on Ubuntu? I'd like to have a very clean system with only the stable packages I actually use.
sudo apt purge gdm3
?sddm
myself.. but I still wouldn't removegdm3
as I don't see it would achieve much at all of benefit even if accomplished.