I am facing severe screen flickering with the current nvidia drivers (535). I want to revert back to the 520 one but I don’t know how.
I have tried the following:
sudo dnf downgrade akmod-nvidia
But after checking the driver version with nvidia-smi
it is still the 535. I guess this happens because akmod-nvidia
has already built a driver for my kernel(s).
Here is the output after running: dnf list installed "*kmod-nvidia*"
(without downgrading):
Installed Packages
akmod-nvidia.x86_64 3:535.113.01-1.fc37 @rpmfusion-nonfree-updates
kmod-nvidia-6.4.15-100.fc37.x86_64.x86_64 3:535.113.01-1.fc37 @@commandline
kmod-nvidia-6.5.5-100.fc37.x86_64.x86_64 3:535.113.01-1.fc37 @@commandline
kmod-nvidia-6.5.6-100.fc37.x86_64.x86_64 3:535.113.01-1.fc37 @@commandline
Notice that kmod-nvidia*
are installed from@commandline
.
So based on this, I think I should remove all of them and then install the 520 version of akmod-nvidia
. Is this correct?
PS: Why when I type dnf info kmod-nvidia
I get:
Last metadata expiration check: 4:51:36 ago on Sun 15 Oct 2023 01:19:42 PM EEST.
Available Packages
Name : kmod-nvidia
Epoch : 3
Version : 535.113.01
Release : 1.fc37
Architecture : x86_64
Size : 11 k
Source : nvidia-kmod-535.113.01-1.fc37.src.rpm
Repository : rpmfusion-nonfree-updates
Summary : Metapackage which tracks in nvidia kernel module for newest kernel
URL : https://www.nvidia.com/
License : Redistributable, no modification permitted
Description : This is a meta-package without payload which sole purpose is to require the
: nvidia kernel module(s) for the newest kernel,
: to make sure you get it together with a new kernel.
Why it doesn’t show the 3 installed packages?