Current version: Fedora Workstation 35
I am neither a Linux or Fedora expert.
My HP Omen laptop uses NVIDIA GE Force GTX 1070 graphics chip.
In Fedora 35, I was using the official driver provider by Nvidia which I downloaded from Nvidia’s website; I downloaded and installed the ‘Notebook’ version of driver for GE Force GTX 1070.
Today I decided to upgrade from Fedora 35 to Fedora 36.
After the upgrade, the Nvidia driver is not loading and I don’t see any GUI (gnome) for Fedora 36.
Secute boot is turned off
Luckily, I can still ‘boot in’ to the previous kernel 5.18.4-101
. Since I am a new user I can only upload one screenshot. Hence I couldn’t upload GRUB screenshot here.
Any idea how can I fix it ?
Below are the outputs of rpm -qa \*kmod\*
, rpm -qa \*nvidia\*
and rpm -qa \*kernel\*
$ rpm -qa *kmod*
kmod-nvidia-5.17.13-200.fc35.x86_64-510.68.02-2.fc35.x86_64
kmod-nvidia-5.18.4-101.fc35.x86_64-510.68.02-2.fc35.x86_64
xorg-x11-drv-nvidia-kmodsrc-510.68.02-2.fc36.x86_64
kmodtool-1.1-3.fc36.noarch
kmod-libs-29-7.fc36.x86_64
kmod-29-7.fc36.x86_64
akmods-0.5.7-8.fc36.noarch
akmod-nvidia-510.68.02-2.fc36.x86_64
kmod-nvidia-5.18.5-200.fc36.x86_64-510.68.02-2.fc36.x86_64$ rpm -qa *nvidia*
kmod-nvidia-5.17.13-200.fc35.x86_64-510.68.02-2.fc35.x86_64
kmod-nvidia-5.18.4-101.fc35.x86_64-510.68.02-2.fc35.x86_64
xorg-x11-drv-nvidia-kmodsrc-510.68.02-2.fc36.x86_64
xorg-x11-drv-nvidia-libs-510.68.02-2.fc36.x86_64
xorg-x11-drv-nvidia-cuda-libs-510.68.02-2.fc36.x86_64
akmod-nvidia-510.68.02-2.fc36.x86_64
xorg-x11-drv-nvidia-power-510.68.02-2.fc36.x86_64
xorg-x11-drv-nvidia-510.68.02-2.fc36.x86_64
nvidia-settings-510.68.02-1.fc36.x86_64
kmod-nvidia-5.18.5-200.fc36.x86_64-510.68.02-2.fc36.x86_64$ rpm -qa *kernel*
kernel-core-5.17.13-200.fc35.x86_64
kernel-modules-5.17.13-200.fc35.x86_64
kernel-5.17.13-200.fc35.x86_64
kernel-modules-extra-5.17.13-200.fc35.x86_64
kernel-devel-5.17.13-200.fc35.x86_64
kernel-core-5.18.4-101.fc35.x86_64
kernel-modules-5.18.4-101.fc35.x86_64
kernel-5.18.4-101.fc35.x86_64
kernel-modules-extra-5.18.4-101.fc35.x86_64
kernel-devel-5.18.4-101.fc35.x86_64
kernel-headers-5.18.4-200.fc36.x86_64
kernel-srpm-macros-1.0-14.fc36.noarch
kernel-core-5.18.5-200.fc36.x86_64
kernel-modules-5.18.5-200.fc36.x86_64
kernel-5.18.5-200.fc36.x86_64
libreport-plugin-kerneloops-2.17.1-1.fc36.x86_64
kernel-devel-5.18.5-200.fc36.x86_64
kernel-devel-matched-5.18.5-200.fc36.x86_64
abrt-addon-kerneloops-2.15.1-1.fc36.x86_64
kernel-modules-extra-5.18.5-200.fc36.x86_64
output of uname -a
Linux localhost.localdomain 5.18.5-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 16 14:51:11 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
In the GRUB menu, if I choose the latest kernel “5.18.5-200” that came Fedora 36, although NVIDIA driver won’t work , I still have access to the shell. Should I try re-installing Nvidia driver or something ?