this post was submitted on 13 Jul 2026
786 points (97.2% liked)
Programmer Humor
32380 readers
1103 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
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.