shyonyx

joined 1 year ago
[โ€“] [email protected] 5 points 2 months ago (1 children)

Submit a bug report to Steam.

[โ€“] [email protected] 2 points 4 months ago* (last edited 4 months ago)

I'm guessing you forgot to add DRM kernel mode setting. What you need to do is create /etc/modprobe.d/nvidia.conf, and add

options		nvidia_drm	modeset=1
blacklist	nouveau

then edit /etc/mkinitcpio.conf to have

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

and ensure /etc/mkinitcpio.conf also has the modconf hook

HOOKS=(... modconf ...)

then run mkinitcpio -P, restart, and enjoy Wayland.