I’ve been on Wayland for the past two years exclusively (Nvidia).
I thought it was okay for the most part but then I had to switch to an X session recently. The experience felt about the same. Out of curiosity, I played a couple of games and realized they worked much better. Steam doesn’t go nuts either.
Made me think maybe people aren’t actually adopting it that aggressively despite the constant coverage in the community. And that maybe I should just go back.
I don’t think you will ever be able to use Wayland on Nvidia without enabling modesetting which sounds like you haven’t.
Thanks for the suggestion.
sudo cat /sys/module/nvidia_drm/parameters/modeset
indeed printsN
, so I’ll try adding that to my system config.I finally got around to restarting my system after adding
hardware.nvidia.modesetting.enable = true;
to my NixOS config and it works perfectly! Thank you for the suggestion. I likely wouldn’t have figured that out on my own any time soon.