Is it possible for this package to install a pacman hook to trigger mkinitcpio automatically, or at least trigger it at post_install? I now set up a pacman hook by hand but it would be more comfortable if the package took care of it.
Search Criteria
Package Details: opencl-nvidia-470xx 470.256.02-7.95
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-470xx-utils |
Description: | OpenCL implemention for NVIDIA |
Upstream URL: | http://www.nvidia.com/ |
Keywords: | driver nvidia video |
Licenses: | custom |
Conflicts: | opencl-nvidia |
Provides: | opencl-driver, opencl-nvidia |
Submitter: | jonathon |
Maintainer: | Sinyria (cysp74, SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 103 |
Popularity: | 2.06 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-02-03 19:42 (UTC) |
Dependencies (2)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- opencl-headers (opencl-headers-gitAUR) (optional) – headers necessary for OpenCL development
Required by (66)
- aftershotpro3 (requires opencl-nvidia) (optional)
- arrayfire-git (requires opencl-driver) (optional)
- bfgminer-git (requires opencl-driver) (optional)
- computecpp (requires opencl-driver)
- cpu-x-opencl (requires opencl-driver) (optional)
- crark (requires opencl-driver) (optional)
- cuda-10.0 (requires opencl-nvidia)
- cuda-10.2 (requires opencl-nvidia)
- cuda-11.1 (requires opencl-nvidia)
- cuda-11.7 (requires opencl-nvidia)
- cuda-8.0 (requires opencl-nvidia)
- cuda-9.0 (requires opencl-nvidia)
- cuda11.1 (requires opencl-nvidia)
- cuda11.4 (requires opencl-nvidia)
- cuda11.4-versioned (requires opencl-nvidia)
- cuda12.0 (requires opencl-nvidia)
- cuda12.0-versioned (requires opencl-nvidia)
- cytoscape (requires opencl-driver) (optional)
- davinci-resolve (requires opencl-driver)
- davinci-resolve-beta (requires opencl-driver)
- Show 46 more...
Sources (12)
- 0001-Fix-conftest-to-ignore-implicit-function-declaration.patch
- 0002-Fix-conftest-to-use-a-short-wchar_t.patch
- 0003-Fix-conftest-to-use-nv_drm_gem_vmap-which-has-the-se.patch
- https://us.download.nvidia.com/XFree86/Linux-x86_64/470.256.02/NVIDIA-Linux-x86_64-470.256.02.run
- kernel-6.10.patch
- kernel-6.12.patch
- nvidia-470xx-fix-linux-6.13.patch
- nvidia-470xx-utils.sysusers
- nvidia-470xx.rules
- nvidia-drm-outputclass.conf
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
« First ‹ Previous 1 .. 35 36 37 38 39 40 41 42 43 44 Next › Last »
PhotonX commented on 2021-12-18 10:50 (UTC)
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/3847cf3d1a84fb94e3d2331eb8f1924e6034baaf
Pinned Comments
SoftExpert commented on 2025-02-09 10:20 (UTC)
For the beginners in need of assistance, first take a look at this recommended guide https://github.com/korvahannu/arch-nvidia-drivers-installation-guide - maybe it helps to solve the issues your are having with this version of the driver.