Latest kernel breaks Nvidia and won't launch
I recently ran a Dnf Upgrade/Install and upgraded my kernel to 4.11.8-200.fc25.x86_64 and it resulted in my Nvidia drivers malfunctioning, being that my multiple displays were no longer recognized and my desktop environment (cinnamon) was forced into software rendering. NOTE that my NVIDIA installation method was through RPMFusion I ran nvidia-settings to try and fix the problem and rebooted, now the boot screen is a blank cursor after grub selection and I can't input anything or drop to a shell, F1/2/3/4 does nothing also. For now I've reverted to the previous kernel installation which still works fine but Im not sure what the problem is and I would like to fix it.
*EDIT *** Here is my lspci / dnf output:
[exas@localhost Downloads]$ lspci | grep -i Nvid
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 0fba (rev a1)
[exas@localhost ~]$ dnf list installed | grep nvid
akmod-nvidia.x86_64 2:375.66-3.fc25 @rpmfusion-nonfree-updates
kmod-nvidia-4.10.6-200.fc25.x8664.x8664
xorg-x11-drv-nvidia.x86_64 2:375.66-7.fc25 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-kmodsrc.x86_64 2:375.66-7.fc25 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.i686 2:375.66-7.fc25 @rpmfusion-nonfree-updates
xorg-x11-drv-nvidia-libs.x86_64 2:375.66-7.fc25 @rpmfusion-nonfree-updates
Thank you for any assistance
were you running proprietary? was dkms enabled? I run nvidia 381.22 and used dkms during install, to have it setup the kernel drivers, after each kernel update. I have 6 kernels, that i keep as backup, and all six work with the driver. Update:installed 384.47 nvidia and running kernel 4.11.8-200.fc25.x86_64
@steveebey I checked the Nvidia website and 375.66 is the correct version for my card. Should I try to force 384.47? I already have working kernels <4.11.8-200 and would like to prevent breaking more. By the way, which method did you use to install your drivers?
i simply download the driver, then from terminal do init 3 which puts system in console mode. then run the driver install file, and when asked, enable dkms and i also install 32 bit compatibility for wine and steam and windows games. need to have some fun. after install, i reboot and all is good. no akmod, or rpmfusion, and when i enable dkms it automatically builds new drivers for each kernel upgrade that comes.
@steveebey - is there a guide somewhere talking about the process that you are talking about? I have this issue from time to time that scavy is talking about and it sounds like I could get around by following the steps you are taking.
EDIT: spelling.
@steveebey I said yes to use dkms on the nvidia install and the kernel upgrade today (1st after I installed nvidia drivers last week) broke Xorg... "no screens found"
Is there a simple way to fix this and why didn't dkms work? Thanks, Bill