With the R515 driver, NVIDIA released a set of Linux GPU kernel modules in May 2022 as open source with dual GPL and MIT licensing. The initial release targeted datacenter compute GPUs…
We’re now at a point where transitioning fully to the open-source GPU kernel modules is the right move, and we’re making that change in the upcoming R560 driver release.
I guess the people buying pallets of $50,000 cards have had words with Nvidia over their shitty closed-source Linux drivers. It's not like Nvidia have suddenly decided to care about Linux gamers.
I would, but a built a SFF build two years ago that supported my 2080ti. Now, no new cards will fit in my case. I ride it til it dies, but I can run Wayland as of about a month ago, so that's nice.
I guess it's the GSP which isn't there on the pre rtx cards. Also, most of the stuff is moved into the firmware as a blob (hence the need for the GSP) so the drivers are not really open open. But it's still a refreshing move
I was kind of hoping that Pascal and Volta would still be included, given how much of a userbase still has those, however from Nvidia's standpoint, I can kind of see it? These are almost a decade old. But either way, i'm sure they have some other corporate bullshit in mind
Unfortunate for my old laptop still reliant on the open source alternative driver for linux due to how buggy the official nvidia driver is. (Steam doesn't even open with nvidia drivers on)
Is this really as good as it sounds? There's some parts of the article that concern me:
The initial release targeted datacenter compute GPUs
Not every GPU is compatible with the open-source GPU kernel modules.
Is there any chance that this just means only a certain class of GPU's are ever going to support open source, while their mainline desktop GPU's will still be proprietary?
Not trying to spread FUD, but I don't want to get too excited until I know for sure that this means they will support open source drivers on all their future desktop GPU's.
All GPUs released since they came out with the RTX 2000+ line are supported and all new GPUs will most likely have support, especially with this announcement saying they're committed to it. There's a support list on their GitHub and it includes all the weird little things you'd be worried about. Even silly little laptop chips like the new RTX 500 are on it.
I think the only reason they limited GPU support is because the older ones physically don't have the hardware for this approach; they switched to their newer RISC-V "GSP" processors with the RTX line. In the new open module, all of their proprietary "secret sauce" was shoved off to firmware running on that new GSP. Previously, their proprietary kernel module loaded all of that same secret sauce as a gigantic obfuscated blob running on your normal CPU instead. The Windows side of their driver has also been moving towards using the GSP, they even advertised it boosts performance or whatever, and I can believe it.
That said, with this new stuff, the official Nvidia userland portions providing Vulkan/OpenGL/CUDA support and the like are still proprietary. It's still worse than AMD in that regard. But at least it's possible to replace those bits, and Mesa/NVK are working on getting Vulkan up and running (with NVK supposedly getting pretty damn good, and Mesa's OpenGL-on-Vulkan is pretty good too so that's free).
Ah ok, so it's just the kernel part that they're open sourcing, but a proprietary driver will still need to be installed just as before.
I knew there had to be a catch.
I guess it's nice that this would help with kernel issues, like graphics breaking when you install a new kernel. But still not quite what I was hoping for.
This is pretty huge. NVIDIA has been the broadcom wireless chip of the modern era, causing unnecessary end-user pain and preventing every day users from migrating to Linux due to hardware that's semi-compatible that doesn't always work out of the box. I've been using AMD for their open source support for a while now, but this is a welcome change to enable others to switch - or at the very least test - a fully working Linux OS without having to fight to get things working.
Can you elaborate a little? What makes AMD more open than Nvidia now that Nvidia is transitioning to open source drivers? And does AMD work better simply due to longer time in development?
it will probably be less performant than the windows drivers for at least another couple of years, if they even follow through without any bullshit in the first place
Not including Pascal btw. And considering how buggy my PC (NVidia) is compared to my Laptop (HD Intel), I will still use AMD. Also because it will take years until the open source driver will have reached the stability, integrity and quality the AMD driver has due to contributions of Linux people.
I'm very excited about this because it means distros can consider shipping fully signed drivers built by the maintainers instead of this (what I consider to be) DKMS jankiness that builds the source part of the modules locally. I prefer to run with secure boot enabled, but the MOK system DKMS requires seems like an escape hatch. By default the signing keys are just another file on the same system. That's really not a good way to run secure boot.
We can even talk about upstreaming the drivers with the GPL-compatible licensing. That's huge.