Package Details: nvidia-470xx-utils 470.256.02-7

Git Clone URL: https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy)
Package Base: nvidia-470xx-utils
Description: NVIDIA drivers utilities
Upstream URL: http://www.nvidia.com/
Keywords: driver nvidia video
Licenses: custom
Conflicts: nvidia-libgl, nvidia-utils
Provides: nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver
Submitter: jonathon
Maintainer: Sinyria (cysp74, SoftExpert)
Last Packager: SoftExpert
Votes: 99
Popularity: 0.88
First Submitted: 2021-10-31 00:50 (UTC)
Last Updated: 2024-11-10 08:39 (UTC)

Dependencies (6)

Required by (299)

Sources (11)

Latest Comments

« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 Next › Last »

BachoSeven commented on 2021-12-13 21:25 (UTC)

@jonathon Since your last commit fixed the error, could you bump the pkgrel?

Thanks!

jonathon commented on 2021-12-13 20:17 (UTC)

Yuck. Try now.

neuromante commented on 2021-12-13 20:10 (UTC)

Same issue reported by @jfernandz

jfernandz commented on 2021-12-13 20:00 (UTC) (edited on 2021-12-15 20:54 (UTC) by jfernandz)

Why is it trying to overwrite files owned by egl-wayland?

==> Installing nvidia-470xx-utils package group with pacman -U...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (3) nvidia-470xx-dkms-470.94-1  nvidia-470xx-utils-470.94-1  opencl-nvidia-470xx-470.94-1

Total Installed Size:  541.15 MiB
Net Upgrade Size:        0.21 MiB

:: Proceed with installation? [Y/n] y
(3/3) checking keys in keyring                                                          [--------------------------------------------------] 100%
(3/3) checking package integrity                                                        [--------------------------------------------------] 100%
(3/3) loading package files                                                             [--------------------------------------------------] 100%
(3/3) checking for file conflicts                                                       [--------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
nvidia-470xx-utils: /usr/lib/libnvidia-egl-wayland.so exists in filesystem (owned by egl-wayland)
nvidia-470xx-utils: /usr/lib/libnvidia-egl-wayland.so.1 exists in filesystem (owned by egl-wayland)
nvidia-470xx-utils: /usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json exists in filesystem (owned by egl-wayland)
Errors occurred, no packages were upgraded.
==> WARNING: Failed to install built package(s).
==> Cleaning up...

ASzc commented on 2021-12-08 14:13 (UTC)

The answer to my problem with Steam not loading is to install lib32-nvidia-470xx-utils, also available from the AUR. I guess there was a mismatch, with lib32-nvidia-utils still being installed after I installed nvidia-470xx-dkms.

ASzc commented on 2021-12-06 18:00 (UTC)

Anyone else have Steam stop working after switching to this from the main nvidia drivers? My GTX 680 was dropped from the main drivers, and I've been trying to debug for the past few days and haven't got anywhere.

glxinfo and glxgears seem happy, but steam complains:

"X Error of failed request: BadValue (integer parameter out of range for operation)"

Bigbidoof commented on 2021-11-26 04:05 (UTC) (edited on 2021-11-29 00:50 (UTC) by Bigbidoof)

I switched to using this over the nvidia packages recently and noticed that my Vulkan development is no longer working correctly. I think it might have something to do with nvidia-470xx-utils having different headers than the Vulkan SDK packages. But I'm not sure. Just that it used to work with the normal nvidia-utils package.

Edit: The vulkan-headers package is on version 1.2.200, but when I run [code]vulkaninfo --summary[/code] It says the apiVersion is 1.2.175. Sorry if it's not much help, I'm pretty new to this.

jonathon commented on 2021-11-20 02:25 (UTC)

@ventureo, implemented, thank you.

@CvR_XX, probably worth a forum thread?

ventureo commented on 2021-11-19 09:37 (UTC) (edited on 2021-11-19 09:38 (UTC) by ventureo)

@jonathon Can you add udev rules and nvidia-uvm loading fixes?

https://github.com/archlinux/svntogit-packages/commit/3c0985a523c8795a483f3c63d177508717603b65#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a

https://github.com/archlinux/svntogit-packages/commit/3847cf3d1a84fb94e3d2331eb8f1924e6034baaf

CvR_XX commented on 2021-11-19 09:07 (UTC)

I'm currently trying to get opencl to work for my gtx 680 so installed the following:

medusa ~ $ pacman -Qs nvidia
local/cuda 11.5.0-1
    NVIDIA's GPU programming toolkit
local/egl-wayland 1:1.1.9+2+gdaab854-1
    EGLStream-based Wayland external platform
local/lib32-libvdpau 1.4-1
    Nvidia VDPAU library
local/lib32-nvidia-470xx-utils 470.86-1
    NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia-470xx 470.86-1
    OpenCL implemention for NVIDIA (32-bit)
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/nccl 2.11.4-2
    Library for NVIDIA multi-GPU and multi-node collective communication primitives
local/nvidia-470xx-dkms 470.82.00-2
    NVIDIA drivers - module sources
local/nvidia-470xx-utils 470.82.00-2
    NVIDIA drivers utilities
local/opencl-nvidia-470xx 470.86-2
    OpenCL implemention for NVIDIA

But if I run clinfo I get 0 platforms. I've restarted the PC a couple of times. Is this a bug?