gg ll:
Looks like I have the nouveau driver loaded for now:
[nxnk@FREDERIKA Téléchargements ]$ lspci -k | grep VGA -A3
01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1)
Subsystem: ASUSTeK Computer Inc. DUAL-GTX1060-O6G [GeForce GTX 1060 6GB Dual]
the Pascal GPU is no longer supported by the latest drivers. You have to remove the current drivers and install the nvidia-580xx drivers branch.
see Making sure you're not a bot!
these lines should do the job, run those line by line, package xorg-x11-drv-nvidia-580xx-cuda is optional
sudo dnf remove \*nvidia\* -x libva-nvidia-driver,nvidia-gpu-firmware
sudo dnf install akmod-nvidia-580xx xorg-x11-drv-nvidia-580xx-cuda
sudo akmods
then restart the system
Output of the dnf distro-sync command seems fine.
You could take a look at the optional post-upgrade tasks
And the command rpm -qa |grep -c fc43 should only give a low 2 digit number.
Full instructions for the removal of the current nvidia driver and install of the 580xx driver are shown here.
Problem
After upgrading to Fedora 44, the Nvidia driver fails to load on certain cards. An error is displayed during boot:
NVIDIA kernel module missing. Falling back to nouveau
This issue affects GPUs that were supported by the “current” driver as of Fedora 43, including Maxwell-based models such as GTX 960 and Pascal-based models such as GTX 1060.
List of impacted GPUs
Cause
This issue is triggered by a combination of two factors:
Nvidia dropped support for the affected GPUs in driver v…
noxensk
(gg ll)
September 2, 2026, 7:47pm
23
Ok, i’ve followed the instructions to install the nvidia 580xx drivers. I believe everything is ok now. Thanks a lot everyone for helping ! Issue is solved