NVIDIA GTX 1050ti
7.1.3-200.fc44.x86_64
Updated to latest kernel now system is using nouveau drivers instead of Nvidia.
Already have locked the nvidia drivers , working fine with previous old kernel.
sudo dnf versionlock add
akmod-nvidia-580xx
xorg-x11-drv-nvidia-580xx
xorg-x11-drv-nvidia-580xx-libs
xorg-x11-drv-nvidia-580xx-cuda
xorg-x11-drv-nvidia-580xx-cuda-libs
xorg-x11-drv-nvidia-580xx-kmodsrc
xorg-x11-drv-nvidia-580xx-power
AFTER UPDATE
this-pc@fedora:~$ nvidia-smi
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
this-pc@fedora:~$ cat /proc/cmdline
BOOT_IMAGE=(hd1,gpt2)/vmlinuz-7.1.3-200.fc44.x86_64 root=UUID=bc43a604-92f7-4ab5-a5e0-de4f61109598 ro rootflags=subvol=root rhgb quiet rd.driver.blacklist=nouveau,nova_core modprobe.blacklist=nouveau,nova_core
this-pc@fedora:~$ lspci -k | grep -A3 -E “VGA|3D|Display”
01:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Device 8c96
Kernel driver in use: nouveau
Kernel modules: nouveau
this-pc@fedora:~$ lsmod | grep nouveau
nouveau 3973120 19
drm_gpuvm 57344 1 nouveau
mxm_wmi 12288 1 nouveau
gpu_sched 77824 1 nouveau
drm_ttm_helper 20480 2 nouveau
ttm 163840 2 drm_ttm_helper,nouveau
drm_exec 12288 2 drm_gpuvm,nouveau
i2c_algo_bit 24576 1 nouveau
drm_display_helper 364544 1 nouveau
video 81920 1 nouveau
wmi 45056 5 video,gigabyte_wmi,wmi_bmof,mxm_wmi,nouveau
this-pc@fedora:~$ dnf list installed *nvidia*
Updating and loading repositories:
Repositories loaded.
Installed packages (available for reinstall, available for upgrade)
akmod-nvidia-580xx.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
kmod-nvidia-580xx-7.0.13-200.fc44.x86_64.x86_64 3:580.159.03-1.fc44 @commandline
kmod-nvidia-580xx-7.0.14-201.fc44.x86_64.x86_64 3:580.159.03-1.fc44 @commandline
nvidia-gpu-firmware.noarch 20260622-1.fc44 updates
nvidia-modprobe.x86_64 3:595.80-1.fc44 rpmfusion-nonfree-updates
nvidia-persistenced.x86_64 3:595.80-1.fc44 rpmfusion-nonfree-updates
nvidia-settings-580xx.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-580xx.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-580xx-cuda.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-580xx-cuda-libs.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-580xx-kmodsrc.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-580xx-libs.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-580xx-power.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-580xx-xorg-libs.x86_64 3:580.159.03-1.fc44 rpmfusion-nonfree-updates
ChatGPT recommended to
- Add nouveau to dracut’s omit list
Create:
sudo nano /etc/dracut.conf.d/blacklist-nouveau.conf
Put this:
omit_drivers+=" nouveau "
Save.
- Rebuild the initramfs for the current kernel
Run:
sudo dracut --force /boot/initramfs-7.1.3-200.fc44.x86_64.img 7.1.3-200.fc44.x86_64
Then verify:
sudo lsinitrd /boot/initramfs-7.1.3-200.fc44.x86_64.img | grep nouveau
The output should be empty.
reboot
same issue “nouveau” is being used