Error: config ‘video-nvidia’ conflicts with config(s): video-nvidia-470xx

Hi there,
the update runs fine and it only shows the mentioned firmware warnings.
But instead of installing the nvidia 510 driver the 470.103.01 version was installed.
Only installed Kernel is 5.16.5-1. Videocard is a 1070 Ti.
Any ideas?

edit:
After clicking Auto Install Propietary Driver from the system settings, i’ve got this error message:

Using config 'video-nvidia' for device: 0000:01:00.0 (0300:10de:1b82) Display controller nVidia Corporation GP104 [GeForce GTX 1070 Ti]
Error: config 'video-nvidia' conflicts with config(s): video-nvidia-470xx

can you provide ,
under terminal

sudo mhwd-kernel -li
sudo mhwd -li
inxi -Fza

You’ll need to manually remove the 470 series drivers in order to use the new 510 series (Note that you may need to temporarily remove packages with sudo pacman -Rdd <package-name> that require them if you receive errors.

sudo mhwd -r pci video-nvidia-470xx

Now you can use the auto-install option in Manjaro Settings Manager, or:

sudo mhwd -a pci nonfree 0300
1 Like

Thank you both for your replies.
Actually i’ve removed them manually from the settings manager and auto install again.
Now the driver is 510.47.03.
Thank you both.

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