Search Criteria
Package Details: nvidia-470xx-dkms 470.256.02-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-470xx-utils |
Description: | NVIDIA drivers - module sources |
Upstream URL: | http://www.nvidia.com/ |
Keywords: | driver nvidia video |
Licenses: | custom |
Conflicts: | nvidia-dkms |
Provides: | NVIDIA-MODULE |
Submitter: | jonathon |
Maintainer: | Sinyria (cysp74, SoftExpert) |
Last Packager: | SoftExpert |
Votes: | 99 |
Popularity: | 0.81 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2024-11-10 08:39 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- libglvnd (libglvnd-gitAUR)
- nvidia-470xx-utilsAUR
Required by (10)
- conky-lua-nv (optional)
- mhwd-nvidia-470xx (make)
- nsight-graphics (requires NVIDIA-MODULE)
- nvidia-exec (requires NVIDIA-MODULE)
- nvidia-exec-git (requires NVIDIA-MODULE)
- nvidia-pacman-hook (requires NVIDIA-MODULE) (optional)
- nvidia-xrun-pm (requires NVIDIA-MODULE)
- nvidiactl-git (requires NVIDIA-MODULE)
- optimus-manager-git (requires NVIDIA-MODULE)
- xorgxrdp-nvidia (requires NVIDIA-MODULE)
Sources (11)
- 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-utils.sysusers
- nvidia-470xx.rules
- nvidia-drm-outputclass.conf
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 40 Next › Last »
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 use470.199.02
, remove the patches and reinstall again.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 onlyocl-icd
andlib32-ocl-icd
.I'm on 6.4, and no issues so far. Tested some applications that hard depends on Vulkan and it's working perfectly fine.
SoftExpert commented on 2023-07-05 16:50 (UTC)
@dough.mean: nvidia-470xx-utils builds 3 packages: - nvidia-470xx-utils - nvidia-470xx-dkms - opencl-nvidia-470xx
All of them need to be installed on your system, based on the same version of the driver. There might be additional packages, like lib32-nvidia-470xx-utils and lib32-opencl-nvidia-470xx. All of them must be based on the same Nvidia version. DKMS will nob behave with 6.4.x kernel, unless the patch was used (it declares a function that is otherwise missing).
dough.mean commented on 2023-07-05 16:23 (UTC) (edited on 2023-07-05 16:50 (UTC) by dough.mean)
@cysp74 I tried your method of simply removing the patch, but I'm getting this error when installing:
EDIT: I had to remove the
nvidia-470xx-dkms
package I had installed, reinstall the new modified package and now everything is working fine.I think @cysp74 is right, if you're on kernel 6.4, you don't need any additional patches to have
470.199.02
working.simplecard commented on 2023-07-05 10:48 (UTC) (edited on 2023-07-05 10:49 (UTC) by simplecard)
@circl @SoftExpert I was able to build and install the package successfully. Thank you so much for your help!
circl commented on 2023-07-05 10:30 (UTC)
Or use makepkg -g @simplecard
circl commented on 2023-07-05 10:29 (UTC)
Basically, take the sha512sum of the kernel-6.3.patch file and replace with it the last checksum in the PKGBUILD file
simplecard commented on 2023-07-05 10:16 (UTC) (edited on 2023-07-05 10:17 (UTC) by simplecard)
@SoftExpert I cloned this repo, replaced your PKGBUILD and created your patch file. After running
makepkg
it fails:« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 40 Next › Last »