this post was submitted on 16 Nov 2023
104 points (96.4% liked)
Linux
48008 readers
857 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
I have had so many issues with Nvidia drivers, especially on laptops with Optimus. Black screens after booting, random breakage when updating, having to fuck around with OpenGL libraries all the time when you have integrated Intel graphics and Nvidia graphics on the same system. It's just a pain for me on laptops.
Wouldn't be such a big issue on a desktop, but I've had a work-provided workstation with an Nvidia and 99% of the time if something broke on that machine, it was because Nvidia wasn't compatible with some updated kernel or libraries.
Intel and AMD have both provided us with a painless driver experience that just works out of the box all the time and is integrated in all the open source things (mainly the Linux kernel and the Mesa libraries for OpenGL & Vulkan). With Nvidia, you need to throw all that out and use their proprietary blobs for OpenGL and Vulkan.
Also, I just think Nvidia is a scumbag company, trying to force single-vendor proprietary solutions on the market by abusing their dominant position (pushing CUDA while refusing to implement any new OpenCL version for over a decade, so software vendors couldn't just pick a competitive open alternative is one example, the original G-Sync is another). I prefer not to give them any money if I can help it.
I've had all those issues back in like 2014.
Nvidia Optimus has come a long way on Linux. Manjaro and Mint have utilities to enable it out of the box.
THAT SAID
We still have to prepend all programs we want to use the Nvidia GPU with
prime-run
. I'm not sure if mobile AMD users have to do the same, but this is legitimately annoying as hell this many years later and would actually be a good reason to pick AMD over Nvidia.No we don't. Mesa and the kernel automatically decide to use the dGPU for intensive tasks. It is only on rare ocassions that I have to use the DRI_PRIME=1 to force the use of the dGPU. It has been months since I last did it
Thanks. I've been curious about that.
Gonna start sharing it as another reason why I would choose AMD over Nvidia, in addition to the drivers being open source.