this post was submitted on 04 Sep 2025
384 points (97.8% liked)
linuxmemes
27191 readers
2579 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
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
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. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
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
Sadly I had to install Windows 10 iot ltsc on a laptop I own.
I tried to install linux. Several distros. But I always ran into de same issue. I was unable to install nvidia drivers. Which was weird, because that laptop have been on linux a few years prior and I clearly recall installing nvidia drivers without any issues.
So I dug into the problem. And it seems that some new linux kernel had issues with older nvidia drivers, so most, if not all, distros dropped support for that old driver. Only given solution was to run some old lts distro. But por instance mint lts will end on 2027.
At the same time everything worked just fine on that version of windows that have support until 2032.
And, not, the laptop is not that usable with nouveau drivers, as those are incapable of doing hardware acceleration, so everything runs slower, specially games, but it can be noticed even in just the DE.
So it's weird. That in order to keep old hardware around I need to use Windows, because linux dropped support for this particular older hardware earlier than windows.
I know it's just an exception, and that is mostly Nvidia's fault. But I had to do what I had to do.
Still running linux on other of my machines though.
Is there no option to use the igpu? Or you need the dgpu for some reason?
You can run a new distro with an old kernel, I used to do that with slackware. you can get similar 10 year support (after kernel.org lts ends) for the kernel if you take it from rhel/rocky linux
It is, same as nouveau drivers. But with a loss in performance, because not gpu hardware acceleration.
The computer runs and linux with nouveau will be its final destiny. But as for now there are some games I play that are just on the edge that run very well with hardware acceleration but sluggish with igpu or nouveau.
I will have to look into the new distro/old kernel thing. It may be a solution.
Oh dam, I just watched a vid yesterday about the different distros "Every Linux Distro Explained in 13 minutes" (obviously very very superficial) I'll see if I can find it in my history and post a link to it for you. there were at least 1 or 2 for "really old" hardware. I will change the name to a link when I get to my pc
Edit: added link
How old are we talking? The nvidia open-source drivers dropped support for everything prior to the 20-series i think? but the closed-source nvidia drivers still support older cards.
2013 I think. It's a 710M laptop gpu. The needed driver is the 390 something like that. Both fedora and ubuntu based distro had dropped support for it. I tried manual installation but indeed it failed because it doesn't seems to play nice with the kernel.
If you're ever inclined to to go back, OpenSUSE (at least Tumbleweed, not sure about Leap) still supports the old drivers. I'm starting to be in the same boat with my 150 MX.
Although I rarely use it. Putting the laptop to sleep often ends up in a crash with the nVidia drivers. Luckily I also have Intel onboard graphics in the thing.
If you're new to Linux, then NixOS may be outside your comfort zone, but nixpkgs does enable simple patch set integration for legacy Nvidia drivers for use with recent kernels. You could try enabling the 390 config option from a NixOS desktop install, or fetch and apply the appropriate patch from
aurPatches
source yourself from a different distro for a corresponding kernel version:Thanks! I'll look into that.
I run a GTX 980 Ti; Maxwell architecture is still supported for three years. Older than that: Kepler support ended last year and Fermi support ended in 2023, and they won't play nice with kernels released since then.