this post was submitted on 27 Jun 2025
228 points (96.7% liked)
Linux
55709 readers
755 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
This is graat info. Didn't know about Ventoy before, it sounds really cool.
Just wanted to add that if you're running multiple monitors on an nvidia card, you may find that the second monitor has low fps/stutters on wayland (common on dual graphics laptops). The fix is as follows:
Add these 3 lines to
/etc/modprobe.d/nvidia.conf
:Add this line to
/etc/environment
:You may have to modify the part that says
pci-xxxx\:xx\:xx.x-card
with the appropriate values for your graphics card.Run
lspci | egrep VGA
to list installed PCI graphics cards and try to map the values from thereDisclaimer: I don't know why this works but it does and it isn't malicious as far as I can tell. If anyone knows what exactly it's doing, I'd like to know please.
Thanks for that info.
I just want to add that the drm modeset is enabled by default ever since the 560 drivers. You only need to do that for the older ones, if I'm right.
Previously, you also had to disable nouveau yourself and Nvidia driver installation used to be a headache. Things have gotten better over the ages. I'm sure this multi-monitor issue will also be fixed soon as well.