this post was submitted on 20 Oct 2024
48 points (96.2% liked)
Linux
48008 readers
1217 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
On Linux, AMD GPUs work significantly better than Nvidia ones. If you have a choice, choose an AMD. Nvidia is mostly fine though. Even Wayland works well on Nvidia now (after the 560 driver release).
Sometimes you'll hit issues with memory management if you have <=8GB VRAM, since the Nvidia driver doesn't support swapping infrequently accessed parts of VRAM into regular system RAM, like it does on Windows and like AMD does on both Windows and Linux. It's a long-standing issue.
You may also need to manually reinstall the driver after kernel updates. In theory, it's improving as Nvidia are moving most of the driver logic into the firmware, and making the driver thinner with the new open-source out-of-tree driver (https://github.com/NVIDIA/open-gpu-kernel-modules).
For CPU, I'd definitely go with AMD instead of Intel. Intel aren't having such a good time at the moment.
Damn lies. Nvidia works like shit on Wayland and newer kernels.
It's actually working mostly fine me now with KDE 6.2.1, kernel 6.11.3, and nvidia 5.60.something. I get janky scrolling in firefox but apart from that it's been fine.
I found that Firefox scrolling was janky even with X11 when using a mouse. You can turn off smooth scrolling in the options, and turn off kinetic scrolling in about:config (
apz.gtk.kinetic_scroll.enabled
).Kinetic scrolling off and smooth scrolling on is so much better. Thanks for the hint.