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

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: 113
Popularity: 0.43
First Submitted: 2021-10-31 00:50 (UTC)
Last Updated: 2026-05-02 06:41 (UTC)

Required by (462)

Sources (21)

Pinned Comments

SoftExpert commented on 2025-02-09 10:20 (UTC) (edited on 2026-03-08 12:31 (UTC) by SoftExpert)

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.

The majority of patches used in this package are provided by Joan Bruguera to whom we owe a tremendous depth of gratitude !

There is also the repository shared by phobos1641, where he has gathered all the patches that work for his configuration.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 52 Next › Last »

lefterisjp commented on 2026-03-07 16:25 (UTC)

Until the maintainer updates the package it seems that in manjaro it already contains the required patches. So you can get them from there and edit the PKGBUILD locally to include it.

Very very rough instructions, assuming ~/builds/nvidia-470xx-utils/ is where you have the local AUR package cloned.

git clone https://gitlab.manjaro.org/packages/extra/nvidia-470xx-utils.git manjaro-470xx
cp manjaro-470xx/nvidia-470xx-fix-linux-6.19-part1.patch ~/builds/nvidia-470xx-utils/
cp manjaro-470xx/nvidia-470xx-fix-linux-6.19-part2.patch ~/builds/nvidia-470xx-utils/
cd ~/builds/nvidia-470xx-utils

Now edit PKGBUILD.

In source=(), add these two lines right after the existing nvidia-470xx-fix-linux-6.17.patch line:

"nvidia-470xx-fix-linux-6.19-part1.patch"
"nvidia-470xx-fix-linux-6.19-part2.patch"

Then in prepare(), add two more patch-application lines right after the existing 6.17 patch line. It should look roughly like this:

patch -p1 -i "${srcdir}/nvidia-470xx-fix-linux-6.17.patch"
patch -p1 -i "${srcdir}/nvidia-470xx-fix-linux-6.19-part1.patch"
patch -p1 -i "${srcdir}/nvidia-470xx-fix-linux-6.19-part2.patch"

Then regenerate checksums with updpkgsums

And finally do a fresh rebuild

rm -rf src pkg *.pkg.tar.*
makepkg -fis

It worked for me ™

SoftExpert commented on 2026-03-06 10:48 (UTC)

Hello guys, I will handle this issue tomorrow, don't lose hope :)

CvR_XX commented on 2026-03-06 10:29 (UTC)

Can confirm the failing build on linux-6.19.5.arch1-1. Got the same error as @asyync1024

asyync1024 commented on 2026-03-06 07:52 (UTC)

Also fails to build on linux-6.19.6 too. Pstebin of /var/lib/dkms/nvidia/470.256.02/build/make.log : https://pastebin.com/ic2u0JX0

asyync1024 commented on 2026-03-03 09:31 (UTC) (edited on 2026-03-03 09:35 (UTC) by asyync1024)

Fails to build on linux-6.19.5.arch1-1.

Pastebin of the /var/lib/dkms/nvidia/470.256.02/build/make.log file: https://pastebin.com/mXWe9siR

SoftExpert commented on 2026-03-02 07:29 (UTC)

@wayuto: what do you mean ?

wayuto commented on 2026-02-26 06:11 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 40cf3c4..1c9c298 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,7 +20,7 @@ source=('nvidia-drm-outputclass.conf' 'nvidia-470xx.rules' 'systemd-homed-override.conf' 'systemd-suspend-override.conf' - "https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run" + "https://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run" "kernel-6.10.patch" "0001-Fix-conftest-to-ignore-implicit-function-declaration.patch" "0002-Fix-conftest-to-use-a-short-wchar_t.patch"

lighterowl commented on 2026-01-25 11:16 (UTC) (edited on 2026-01-25 11:26 (UTC) by lighterowl)

Thanks for all the years of keeping this alive.

I've finally retired my GT-645M-equipped laptop as it has literally fallen apart after almost 14 years of service, so will no longer be posting updates.

toffuuu2050 commented on 2025-12-30 08:30 (UTC)

For myself, I was just getting really sick of this with 470 and a ex GT 730 2GB GDDR5 variant of mine. lol I decided to upgrade to AMDGPU RX-550 4GB GDDR5 and I'm very happy, alot easier, instead of the NVIDIA BS, I constantly dealt with, with that unsupported Card and Driver.