this post was submitted on 07 Oct 2025
63 points (97.0% liked)
Linux
58866 readers
438 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've used Nvidia GPUs with Linux with not many problems. These "horror stories" typically come from people who try to install a driver exactly the same way they would on Windows (by going to the Nvidia website and downloading something) whereas on most Linux distros it's actually much easier.
On Mint, you basically just have to open the "driver manager" and click on the recommended Nvidia driver. Then reboot. :)
There is also a guide available on It's FOSS.
I have been dual-booting Arch and Debian with an NVidua Gforce-759 Ti since say, 2015 and had several problems, in spite of having an otherwise totally vanilla PC system:
Yes, all that was solvable with some effort, and with experience from 25 years of using Linux.
So, in sum it was perhaps costing one full week, or ten days time.
But I decided that all that hassle and breakage was simply not worth my time, and swapped the card for an AMD Radeon.
No problems since.
The morale is: If you want to use Linux, make sure you use fully supported hardware, with open source drivers from the main kernel. Including laptops.
Everything else is probably not worth the time.
.
Not true. Ubuntu's official nvidia driver installation broke twice for my husband's PC, one other time they removed a version completely from their list (while we had installed it), and then it had orphaned packages and apt was constantly complaining, while every time we put nvidia as the main card (instead of the integrated intel), the PC does not wake up from sleep under Wayland (while it does under X11, so we know it's not a BIOS issue).
Also, the Mint forum is full of problems with nvidia drivers, despite running under X11, which is the "easier" environment for its drivers.
Overall, it's a nightmare, and that's why we now use the integrated intel as the main gpu, and the nvidia for compute only (for blender and resolve).
Maybe it's better implemented under Arch-land and Fedora-land, but under Ubuntu/Mint/Debian-land, it's still a nightmare.
Idk, I've run mint for a decade or more. Until the last couple of years all of my machines have had nvidia gpus. I never had an issue with drivers.
So, yes, you are more likely to run into issues if you have an nvidia gpu but it's still pretty unlikely
Mint runs X11 so it's quite easier. Under wayland all hell breaks lose on our PC. And that's with the latest version available by ubuntu too, not some old version.
I've run Nvidia with Wayland for years and never encountered a single issue. This sounds like it's probably just an Ubuntu issue (go figure, there's a reason the Linux community despises Canonical). It's worked perfectly fine for me in Fedora and Arch in Wayland, and my distro of choice nowadays is Bazzite, which is based on Fedora.
Is it possible that the driver that was installed was at some point so old that it was removed from the repos?
I can't speak about the exact implementation on Ubuntu, but on Fedora (which I am using) the driver usually gets updated to the latest version automatically. If that's not the case on Ubuntu or Mint, it may be worth going to the device drivers menu every few months, checking if there's a new one available and selecting the new one if there is one.
no, it was the 565 or 575 i can't remember, there were older options there too. But regardless, even if removed, it shouldn't have left apt in a state of panic.