Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] lib32-nvidia-utils 535, please? (Read 611 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] lib32-nvidia-utils 535, please?

All other nvidia packages are upgraded to 535, subj is still 530, so 32-bit games don't run.

Re: lib32-nvidia-utils 535, please?

Reply #1
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
Code: [Select]
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 ?


Re: lib32-nvidia-utils 535, please?

Reply #2
> 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:

Code: [Select]
# 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
...

Re: lib32-nvidia-utils 535, please?

Reply #3
Do the same with -Si and look who the packager is.

Re: lib32-nvidia-utils 535, please?

Reply #4
Not interested.

Re: lib32-nvidia-utils 535, please?

Reply #5
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 :(

Code: [Select]
❯ 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

Re: lib32-nvidia-utils 535, please?

Reply #6
Upgraded, works, thank you. :)