@wviana: That's because it needs a patch to compile with 6.4.x line of kernels. Working solution was already given a few comments back (probably next page).
Search Criteria
Package Details: nvidia-470xx-utils 470.256.02-7.98
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 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: | 110 |
Popularity: | 4.46 |
First Submitted: | 2021-10-31 00:50 (UTC) |
Last Updated: | 2025-05-04 14:37 (UTC) |
Dependencies (6)
- egl-wayland (egl-wayland-gitAUR)
- libglvnd (libglvnd-gitAUR)
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR)
- nvidia-470xx-settingsAUR (optional) – configuration tool
- opencl-nvidia-470xxAUR (optional) – OpenCL support
- xorg-server-devel (xorg-server-devel-gitAUR) (optional) – nvidia-xconfig
Required by (324)
- adaptivecpp (requires nvidia-utils)
- adaptivecpp-git (requires nvidia-utils)
- agisoft-metashape (requires nvidia-utils) (optional)
- agisoft-metashape-pro (requires nvidia-utils) (optional)
- airshipper (requires vulkan-driver) (optional)
- alchemy-viewer-git (requires nvidia-utils) (optional)
- alchemy-viewer-git (requires nvidia-libgl) (optional)
- aquamarine-git (requires opengl-driver)
- ares-emu (requires vulkan-driver)
- ares-emu-git (requires vulkan-driver)
- armorpaint (requires opengl-driver)
- arrayfire-git (requires nvidia-utils) (optional)
- aurorafw-git (requires opengl-driver)
- auto-gpufreq-git (requires nvidia-utils)
- autokey-git (requires nvidia-utils) (optional)
- blackmagic-raw-sdk (requires nvidia-utils) (optional)
- btop-git (requires nvidia-utils) (optional)
- btop-gpu-git (requires nvidia-utils) (optional)
- ccdc-mercury (requires opengl-driver)
- ccminer (requires nvidia-utils)
- Show 304 more...
Sources (14)
- 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-fix-linux-6.14.patch
- nvidia-470xx-fix-linux-6.15.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 .. 24 25 26 27 28 29 30 31 32 33 34 .. 47 Next › Last »
SoftExpert commented on 2023-07-04 18:14 (UTC)
wviana commented on 2023-07-04 17:22 (UTC)
Here it's working for LTS but not for latest kernel.
==> dkms install --no-depmod nvidia/470.182.03 -k 6.1.37-1-lts
==> dkms install --no-depmod nvidia/470.182.03 -k 6.4.1-arch2-1
Error! Bad return status for module build on kernel: 6.4.1-arch2-1 (x86_64)
Consult /var/lib/dkms/nvidia/470.182.03/build/make.log for more information.
==> WARNING: `dkms install --no-depmod nvidia/470.182.03 -k 6.4.1-arch2-1' exited 10
==> depmod 6.1.37-1-lts
I'm booting just into LTS as a workaround for now.
lalala_233 commented on 2023-07-04 13:12 (UTC)
Very thanks. It works well. I thought my video card was broken before updating.
SoftExpert commented on 2023-07-03 20:06 (UTC)
@a821: Sorry for the confusion, I guess we were all excited for the opportunity to maintain this important package. My guess is that it would be good to add more maintainers / contributors to the package, to avoid no support time intervals.
marol commented on 2023-07-03 20:04 (UTC)
So, I have to git clone https://gist.github.com/joanbm/77f0650d45747b9a4dc8e330ade2bf5c to any at /home directory, then - makepkg -g >> PKGBUILD - that's it?
SoftExpert commented on 2023-07-03 20:02 (UTC)
In the future, to not remain stuck with the error FAILED ==> ERROR: One or more files did not pass the validity check!
, you can simply run sha256sum *.patch
or sha256sum *.deb
to calculate the checksum of the corresponding file(s).
In the current case, the issue was that copying the contents of kernel-6.4.patch file from the webpage probably added a space somewhere and, obviously, the checksum was not the same.
When the winner for the maintainer contest is chosen ;-) , the patches will simply be available in the repository, so the issue will not occur.
erickwill commented on 2023-07-03 19:20 (UTC)
Using makepkg -g >> PKGBUILD made the trick to fix the issue with validation in the kernel-6.4.patch file. Thanks to @SoftExpert and @Nestor_013
circl commented on 2023-07-03 19:19 (UTC)
@a821 Sorry!
circl commented on 2023-07-03 19:18 (UTC)
Also, to run Steam, reinstall lib32-nvidia-470xx-utils
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.