this post was submitted on 13 Jul 2026
786 points (97.2% liked)
Programmer Humor
32380 readers
510 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My case: I have an nvidia GTX 980. It's old but it's what I have.
Nvidia dropped its support from driver version 595.
Driver 580 is what I need, it worked until 7.0 but no longer in 7.1 (was using Fedora 44). Since my hardware is old I switched to Debian Trixie.
Another example is the facetime HD Webcam of macbook pro: to make it work you have to install OSx or download a recovery image, compile a C program to extract a specific binary blob, then use that blob to recompile the driver on your kernel.
There are lots of examples: it's a big world, with lots of hardware and mostly no producer interested in the Linux world.
This depends a bit on the distro you are using. Like in arch you should not use the proprietary drivers for older cards but the open ones. My guess is there are some community drivers you should use instead.
you mean the nouveau driver? the one that is unable to up the frequencies from the minimum because it is not signed by nvidia? it may work as a display output, but not much else
Even if you happen to use older NVidia cards from before they started doing signed firmware blobs the experience is miserable.
Nouveau has 0 dynamic power management, so the only way to change clocks speeds is via a debug interface in /sys/.
Everytime you change clock speeds the driver can crash. And while some software does become usable it tends to be very unstable because some features are just not implemented or only half-implemented, leading to graphical glitches and unpredictable behaviour.
It's a shame because I really feel like nouveau could be a great piece of software, but unfortunately nobody is working on it anymore.
😆😂🤣 Are you kidding? Have you tried using nouveau? It works, sure, but you can’t play games that are even vaguely modern and if something uses up a bit too much RAM the entire display system starts jittering/lagging or becomes unresponsive. Source: I ran nouveau with a GTX 2080 for years. I was only able to fully ditch Windows once I fully ditched Nvidia (by switching to an AMD GPU and scrubbing every last vestige of Nvidia’s bullshit off my PC).