"One question, guys: can I have nvidia blob installed for both linux and linux-lts kernels?"
@TheExplorer Yes, You can. (zen is the same as lts, just need change the PKGBUILD file accordingly)
yay -Qs 340xx | grep 33
local/nvidia-340xx 340.108-33
local/nvidia-340xx-zen 340.108-33
It don't overlap each other:
[nvidia-340xx]$ tree pkg
pkg
└── nvidia-340xx-zen
└── usr
├── lib
│ ├── modprobe.d
│ │ └── nvidia-340xx-zen.conf
│ └── modules
│ └── 6.3.1-zen2-1-zen
│ └── extramodules
│ ├── nvidia.ko.gz
│ └── nvidia-uvm.ko.gz
└── share
└── nvidia-340xx-zen
└── 20-nvidia.conf
10 directories, 4 files
(You can check both *tar.zst files and compare them also. [The final installation path, in this case, is /usr/lib/... and /usr/share/...]).
On the other hand, the PKGBUILD have an option for this cases:
conflicts=('nvidia') that i guess should be conflicts=('nvidia' 'nvidia-340xx-lts') in case of incompatibility with the lts version.
Pinned Comments
JerryXiao commented on 2022-10-13 03:51 (UTC) (edited on 2022-10-14 02:44 (UTC) by JerryXiao)
For testing users, contributors: check out https://github.com/archlinux-jerry/nvidia-340xx
Warning: force push may happen to match the aur tree