this post was submitted on 23 Mar 2024
213 points (96.5% liked)

Linux

45513 readers
3128 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 months ago* (last edited 3 months ago) (1 children)

As soon as it works. A recent update included Plasma 6.0.2 (on NixOS unstable/24.05) which apparently defaults to wayland, but it just exits to login right away. I'm not in a mood to tinker, so for now I plan to simply wait for things to Just Work. When I select "wayland" and things work and look the same (or better) is when I'm happy to rid myself of the horror that is X11, because as horrible as X11 is, it simply isn't giving me trouble these days - my system is stable and I like keeping it that way.

Edit: perhaps important to mention that I'm using a GTX 1070.

Edit 2: I realise that I'm sort of contradicting myself with how I worded the above. I don't mean to imply that I'm not willing to sacrifice anything to embrace Wayland; just that as it stands I don't think the benefits of Wayland outweighs my ability to use this computer the way I need to.

[–] [email protected] 5 points 3 months ago (2 children)

I don't think you will ever be able to use Wayland on Nvidia without enabling modesetting which sounds like you haven't.

[–] [email protected] 2 points 3 months ago

Thanks for the suggestion. sudo cat /sys/module/nvidia_drm/parameters/modeset indeed prints N, so I'll try adding that to my system config.

[–] [email protected] 1 points 3 months ago

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.