this post was submitted on 26 Dec 2025
134 points (99.3% liked)

Linux

10779 readers
778 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kbal@fedia.io 21 points 6 hours ago (1 children)

The driver needs to interface with the OS kernel which does change, so the driver needs updates. The old Nvidia driver is not open source or free software, so nobody other than Nvidia themselves can practically or legally do it. Nvidia could of course change that if they don't want to do even the bare minimum of maintenance.

[–] bleistift2@sopuli.xyz 3 points 6 hours ago (1 children)

The driver needs to interface with the OS kernel which does change, so the driver needs updates.

That’s a false implication. The OS just needs to keep the interface to the kernel stable, just like it has to with every other piece of hardware or software. You don’t just double the current you send over USB and expect cable manufacturers to adapt. As the consumer of the API (which the driver is from the kernel’s point of view) you deal with what you get and don’t make demands to the API provider.

[–] kbal@fedia.io 14 points 6 hours ago (1 children)

Device drivers are not like other software in at least one important way: They have access to and depend on kernel internals which are not visible to applications, and they need to be rebuilt when those change. Something as huge and complicated as a GPU driver depends on quite a lot of them. The kernel does not provide a stable binary interface for drivers so they will frequently need to be recompiled to work with new versions of linux, and then less frequently the source code also needs modification as things are changed, added to, and improved.

This is not unique to Linux, it's pretty normal. But it is a deliberate choice that its developers made, and people generally seem to think it was a good one.

[–] bleistift2@sopuli.xyz -3 points 5 hours ago (1 children)

They have access to and depend on kernel internals

That sounds like a stupid idea to me. But what do I know? I live in the ivory tower of application development where APIs are well-defined and stable.

Thanks for explaining.

[–] Kazumara@discuss.tchncs.de 1 points 14 minutes ago* (last edited 13 minutes ago)

You're re-opening the microkernel vs monlithic kernel debate with that. For fun you can read how Andrew S. Tanenbaum and Linus Torvalds debated the question in 1992 here: https://groups.google.com/g/comp.os.minix/c/wlhw16QWltI