@SinClaus: This comment gives you what you need ...
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: | 1.98 |
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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 44 Next › Last »
SoftExpert commented on 2023-07-06 08:19 (UTC)
SinClaus commented on 2023-07-06 08:07 (UTC)
BTW, I forget how to apply this patch....
SoftExpert commented on 2023-07-06 08:01 (UTC)
@SinClaus: The current maintainter is not available any longer (don't know why) and the procedure to change the maintainer is a bit long; there are already 3 requests from 3 different people that want to become maintainers / contributors. Until then, nobody has the rights to commit the changes to the repository. It should be solved soon, I hope.
SinClaus commented on 2023-07-06 07:57 (UTC)
OK, why this patch not included to AUR package?????????
SoftExpert commented on 2023-07-06 07:19 (UTC)
@SinClaus: And? How are we supposed to know what you need, if you don't tell ?
The patch is for the source code, where did you found the debian reference ?
SinClaus commented on 2023-07-06 07:15 (UTC)
I find there patch for debian pdckage only.
SoftExpert commented on 2023-07-06 06:38 (UTC)
@SinClaus: Have you been injured ? Isn't there any hope left ?
Just apply the patch for 6.4.x kernel. You will find it in the preceding comments ...
SinClaus commented on 2023-07-06 06:20 (UTC)
FUCK!!! 470 and 390 branches exits drom installation with error "struct drm_driver has no member named dumb_destroy". Do you check your package?
SoftExpert commented on 2023-07-05 18:54 (UTC)
@dough.mean: depnding on the kernel flavor (xanmod, liquorix, vanilla), the kernel headers might contain (or not) the required declarations. The patch makes optional a line of code that can prevent compiling. There were quite a few mentions on Nvidia repository ( 526, 501 ); also on Launchpad 2025266.
dough.mean commented on 2023-07-05 17:06 (UTC)
@SoftExpert
It turns out that I just had to uninstall the package, modify PKGBUILD
to use 470.199.02
, remove the patches and reinstall again.
There might be additional packages, like lib32-nvidia-470xx-utils and lib32-opencl-nvidia-470xx.
It seems that the lib32 one was already updated to 470.199.02 earlier upstream. Not sure what the opencl packages are supposed to be though. paru -Qs opencl
yields only ocl-icd
and lib32-ocl-icd
.
DKMS will nob behave with 6.4.x kernel, unless the patch was used (it declares a function that is otherwise missing).
I'm on 6.4, and no issues so far. Tested some applications that hard depends on Vulkan and it's working perfectly fine.
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.