Nvidia-dkms and linux515-nvidia are in conflict (NVIDIA-MODULE)

I’m trying to install the nvidia for arch according to this website:

Which would be:

$ sudo pacman -S --needed nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
warning: nvidia-utils-520.56.06-2 is up to date -- skipping
warning: lib32-nvidia-utils-520.56.06-1 is up to date -- skipping
error: target not found: nvidia-settings
warning: vulkan-icd-loader-1.3.226-1 is up to date -- skipping
warning: lib32-vulkan-icd-loader-1.3.226-1 is up to date -- skipping

However manjaro uses nvidia-utils but now wants to replace linux515-nvidia with nvidia-dkms. Which one should I keep?

$ sudo pacman -S --needed nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-utils vulkan-icd-loader lib32-vulkan-icd-loader
warning: nvidia-utils-520.56.06-2 is up to date -- skipping
warning: lib32-nvidia-utils-520.56.06-1 is up to date -- skipping
warning: nvidia-utils-520.56.06-2 is up to date -- skipping
warning: vulkan-icd-loader-1.3.226-1 is up to date -- skipping
warning: lib32-vulkan-icd-loader-1.3.226-1 is up to date -- skipping
resolving dependencies...
looking for conflicting packages...
:: nvidia-dkms and linux515-nvidia are in conflict (NVIDIA-MODULE). Remove linux515-nvidia? [y/N]

Manjaro is not Arch!

Why not our wiki Configure Graphics Cards - Manjaro
Since you already made use of the MHWD and when the proprietary drivers are installed automatically, then also the linux modules are installed.
Of course the

But if you want one in favor of the other, then you remove the one you don’t want to use.

Install Nvidia from Manjaro Setting Manager → Hardware
You already have what you need. Just use Lutris.

Don’t follow guides not meant for Manjaro if you don’t know anything about all of that.

2 Likes

Finally replaced linux515-nvidia with nvidia-dkms.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.