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

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: 99
Popularity: 0.85
First Submitted: 2021-10-31 00:50 (UTC)
Last Updated: 2024-11-10 08:39 (UTC)

Dependencies (6)

Required by (300)

Sources (11)

Latest Comments

« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 40 Next › Last »

wowblvck commented on 2022-12-14 13:32 (UTC)

I have a error in build nvidia-470xx-setting in version 470.161.03-2

XF86Config-parser/Util.c:129:41: warning: format string is not a string literal [-Wformat-nonliteral]
        len = vsnprintf(b, current_len, fmt, ap);
                                        ^~~
1 warning generated.
   CC           XF86Config-parser/Video.c
   CC           XF86Config-parser/Write.c
   LD           out/antialias.png.o
   LD           out/background.png.o
   LD           out/background_tall.png.o
   LD           out/bnc_cable.png.o
ld.lld: error: target emulation unknown: -m or at least one .o file required
ld.lld: error: target emulation unknown: -m or at least one .o file required
ld.lld: error: target emulation unknown: -m or at least one .o file required
ld.lld: error: target emulation unknown: -m or at least one .o file required
make[1]: *** [Makefile:318: out/background_tall.png.o] Error 1
make[1]: *** Waiting for jobs to complete…
make[1]: *** [Makefile:318: out/bnc_cable.png.o] Error 1
make[1]: *** [Makefile:318: out/antialias.png.o] Error 1
make[1]: *** [Makefile:318: out/background.png.o] Error 1
make[1]: exit directory «/home/wowblvck/.cache/yay/nvidia-470xx-settings/src/nvidia-settings-470.161.03/src»
make: *** [Makefile:23: all] Error 2
==> ERROR: An error has occurred in build().

<deleted-account> commented on 2022-12-13 13:50 (UTC)

Tested and it works so far. Removed the kernel 6.0 patch accordingly.

neuromante commented on 2022-12-13 13:24 (UTC)

Hi I see the patches to make it work with kernel 6.0 are still included but afaik these are not needed anymore. As a matter of fact the patches have been removed from the packages created for fedora and debian…correct me if I’m wrong

cysp74 commented on 2022-12-13 09:35 (UTC)

@Menelkir: Adopting package? Anybody, eg. me?

<deleted-account> commented on 2022-12-09 13:24 (UTC)

Since our maintainer is MIA (I'm trying contact already), I've made some updates myself if someone is interested. I'm using it on daily basis and it seems to be fine. https://github.com/Menelkir/arch-nvidia-470xx

SoftExpert commented on 2022-12-05 22:01 (UTC)

@jonathon: can we help with something ?

randomice commented on 2022-12-01 12:37 (UTC)

@jonathon: Update is now necessary/critical:

https://nvidia.custhelp.com/app/answers/detail/a_id/5415

@XAVeRY: PKGBUILD patch works here too without issues (GTX 660), thank you.

SoftExpert commented on 2022-11-24 18:48 (UTC) (edited on 2022-11-24 18:50 (UTC) by SoftExpert)

@XAVeRY: thanks for the patch! works like a charm! (Quadro K3000M)

lighterowl commented on 2022-11-23 22:46 (UTC)

Can confirm that 470.161.03 builds and works okay with GT 645M. Here's a PKGBUILD diff :

diff --git a/PKGBUILD b/PKGBUILD
index e259082..3202f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@

 pkgbase=nvidia-470xx-utils
 pkgname=('nvidia-470xx-utils' 'opencl-nvidia-470xx' 'nvidia-470xx-dkms')
-pkgver=470.141.03
-pkgrel=2
+pkgver=470.161.03
+pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/"
 license=('custom')
@@ -15,13 +15,11 @@ _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 source=('nvidia-drm-outputclass.conf'
         'nvidia-470xx-utils.sysusers'
         'nvidia-470xx.rules'
-        'kernel-6.0.patch'
         "https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run")
 sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
             '4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
             'a0ceb0a6c240cf97b21a2e46c5c212250d3ee24fecef16aca3dffb04b8350c445b9f4398274abccdb745dd0ba5132a17942c9508ce165d4f97f41ece02b0b989'
-            'fac1ed6d07e0ad5cb4591321653cd570729552ff13e4b15a45a556c29edc2904367c463648743ef45788a718cc7aba95446308a99fa17ba97da44467df031915'
-            '07aca8ea6aac5592060b4177ef43e9a3a5b2e3bc1a2d5959bf2ae349763fc62ed80b987af5607bf2d9a48e25c4e38e64970bca0177d63bd57a703d47debf5e18')
+            '26b1640f9427847b68233ffacf5c4a07e75ed9923429dfc9e5de3d7e5c1f109dfaf0fe0a0639cbd47f056784ed3e00e2e741d5c84532df79590a0c9ffa5ba625')


 create_links() {
@@ -56,9 +54,6 @@ DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' dkms.conf

     # Gift for linux-rt guys
     sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 NV_EXCLUDE_BUILD_MODULES/' dkms.conf
-
-    # Incomplete fix for kernel 6.0; patch has ACPI issues, YMMV.
-    patch -Np1 -i ../../kernel-6.0.patch
 }

neuromante commented on 2022-11-23 16:17 (UTC)

@jonathon New drivers out! https://forums.developer.nvidia.com/t/linux-solaris-and-freebsd-driver-470-161-03-legacy-for-gkxxx-kepler-gpus/235128 Patches are no more needed: everything has been fixed upstream.