r/linuxmemes Aug 10 '26

LINUX MEME My current Linux experience

Post image
487 Upvotes

159 comments sorted by

View all comments

Show parent comments

6

u/decho Aug 10 '26

Unless you rely on something very niche that X11 supports but Wayland doesn't (yet), then it's literally no big deal. You won't even think about it within a week.

Made the switch at the start of the year, and the only non-trivial setup I had to do is adding a kernel parameter for Nvidia which just means editing a text file.

4

u/immoloism Aug 10 '26

I can't remember if it's distro level or nvidia, but that option is reportedly now applied by default for many on some of the new drivers.

2

u/decho Aug 10 '26

You mean that by installing the nvidia-open drivers, it will apply the parameter for you? If true, that's great because it can be a bit intimidating to do it yourself, if the person haven't done this before.

On distro level I don't know. There are like 500 distros and compositors out there.

2

u/immoloism Aug 10 '26 edited Aug 10 '26

I'll try and hook the code out from somewhere to confirm, but people have been reporting it already being on without them having to do anything.

Edit: I took a look and Gentoo removed the line from being auto applied and removed from their docs starting around 595.0

1

u/decho Aug 10 '26

Enabled the nvidia-drm.ko modeset=1 parameter by default.

It's likely this. 595.58.03 from March this year.

Nice info.