753
Linux 6.6 To Better Protect Against The Illicit Behavior Of NVIDIA's Proprietary Driver
(www.phoronix.com)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Riddle me this, why is there such a thing as proprietary drivers for anything? Especially consumer facing products like this?
Don't you want anyone and anything using your product in any situation? Help me understand NVIDIA's bit with this?
Driver code might expose some underlying secret sauce they're using in the hardware. That's the justification they always used to give, at any rate. At this point, though, it's probably some code they've inherited from an acquisition that has a bunch of legal encumbrance stopping it from being open sources.
AMD isn't, and they used to be significantly worse than Nvidia about proprietary drivers.
People held the same opinion about them though. How is that not relevant?
Whatever, dude.
👍
Likely a combination of 4 things:
They have third party firmware in their blobs that they are under NDA regarding the source code.
They believe in the source code is a large part of their success and don't want to reveal it.
They believe giving out the source code will allow many inferior variants of the software, impacting their brand.
Control; the more source code they have in mesa the more of their code can be rejected by mesa. Keeping their stuff as blobs allows them to put in whatever hacks they want.
They can open their code without merging into mesa
They don't want you to use "old" GPUs
Sure but why open their code without getting the integration benefits?
And again we are talling about code not being rejected as main goal.
I assume nVidia have licensed other code that they don't have the rights to distribute the source code for.
I get what the GPL fans want here, but it's just going to lead to a gimped driver, no driver, or an even larger shim between the open and closed source bits. The Linux market is too small for nVidia to care.
All ml, ai, hpc is done on Linux. They are getting a lot of money because of the hype.
They need Linux drivers. No way hpc can be done on windows. But it can be done on amd
They don't have to offer Linux drivers for free to the general public though. Ask yourself why they do that.
The problem is not mine. Is theirs. They want to use functionality written by others with certain requirements (i.e. that using that code requires disclosing the source code).
If they are not happy with that, that's fine. They shouldn't use those functionalities.
Problem is that they depends on Linux kernel for their biggest business (data centers). If they don't support linux, market will shift to amd. As ML user, I am absolutely fine. I can use amd for our gpu cluster. I absolutely cannot use a non linux OS.
That's their problem, not linux maintainers' problem
With GPUs being used for AI stuff and all sane people using Linux for servers, no, Linux market isn't small at all for Nvidia.
That’s all I see happening too. The Nvidia Linux drivers will just get worse and not solve anything.
It’s already a huge pain in the ass to use the proprietary drivers, the open source ones barely work as is.
I'll fix it for you: "The Linux gaming market"
Linux AI market is their bread, butter and red caviar. Shim itself is enough proof they care.
They don't want you to see the "if benchmark_xyz { do less work }" blocks of code.