System unusably slow after upgrading to nvidia 390.25 driver
Hi! The offline update just installed the latest NVidia driver, 390.25. The system is otherwise a fully up-to-date F27, using the Gnome 3 desktop environment.
Since the update, the graphical system is so slow as to be barely usable, starting from the login screen. The mouse pointer barely moves, keystrokes are registered but with delays of one to two seconds, and generally everything is slow like this, including desktop animations etc. It almost seems like it is a general slowdown that keeps the system busy for one or two seconds, then processes inputs for a few millisecs, then is busy again. Logging in takes one to two minutes, launching applications similarly. Booting the multiuser target works, the system operates at normal speed then.
Also my screen configuration does not work. I'm using a laptop but usually have the internal screen off, only using an external one that's connected via HDMI. This seems to indicate that something with the driver or something in the X system does not work as intended.
I've spent an hour poking around but can't find the cause: journalctl, dmesg, xorg log -- nothing shows anything interesting.
I've had a lot of problems with the nvidia drivers in the past, but they could typically be resolved by booting the multiuser target, then forcing akmod to reinstall. Not now though, it keeps being slow.
Any hints about what I could try next? I'm fairly certain it is the driver, but it may be something else also, so how do I find out? I'd be fine with downgrading the driver for now, but to be honest I don't know how to that, and the dnf history doesn't seem to show the offline installation (last entry is from a manual update a few days ago).
I guess offline updates are managed by PackageKit, not dnf. Download previous working NVIDIA-xxxx.run from Nvidia website, locate newly installed NVIDIA-xxxx.run somewhere under
/etc/sysconfig
and replace it with the older one. Reboot and akmod will take care of rebuilding it.Thanks! Unfortunately there is no NVIDIA-Linux-....run package anywhere on my system, except a very old one that I've downloaded a long time ago. Any other hints in that direction?
Meanwhile I've tried a complete de-installation and re-installation of the akmod and all nvidia libs via dnf. Didn't help one bit.
I also found out that the slowdown comes from the process
gnome-shell
burning my CPU, all 16 cores of it. Could be any number of things I guess.Next I'll try a manual installation of the driver, removing the akmod. Gaaah, that's what I really want to avoid.