looks like the nvidia utils package was not updated, and new driver looks for the new utils, which are still on the old version.
I have the same problem. Probably and hopefully just need to wait for mirrors to finish syncing and all new packages to be available.
sudo pacman -Syu
:: Starting full system upgrade...
resolving dependencies...
warning: cannot resolve "nvidia-450xx-utils=450.80.02", a dependency of "linux54-nvidia-450xx"
warning: cannot resolve "nvidia-450xx-utils=450.80.02", a dependency of "linux58-nvidia-450xx"
:: The following packages cannot be upgraded due to unresolvable dependencies:
linux54-nvidia-450xx linux58-nvidia-450xx
:: Do you want to skip the above packages for this upgrade? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'nvidia-450xx-utils=450.80.02' required by linux54-nvidia-450xx
:: unable to satisfy dependency 'nvidia-450xx-utils=450.80.02' required by linux58-nvidia-450xx
I had the same problem. I figured out a work around, if anyone is impatient.
Explanation: to fix the utils problem-- switch to the open source driver, reboot, remove nvidia-450, update kernel, switch back to preferred nvidia driver.
Here’s the problem-- cuda requires the utils that aren’t updated yet. This prevents everything else from completing properly. So—
remove cuda (and everything else that depends on cuda) temporarily
switch to opensource driver (this is insurance, in case something really bad happens)
reboot and pray
remove nvidia-450xx (and reboot for the heck of it or) and update kernel
reboot and pray to the linux gods again
You should now be on the updated kernel with open source video drivers. Install your preferred Nvidia drivers. I installed nvidia-455xx and it worked.
Reinstall cuda and everything else that you had to remove in step 1
Post work around on forum and hope it doesn’t mess anyone up.
I just did what I did with the previous kernel update (5.8.16-2) and everything is fine.
With this release the mess after recovering from suspend/sleep is (seems to be) solved. Needs more testing on my end to be sure. Most notably the settings screen is no longer messed up. Chromium also recovers well if hardware acceleration is switched off.
Something also changed (I think) with connecting BT headphones. My Sony WX-1000XM2 now finally connects to Bluetooth with a high fidelity profile.
Steps:
Remove CUDA
Remove the used NVIDIA driver in settings
Install 5.9 kernel (not the rt unless you need it)
Uninstalling the Nvidia proprietary driver in Manjaro Settings Hardware Config before running system update, then reinstalling the driver after the update worked for me. I rebooted after each step too.