Just did the latest update. Now I have a resolution of 1024x768 instead of the 3840x2160 of my Dell monitor.
The Display Configuration report the monitor as none-1.
I have a Nvidia RTX4060 driver and have had problems before with the default installation of the nouveau driver not (yet?) working with this video card family.
How do i find out what driver is in use and if its not the Nvidia driver then how do i change it?
This upgrade installed new headers so I assume that may be the problem.
The headers are not the problem they are part of the solution. They are needed for re-building the nVidia driver for the new kernel that got installed when they did, they are a matched set of packages. You need to search on rebuilding the drivers, perhaps a apt install --reinstall nvidia-dkms. Actually looks like it could be along the lines of nvidia-kernel-dkms as the name not certain on it as it has been literally a decade or more since I last installed it, 2008 if memory serves me when I owned that 8800gt. Below is the output of a search on it.
Use apt list --installed |grep nvida to see what is already installed of look through the list above it it got removed to see if any of it looks familiar. With any luck someone with more current knowledge with pipeup and give you heads up on the package needed.
Thank you for the quick reply @JohnBrown
I sort of understand what you said.
The original Nvidia drivers were loaded with the ubuntu command line “sudo ubuntu-drivers install” which I assume builds the kernal module.
Unfortunately that command does not have an uninstall, or reinstall or an update.
I suspect the update probably didn’t do the rebuild step as the drivers were probably not changed but maybe some dependencies were.
I used “sudo pkcon update” and that did the deed and fixed everything.