121
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 28 Dec 2025
121 points (93.5% liked)
Linux
57274 readers
876 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
Wdym by that?
And have you read the Arch news entry about this?
What's wrong with nvidia-580xx-dkms?
Maybe I don't understand. Here's what I got form the news. I can install nvidia-580xx-dkms from AUR but it needs be build for my kernel. So everytime I run pacman -Syu I risk a kernel update thst needs me to manually rebuild dkms. Right? Feels like anxiety before each update...
Relatively new to this. Probably missing things I haven't heard of.
It will compile and install the module for you. All it means is that whenever your kernel is updated, the install process will take around 5 minutes longer than it otherwise would whilst it compiles the dkms module for you.
If you use the lts kernel package, your kernel updates will be infrequent.
If you use the regular arch linux kernel package, it will update every few weeks like it does now, and each time, your package installation process will run a few minutes longer due to the need to compile the driver
Ah. I begin to understand. Thank you for the clarification. This takes away some of the having to do something new anxiety.