Good afternoon, a few minutes ago my Fedora 38 Workstation system updated the kernel to version 6.3.11. When I reboot the system I see that the Nvidia drivers stopped working. At first I didn’t notice it, in fact I thought the new kernel had fixed the screen flickering I’ve been seeing since I upgraded to Fedora 38, but I immediately saw that the GPU went to full load without having any program running. So I opened Nvidia Settings and noticed what is shown in the following image:
You should mention the model of your NVIDIA GPU and how you installed the drivers (e.g, rpmfusion-nonfree, NVIDIA, or ?). Sometimes the kernel is released before NVIDIA has updated their drivers, and rpmfusion takes some time to create Fedora packages. Support for older GPU’s may take longer or could be discontinued for newer kernels.
The RTX 2080 should not have done that.
How long did you wait after the update before you did the reboot?
Impatience often causes this kind of problem because the system has to compile the new kernel modules for the nvidia drivers after the kernel is updated, and rebooting too soon may cause corruption in that process.
One may recover by doing sudo dnf remove kmod-nvidia-6.3.11* then after that completes run sudo akmods --force to rebuild the modules. Waiting at least 2 minutes after that completes then rebooting should properly load the drivers on the new kernel. (note that I am assuming you installed the drivers from rpmfusion. If installed from another source the process is different.)
He did
The nvidia 535.54.03 driver from rpmfusion works well with the 6.3.11 kernel for me.