Error Installing Nvidia Driver

rebooted twice

lsmod | grep -E 'nvidia|nouveau' or lspci -nnk

[john@UNKNOWN ~]$ sudo dnf install xorg-x11-drv-nvidia-470xx akmod-nvidia-470xx
Last metadata expiration check: 0:30:08 ago on Wed 23 Mar 2022 08:39:45 GMT.
Error: 
 Problem 1: package kmod-nvidia-5.16.16-200.fc35.x86_64-3:510.47.03-2.fc35.x86_64 requires nvidia-kmod-common >= 3:510.47.03, but none of the providers can be installed
  - package xorg-x11-drv-nvidia-470xx-3:470.103.01-1.fc35.x86_64 conflicts with xorg-x11-drv-nvidia provided by xorg-x11-drv-nvidia-3:510.47.03-1.fc35.x86_64
  - conflicting requests
  - problem with installed package kmod-nvidia-5.16.16-200.fc35.x86_64-3:510.47.03-2.fc35.x86_64
 Problem 2: problem with installed package xorg-x11-drv-nvidia-3:510.47.03-1.fc35.x86_64
  - package xorg-x11-drv-nvidia-470xx-3:470.103.01-1.fc35.x86_64 conflicts with xorg-x11-drv-nvidia provided by xorg-x11-drv-nvidia-3:510.47.03-1.fc35.x86_64
  - package xorg-x11-drv-nvidia-470xx-3:470.103.01-1.fc35.x86_64 conflicts with xorg-x11-drv-nvidia provided by xorg-x11-drv-nvidia-3:470.74-1.fc35.x86_64
  - package akmod-nvidia-470xx-3:470.103.01-1.fc35.x86_64 requires nvidia-470xx-kmod-common >= 3:470.103.01, but none of the providers can be installed
  - conflicting requests
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
[john@UNKNOWN ~]$ 

ok if you want to install xorg-x11-drv-nvidia-470xx akmod-nvidia-470xx you need to remove nvidia* packages sudo dnf remove nvidia* and after that sudo dnf install xorg-x11-drv-nvidia-470xx akmod-nvidia-470xx

What is wrong have you followed the whole guide from rpm
Does all goes right you have a package conflict
Try to see if you already have that xorg package preinstalled
With previously mentioned dnf list commend and then see if all packages that need are downloaded or not then do a reboot to xorg as reboot will include the nvidia driver in the kernel itself but as you don’t know how to sign so turning on secure boot will not work you need to be sure that secure boot is actually turned off and see with inxi -G after reboot that the nvidia driver is showing or not.

All are here

Hi, I just check for above Nvidia card and from https://download.nvidia.com/XFree86/Linux-x86_64/495.44/README/supportedchips.html it should use nvidia-390.xx version.

1 Like

As oprizal stated you need the 3.90 nvidia driver as your graphics card is to old for the newer drivers.

I was told to use the 440 driver on another forum but since it didnt work i came here to try get better advice as im new to linux.
ive installed the 390 and all is good.
thanks for all the help.
much appreciated.

1 Like