I you’ve got an old piece of hardware with nvidia hardware you know the pain. Nvidia stopped supporting 390 drivers back in 2022. Meaning that a few years later, as new kernels rolled in people will start being unable to install those drivers. Now in 2026 AFAIK there isn’t any maintained distro that keeps supporting a kernel old enough to work with those drivers. So good bye old nvidia gpus.
People here had several paths:
1.- If you got iGPU you could use that, less performance, but usually still works. 2.- Use nouveau drivers. Nouveau it’s not very performant now, with old hardware is even worse. This should be just the last resource as the experience would be miserable, my gpu even struggled with some desktop environments using nouveau, while igpu worked just fine. 3. Switch to windows. Windows usually keeps better retrocompatibility, and while the drivers are still unsuported, you can install them no problem in windows.
I decided to move to windows 10 ioT LTSC, with support until 2032. Because I had an old laptop that I still liked to use for some lightweight gaming. Nouveau was completely unable to perform good enough for any game. iGPU worked better, I was able to play some games, but still I was missing the extra performance the dGPU gave to me. So I, sadly, moved to Microsoft OS.
But lately I’ve been thinking, what if there were a solution? And keep looking deeper. And I found it. Te DKMS for the drivers could be patched to work with modern Linux Kernels. But it was DIY. There used to be some maintained projects and repos, but most are now archived. The only thing I found still maintained is this AUR repo:
https://aur.archlinux.org/packages/nvidia-390xx-utils
Great, some people managed to get it working! My day was saved! But… it was AUR, which means Arch or derivatives. And I really didn’t want to go that route. This laptop is just for media and playing, all through GUI from my couch, I don’t want to be messing with the keyboard. And I knew that with Arch, specially using AUR patches that was unlikely to go smooth.
I had always use linux mint on this laptop and I was very happy, so I though. why no replicate whatever AUR is doing in linux mint? And I got to it. I installed mint, and lock the kernel to 6.8 (with support until 2029) and starting following the AUR to patch the nvidia drivers manually. But the kernel expected in arch is not exactly the same as is it’s in Mint (which uses a Ubuntu kernel with backported security patches). So I hit a wall, it didn’t work. Then is when I found the second most useful resource in this journey:
https://github.com/earldodd/nvidia-390-kernel68-patches
A guide on how to manually patch the DKMS, specifically made for linux Mint. It didn’t include any ready to go binaries or scripts, but it was very well explained. Following that I managed to make what I thought it was impossible. And I finally got to see my old laptop running the nvidia proprietary drivers again (I almost cried here).
So yes, it is possible. On linux forum most people said it was not possible. That it could not be done. But it is. And if you want to do it I found those two resources the better path to achieve it.
Now we arrive to the bitter end. I think while possible I won’t finally keep this config, and I probably just keep windows 10 ltsc and after that loses support switch back to linux mint and just disable the dGPU. why? Because the process to patch the driver was painful, hard to replicate, fragile, and led to a lot of missconfigurations and broken things. I spent two full days on this. I don’t want to do it again each time an update messes something up. Maybe in the future I would try to create some installation script once I figure it out who to fix all the secondary issues that emerged with this Frankenstein, but by that time probably kernel 6.8 would be discontinue and I would need to start again for the next Ubuntu LTS kernel, a little discouraging, but who knows.
I just wanted to share this penguin journey with all of you. And share those resources for anyone in need of them.
UPDATE: Finally I decided just ditch the gpu all together. Installed my old good reliable mint and blacklisted nouveau. A little lost in performance in some games, but I think it will be worth it.


I will try, thanks!