this post was submitted on 02 Apr 2025
426 points (97.1% liked)
linuxmemes
24355 readers
134 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
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
Whatβs the deal with Linux and Nvidia? Do the official drivers suck, or is it people not wanting to use a closed source driver but not having good open source drivers? I might have access to a good gaming PC soon but it has an Nvidia card.
I have never had to do anything more than
sudo apt install nvidia-driver
, even with wacky setups such as:EDIT: debian btw
@DaPorkchop_ @jqubed try two nvidia GPUs, both with outputs active on wayland...
The current official Nvidia driver is known to cause problems during install, during system updates or basically whenever it feels like it (when using Wayland, after hibernation, on rainy daysβ¦). Even the most well maintained distros regularly struggle with it, ran into trouble on both Mint and OpenSuse myself in the past.
If you don't have your distro already I'd suggest trying one that comes with the Nvidia driver preinstalled (they then also usually take care of all the small adjustments). Saves you some headache.
Those I can currently think off that ship the proprietary driver (in no particular order): ZorinOS, Pop!_OS, Nobara, Bazzite, EndeavourOS, TuxedoOS, SlimbookOS
The drivers have gotten a lot better over the last few years, and Nvidia even have an official open-source driver now, but there's still issues with them. Wayland works very well now, but not perfectly (especially on GPUs with low VRAM).
If you're on Linux and are buying a new GPU, stick to AMD. Their driver is part of the Linux kernel, it's more stable, and it gets all the newest features first.
As a game developer I would suggest the opposite. Never had a report that came down to an Nvidia graphics card, however AMD will randomly introduce game breaking bugs in their Linux driver and leave it unfixed for years.
That's because ther nvidia driver broke the report button. /s
I think you misread? I don't get any bug reports from Nvidia users.
I use Nvidia on Linux for over a decade now, never had a problem. Using the official closed source drivers. I don't know if AMD is better because I never tried it myself, but in my experience Nvidia is working as well as on Windows.
This is on desktop, I don't know about laptops. My experience is also limited to gaming, maybe it's bad for CUDA or something.