this post was submitted on 30 Nov 2023
90 points (95.0% liked)
Linux
47950 readers
1634 users here now
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.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is that nvidia card old, do you need very fast performance? You could use the nouveau drivers which are mostly FOSS.
If you need the proprietary drivers though, I advise against updated Distros except ublue.it
Debian might be an exception as it upgrages so slowly, but I also wouldnt recommend Debian really. Debian + GNOME is probably very fine, even though also here you will miss a lot of cool new updates, but Debian + KDE is simply not ready and all those bugs are now only fixed in Plasma 6.
So my recommendation is a ublue-nvidia image, no matter what desktop you like
It's not brand new, but i don't need it for gaming or anything major. Thank you for your recommendations, i will look into it!
A GPU is used for a lot more than just gaming these days. It's used to render videos, accelerate normal 2D programs (like some terminal emulators), accelerate some websites/webapps (those which use WebGL for eg); also modern DEs like Gnome and KDE also make use of it very heavily, for instance for animations and window transitions. Those smooth animations that you see when you activate the workspace switcher or window overview? That's your GPU at work there. Are your animations jittery/laggy? That means your setup is less than ideal. Of course, you could ignore all that and just go for a simple DE like XFCE or Mate which is fully CPU-driven, but then the issue of video acceleration still remains (unless you don't plan on watching HD videos).
Without the right drivers (typically NOT nouveau, unless you're on a very old card), you may find your overall experience less than ideal. As you can see in their official feature matrix , only the NV40 series card fully supports video acceleration - these are cards which were launched between 2004-2006 - that's practically ancient in computer terms and I highly doubt your PC uses one of those. Now recent-ish cards do support video acceleration, but you'll need to extract the firmware blobs from the proprietary drivers (which can be a PITA on normal Debian as it's a manual process), plus, even after that, the drivers won't support some features that may be required by normal programs, as you can see from the matrix.
The natural solution of course would be to install the proprietary nVidia drivers, but you do NOT want to do that (unless you're a desperate gamer) as there's a high possibility of running into issues like not being about to use Wayland properly, or breaking your system when you update it - just Google "Linux update black screen nVidia" and you'll see what I mean.
You'll be avoiding a lot of headache if you just went with AMD; or even just onboard graphics like Intel iGPUs (if your CPU has it) would be a much better option - because in either case, you'll be using fully capable and stable opensource drivers and you won't face any issues with that.
Also, watch this video: https://youtube.com/watch?v=OF_5EKNX0Eg