NVIDIA have announced some big changes are coming to their Linux drivers, which will start with the upcoming 560 series.
Writing in an update on the NVIDIA forum they said:
Starting in the release 560 series, it will be recommended to use the open flavor of NVIDIA Linux Kernel Modules wherever possible (Turing or later GPUs, or Ada or later when using GPU virtualization).
If installing from the .run file, installation will detect what GPUs are present and default to installing the open kernel modules if all NVIDIA GPUs in the system can be driven by the open kernel modules. Distribution-specific repackaging of the NVIDIA driver may require additional steps, specific to that packaging, to choose the open flavor.
In the release 560 series, it will still be possible to configure the .run file to install the proprietary flavor of kernel modules, with the
--kernel-module-type=proprietary
command line option. However, in the future, some GPUs may only be supported with the open flavor.
We still have the 555 Beta to come this month which will bring Explicit Sync support. So this will be the update after that.
Interesting though to see NVIDIA move more and more towards open source. We've seen recently how the former Nouveau driver lead joined NVIDIA and sent a massive patch set, and then we had news that an NVIDIA developer contributed to the open source NVK driver and even on top of that they put up a script for GeForce NOW on Steam Deck.
Certainly an interesting time for the green camp.
Quoting: PeffseThat was without proton and hoping people would just make native linux ports... and they had multiple versions with different hardware which was bound to be a bust. If they just make VR worthy hardware that doesn't vary too much it'd probably be the best thing to happen to the PC-VR industry and an awesome thing to happen with PC's in generalQuoting: Viesta2015Best case scenario would be a valve home console... along with an updated VR Set and have them both separate... it'd allow others to use any piece of VR equipment they wish and use it as a general PC if people wanted. :)Didn't they already try and fail with console hardware by releasing the Steam Link?
(especially with steam link on quest 3)
This is pretty much how I still picture Nvidia today as I do back in the early 2000's, when they refuse to open source their graphics drivers while ATI Radeon (before AMD acquired them) did. They can contribute to the open kernel module all they want but unless they start providing open source graphic drivers, I'm not interested in what they do.
Last edited by ToddL on 12 May 2024 at 3:31 pm UTC
Quoting: ToddL"The more things change, the more they stay the same"Your timeline is entirely wrong. Ati didn't open source their drivers; they had the proprietary fglrx (which was terrible) and they provided some information to some open source developers under NDA - the open source drivers were predominantly reverse-engineered (just like nouveau). AMD didn't switch their focus from fglrx to the open source drivers till a year after they'd bought Ati - after pressure and an implementation from Novell.
This is pretty much how I still picture Nvidia today as I do back in the early 2000's, when they refuse to open source their graphics drivers while ATI Radeon (before AMD acquired them) did. They can contribute to the open kernel module all they want but unless they start providing open source graphic drivers, I'm not interested in what they do.
So comparable to AMD their situation is still much worse. The only improvement is potentially better alignment with kernel releases. So don't think Nvidia is a lot more open source friendly now because of all this.
Last edited by Shmerl on 12 May 2024 at 8:06 pm UTC
Quoting: CatKillerQuoting: ToddL"The more things change, the more they stay the same"Your timeline is entirely wrong. Ati didn't open source their drivers; they had the proprietary fglrx (which was terrible) and they provided some information to some open source developers under NDA - the open source drivers were predominantly reverse-engineered (just like nouveau). AMD didn't switch their focus from fglrx to the open source drivers till a year after they'd bought Ati - after pressure and an implementation from Novell.
This is pretty much how I still picture Nvidia today as I do back in the early 2000's, when they refuse to open source their graphics drivers while ATI Radeon (before AMD acquired them) did. They can contribute to the open kernel module all they want but unless they start providing open source graphic drivers, I'm not interested in what they do.
Thanks for correcting me on this. I keep forgetting all these details.
Quoting: ShmerlAnother thing to point out. The reason Nvidia are cool now with open source kernel module is becasue they moved most of their driver into their firmware blob which does remain a blob. So kernel module is just a glorified shim at this point.
So comparable to AMD their situation is still much worse. The only improvement is potentially better alignment with kernel releases. So don't think Nvidia is a lot more open source friendly now because of all this.
There is one advantage.
The firmware blob currently actively favors the proprietary driver by exposing less options to the nouveau driver.
With the open source kernel module this becomes either more easy spoofable or a thing of the past.
EDIT:
Another advantage I just thought off
Kernel modules can easily sandbox hardware, sandboxing a kernel module requires a complete overhaul of the kernel.
Last edited by LoudTechie on 13 May 2024 at 11:43 am UTC
Quoting: Augustus-OctavianWhat is the broader implication of this, explain this for a noob pleaseBy itself the implications aren't huge.
Historically all of the Nvidia driver on PCs was closed source. Binary blob user space and binary blob kernel modules. But the kernel is GPL and the kernel devs want things in the kernel (rather than running on the kernel) to be GPL. That conflict between GPL and proprietary on the interface of the kernel has led to a lot of tension and a lot of friction.
Having a clear boundary between open source kernel modules and proprietary user space & firmware removes all of that, without the need for GPL condoms or other shenanigans.
Nvidia having open source kernel modules at all is a big step in the right direction. Nvidia making the open source kernel modules the default going forward is another big step in the right direction.
But in terms of end user impact, there ideally won't be any: things will just continue to work whichever modules you're using. It'll just be less frustrating, and hopefully more efficient, for the people doing the nitty-gritty of making a particular bit of hardware work well.
See more from me