Hello,
After upgrading to Fedora 44, my system no longer can start GDM without freezing to an underscore “_” in the upper-left of my displays (dual monitor setup). I cannot switch to another virtual TTY in this frozen state, but CTL+ALT+DEL can reboot.
I am aware that GNOME 50 is no longer using X11/X.org, but I can get GNOME to start using the following…
I was able to work around this by booting into recovery mode and setting:
sudo systemctl set-default multi-user.target
I temporarily installed “slick-greeter” and enabled it:
sudo systemctl disable gdm
sudo systemctl enable lightdm
I was able to launch into GNOME with lightdm:
sudo systemctl start lightdm
The system is otherwise working correctly other than the issue with GDM.
I have attempted to force Wayland in /etc/gdm/custom.conf with no success.
[daemon]
WaylandEnable=true
I’ve cleared the custom.conf and reinstalled the gdm packages so that it automatically replaces the custom.conf with a default. This was also unsuccessful.
Has anyone else encountered this issue and / or has an idea of how to go about troubleshooting this issue? I see a lot of information online about the proprietary nVidia drivers, which I am not using, as this is strictly an AMD system.
Thank you.