Are you unable to log into wayland on debian in GDM? GDM doesn’t even give you the option?
Turns out that GDM silently disables wayland if it detects the nvidia driver is installed.
The solution is to override the upstream udev rule that prevents wayland starting:
# ln -s /dev/null /etc/udev/rules.d/61-gdm.rules
# reboot
“gnome” should be an option now when logging in from gdm (click the cog icon).
Leave a Reply