Unknown Display 800x600 lowlatency kernel

Resolution stuck on 800x600 when booting with lowlatency kernel.

Tried the solution from this thread - doesn’t help :(

nvidia-bug-report.log.gz (123.0 KB)

I suspect you’re either missing the kernel headers or you have the signed, pre-compiled modules installed which only work with the stock kernel.
In the first case, please reinstall headers
sudo apt install linux-headers-$(uname -r)
then check dkms status if the modules appear.
In the latter case, purge and reinstall the driver
https://forums.developer.nvidia.com/t/switched-to-lowlatency-kernel-and-now-nvidia-driver-not-loading/247869

1 Like

Reinstalling driver with apt-get remove --purge as described in thread you mentioned helped. Thank you very much!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.