All other nvidia packages are upgraded to 535, subj is still 530, so 32-bit games don't run.
Maybe your mirror is more up to date than mine but my available nvidia packages are still showing at the 530 version?
What I do is have
IgnorePkg = lib32-nvidia-utils nvidia-dkms nvidia-utils nvidia-settings
in pacman.conf
When I see that pacman is ignoring all four which have an update available I update them specifically with pacman. Which ignores the entry in 'IgnorePkg = '
For the time being check you actually do have the Artix versions installed ?
> IgnorePkg
I'll do it if I'll get impatient before lib32 upgraded.
> For the time being check you actually do have the Artix versions installed ?
Sure:
# pacman -Ss nvidia
...
world/nvidia-dkms 535.54.03-1 [installed]
NVIDIA drivers - module sources
...
world/nvidia-settings 535.54.03-1 [installed]
Tool for configuring the NVIDIA graphics driver
world/nvidia-utils 535.54.03-1 [installed]
NVIDIA drivers utilities
...
Do the same with -Si and look who the packager is.
Not interested.
Yeah, same problem here. lib32 (artix) has the older lib32-nvidia-utils (530) whereas multiple (arch) has the newer lib32-nvidia-utils (535); this prevents steam from opening up :(
❯ pacman -Sl lib32 | rg nvidia
lib32 lib32-nvidia-utils 530.41.03-1.1 [installed]
lib32 lib32-opencl-nvidia 530.41.03-1.1
~
❯ pacman -Sl multilib | rg nvidia
multilib lib32-nvidia-cg-toolkit 3.1-8
multilib lib32-nvidia-utils 535.54.03-2 [installed: 530.41.03-1.1]
multilib lib32-opencl-nvidia 535.54.03-2
Upgraded, works, thank you. :)