I think I need to uninstall my manually installed graphics driver after a kernel update.
cat /proc/driver/nvidia/version
outputs
lspci | grep VGA ; lsmod | grep "kms\|drm" ; find /dev -group video ; \
cat /proc/cmdline ; find /etc/modprobe.d/; cat /etc/modprobe.d/*kms* ; \
ls /etc/X11/xorg.conf ; glxinfo | grep -i "vendor\|rendering" ; \
grep LoadModule /var/log/Xorg.0.log
How do I do this, please? I can’t remember how I installed it :/.
My reasoning:
I’m running 13.2 x64, previously with 3.16.7-24 kernel, which was and if selected from GRUB still is working.
OS prompted kernel update, but the new kernel, 3.16.7-29, hangs on boot. I think graphics driver most likely at fault and recovery mode also fails.
I didn’t use the nVidia Graphics Drivers repo driver because it wouldn’t work for me.
Installing a working graphics driver at all required a lot of trial and error in fact.
I remember some page recommended that with a GTX 970 I shouldn’t use what at the time was the newest driver on nVidia’s site, that it wouldn’t work (and this info was right)
I will follow the instructions on https://en.opensuse.org/SDB:NVIDIA_drivers after uninstalling my driver.