[dependency issues] nvidia-utils no longer supports my gpu

Noob Manjaro refugee here; my gpu:

01:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1)

Apparently is no longer supported with nvidia-driver 590 (no visuals on reboot). Using ‘downgrade’ I chose to stay on nvidia 580 → works great. Now I need to upgrade other things, but they ‘depend’ on upgrading nvidia-utils to 590, so I ignore and:



% sudo pacman -Syyu --ignore nvidia-utils
....

:: There are 13 providers available for lib32-vulkan-driver:
:: Repository multilib

lib32-nvidia-utils  2) lib32-vulkan-asahi  3) lib32-vulkan-broadcom  4) lib32-vulkan-dzn  5) lib32-vulkan-freedreno

lib32-vulkan-gfxstream  7) lib32-vulkan-intel  8) lib32-vulkan-nouveau  9) lib32-vulkan-panfrost  10) lib32-vulkan-powervr

lib32-vulkan-radeon  12) lib32-vulkan-swrast  13) lib32-vulkan-virtio

Enter a number (default=1):
warning: ignoring package nvidia-utils-590.48.01-4
warning: cannot resolve “nvidia-utils=590.48.01”, a dependency of “lib32-nvidia-utils”
warning: cannot resolve “lib32-vulkan-driver”, a dependency of “steam”
:: The following package cannot be upgraded due to unresolvable dependencies:
steam

So I want to force nvidia-580, but now other libs which are deps. of other apps complain. Also, I’m trying to learn how to handle these issues by myself, so feel free to give more info/provide sources that I can learn from.

  1. What is the general approach to this, besides asking on a forum? (sorry to waste your time)
  2. Is there a way to edit deps/package installation scripts to avoid this (looking to learn more about using package managers correctly to avoid issues) or is that a fruitless endeavour?(os)
  3. How do I actually fix this?

Thanks, xo

1 Like

Thanks, I knew I missed some sort of announcement or something. All I needed was to read that and get lib32-opencl-nvidia-580xx.

1 Like

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