You are not logged in.
I use GNOME and I want to log into wayland session, but wayland requires KMS and with nvidia it's should be manualy enabled. "nvidia-drm.modeset=1" kernel parameter is set, but it seems like KMS is not enabled. GDM doesn't show me the option to log into wayland session. I think that problem is with KMS because it "allows for instant console (tty) switching" and for me it is not instant at all.
Last edited by bltr (2022-05-11 11:18:58)
Offline
That's not KMS by DRM KMS, check
cat /proc/cmdline; lsmod | grep nvidiaYou'll also need some nvidia 4xx.xx driver - the 390xx series won't support wayland.
Online
$ cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-linux root=UUID=2deeb8f3-810b-49dc-bc18-053722c41ba7 rw loglevel=3 quiet nvidia-drm.modeset=1$ lsmod | grep nvidia
nvidia_drm 73728 11
nvidia_uvm 2609152 0
nvidia_modeset 1163264 12 nvidia_drm
nvidia 39161856 543 nvidia_uvm,nvidia_modeset
i2c_nvidia_gpu 16384 0My Nvidia driver is "nvidia 510.68.02-1"
Offline
GDM has a udev rule that doesn't really work as designed and will falsely remove the Wayland option even if KMS is enabled. Check https://wiki.archlinux.org/title/GDM#Wa … DIA_driver for how you can disable the rule to offer you Wayland anyway.
Offline
GDM has a udev rule that doesn't really work as designed and will falsely remove the Wayland option even if KMS is enabled. Check https://wiki.archlinux.org/title/GDM#Wa … DIA_driver for how you can disable the rule to offer you Wayland anyway.
That worked, thank you.
Offline
Btw, should I change the title of the topic, to what the actual issue was?
Offline
I'd say up to you, would probably help for people that look for more specific info
Offline