this post was submitted on 26 Dec 2025
308 points (99.0% liked)
Linux
10784 readers
681 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
view the rest of the comments
It makes me wonder why the package still auto updates if it detects you're using the driver that would be removed, surely it could do some checks first?
Would be vastly preferable to it just breaking the system.
It would be a very out-of-scope feature for a Linux package manager to do a GPU hardware check and kernel module use check to compare whether you're using the installed driver, and then somehow detect in the downloaded, about-to-be-installed binary that this will indeed remove support for your hardware.
It just seems very difficult to begin with, but especially not the responsibility of a general package manager as found on Linux.
On Windows, surely the Nvidia software should perform this detection and prevent the upgrade. That would be its responsibility. But it's just not how it is done on Linux.
It's not the package itself that "auto updates". The package manager just updates all the packages that have updates available, that's it.
But still, the system doesn't really "break", all you have to do is downgrade the package, then add a rule preventing it from being updated until Nvidia/Arch package maintainers add a new package that has only that legacy driver'# latest version, which won't be upgraded again.
If Linux is going to be usable by the average person on windows it needs to do something better than booting to a CLI and making the user figure out how to manually downgrade a package.