@Softexpert @Sinyria :
Thank you for your efforts on maintaining this driver. Given the comment about 6.12 not working with the driver, what is the recommended approach to stop system updates resulting in a conflict in future?
There seem to be the following options.
-
Use linux-lts. Currently on 6.6, but will be gradually updated so will eventually result in a conflict? Currently received security updated until 31st December 2026.
-
Use one of the specific long term kernels in AUR, so the version is locked in, e.g. linux-lts61. No longer receives security updates. https://wiki.archlinux.org/title/Kernel#kernel.org_kernels
-
Pin either the current kernel (6.11) or pin linux-lts?
What option or approach would you recommend?
Would pinning be done by putting the following in the "/etc/pacman.conf"?
To pin the currently installed non-lts kernel, e.g. 6.11:
pacman.conf
IgnorePkg = linux IgnorePkg = linux-headers
To pin the lts kernel, if installed:
pacman.conf
IgnorePkg = linux-lts IgnorePkg = linux-lts-headers
Thanks
Pinned Comments
SoftExpert commented on 2025-02-09 10:20 (UTC)
For the beginners in need of assistance, first take a look at this recommended guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide - maybe it helps to solve the issues your are having with this version of the driver.