You cannot have 2 packages that provide the same kernel module for the same kernel version.
The nvidia
official package provide a module for the linux
kernel (Arch Linux version).
Installing nvidia-470xx-dkms
also provide the same module (but older version) for the same linux
kernel version (since dkms).
How the kernel is going to choose which version to pick?
Also without the conflict
, it makes the transition from nvidia
package to nvidia-470xx-dkms
a bit complicated...
I have to uninstall nvidia nvidia-lts nvidia-utils lib32-nvidia-utils nvidia-settings
before installing nvidia-470xx-dkms ...
, since nvidia-utils require a specific nvidia module version
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.