Artix Linux Forum

Artix Linux => Package management => Topic started by: dimgel on 26 June 2023, 21:45:25

Title: [SOLVED] lib32-nvidia-utils 535, please?
Post by: dimgel on 26 June 2023, 21:45:25
All other nvidia packages are upgraded to 535, subj is still 530, so 32-bit games don't run.
Title: Re: lib32-nvidia-utils 535, please?
Post by: gripped on 26 June 2023, 22:35:01
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 ?

Title: Re: lib32-nvidia-utils 535, please?
Post by: dimgel on 26 June 2023, 22:45:04
> 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
...
Title: Re: lib32-nvidia-utils 535, please?
Post by: gripped on 26 June 2023, 23:03:33
Do the same with -Si and look who the packager is.
Title: Re: lib32-nvidia-utils 535, please?
Post by: dimgel on 26 June 2023, 23:19:29
Not interested.
Title: Re: lib32-nvidia-utils 535, please?
Post by: vihu on 27 June 2023, 03:21:24
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
Title: Re: lib32-nvidia-utils 535, please?
Post by: dimgel on 27 June 2023, 12:26:48
Upgraded, works, thank you. :)