Hello there ![]()
So yesterday I ran yay to update my system while I was gaming and everything was fine until I finished my session and clicked shut down just to be greeted with a blank screen and the system not shutting down. When I restarted my system, a blank screen appears after systemd with the cursor which I can move. I can access the terminal with my keyboard shortcut but I wasnât sure what to do from there. After researching online the usual suspects were as always NVIDIA drivers, so I decided to try and downgrade them from pacmanâs cache using chroot from a live usb.
The version I updated to is 550.54.14-4 and I tried to downgrade it to 545.29.06-4, however when I use
pacman -U with nvidia-utils I get this output:
loading packagesâŚ
warning: downgrading package nvidia-utils (550.54.14-4 => 545.29.06-4)
resolving dependenciesâŚ
looking for conflicting packagesâŚ
error: failed to prepare transaction (could not satisfy dependencies)
:: installing nvidia-utils (545.29.06-4) breaks dependency ânvidia-utils=550.54.14â required by lib32-nvidia-utils
:: installing nvidia-utils (545.29.06-4) breaks dependency ânvidia-utils=550.54.14â required by nvidia-dkms
When I try to downgrade lib32-nvidia-utils and nvidia-dkms (yes I know I shouldnât have it unless Iâm using multiple kernels I just learned that today not sure why I had it in the first place) I get these outputs:
dkms:
loading packagesâŚ
warning: downgrading package nvidia-dkms (550.54.14-4 => 545.29.06-4)
resolving dependenciesâŚ
warning: cannot resolve ânvidia-utils=545.29.06â, a dependency of ânvidia-dkmsâ
:: The following package cannot be upgraded due to unresolvable dependencies:
nvidia-dkms
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency ânvidia-utils=545.29.06â required by nvidia-dkms
lib:
loading packagesâŚ
warning: downgrading package lib32-nvidia-utils (550.54.14-1 => 545.29.06-1)
resolving dependenciesâŚ
warning: cannot resolve ânvidia-utils=545.29.06â, a dependency of âlib32-nvidia-utilsâ
:: The following package cannot be upgraded due to unresolvable dependencies:
lib32-nvidia-utils
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency ânvidia-utils=545.29.06â required by lib32-nvidia-utils
If I click yes it says thereâs nothing to do
My kernel is up to date and I use KDE. My GPU is a 1660ti. Obviously now I realise the importance of having backups and now Iâm stuck. Iâm not sure if the problem is with the drivers in the first place but I cannot confirm that without downgrading them.
When I ran inxi -Fxxc0z | eos-sendlog to share the output here I got this:
Authorization required, but no authorization protocol specified
Any help would be appreciated ![]()