Thank you, @SoftExpert. I can confirm that the last version (470.256.02-7.98) compiles ok in my system for my old GeForce GTX 760 with 6.14.4-arch1-2 kernel.
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: | 6.97 |
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 (315)
- 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 295 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
injiniero commented on 2025-05-04 15:01 (UTC) (edited on 2025-05-04 15:02 (UTC) by injiniero)
SoftExpert commented on 2025-05-04 14:47 (UTC)
Hello everyone,
I pushed an update containing the latest patch for kernel 6.15 from Joan B.; I have modified it just to add the option +ccflags-y += -std=gnu17
- which might work (or not).
It definitely requires a lot of testing; perhaps Joan will come up with additional changes that we will add in further releases.
Joan seems unhappy about the quality of the current patch (his comment indicates this: EDIT 20250426: I don't believe that this patch is clean: the VMA flags piggybacks on previous calls to acquire the VMA lock, which is very hacky, and most likely doesn't happen 100% of the time and in all code paths. )
Please test carefully and assume it could break your setup - so plan accordingly.
elduderino commented on 2025-05-04 12:07 (UTC)
@gbr - Thanks for the patch!
@Sinyria, @cysp74, @SoftExpert - could you kindly update the package to include mentioned fix?
silent commented on 2025-05-02 15:06 (UTC)
@gbr: Thanks for the patch, now the card works better than ever.
vagorafaelino commented on 2025-05-01 13:33 (UTC)
I can confirm a successfull build with the patch proposed by @gbr for linux 6.14.4-arch1-2 and gcc 15.1.1. There is no need to downgrade.
BTW, kudos to @gbr!
patenteng commented on 2025-05-01 10:18 (UTC)
There is a patch out for 570: https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/blob/11deaedbd194cacd732c44a902699a56d2d59d4b/0002-CFLAGS-Set-std-gnu17-for-all-compilation-flags.patch.
Haven't tested it, but may be useful. It appears that GCC 15 uses C23 as default. You need to use the -std=gnu17 option.
mocramis commented on 2025-05-01 09:39 (UTC)
Thanks @gbr
Confirms it works with my old GTX660 Ti
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.