Package Details: nvidia-470xx-dkms 470.256.02-6

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: 98
Popularity: 1.19
First Submitted: 2021-10-31 00:50 (UTC)
Last Updated: 2024-07-21 07:12 (UTC)

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 39 Next › Last »

SoftExpert commented on 2023-06-29 20:58 (UTC)

@cysp74: What is the content of nvidia-470xx-fix-linux-6.4.patch, please ? Also, why not targeting 470.199.02 ?

cysp74 commented on 2023-06-29 16:27 (UTC)

Here is the for PKGBUILD, does anyone own this package or need to be adopted?


diff --git a/PKGBUILD b/PKGBUILD
index 19037eb..b91f60b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
 pkgbase=nvidia-470xx-utils
 pkgname=('nvidia-470xx-utils' 'opencl-nvidia-470xx' 'nvidia-470xx-dkms')
 pkgver=470.182.03
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://www.nvidia.com/"
 license=('custom')
@@ -17,12 +17,14 @@ source=('nvidia-drm-outputclass.conf'
         'nvidia-470xx-utils.sysusers'
         'nvidia-470xx.rules'
         "https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run"
-        "kernel-6.3.patch")
+        'kernel-6.3.patch'
+        'nvidia-470xx-fix-linux-6.4.patch')
 sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
             '4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
             'e307e5fe005dfafee35c179c5f215e22a85dfd367a9b60d5092eee96f869d8ce4595fae33ce6febb74721974c6f781a53418ce1a3210768632347471ae3f5594'
             '73619d65bd3267427acaf2deee07a2c98c490df937aa13e2c95d54cfd19ce2a82a91d3a5aa886dbe88f6230251f9cf54c38f5841cfacd77e53301e8d61fa3d7d'
-            'e7343f022263690030bdcbc9b91cd775c7c8c24da4f75e6583494464d92eeeb01965bc9e628566faaf6c91fb5519881346d44c4e7d1c7fe8b7c6da89a7620036')
+            'e7343f022263690030bdcbc9b91cd775c7c8c24da4f75e6583494464d92eeeb01965bc9e628566faaf6c91fb5519881346d44c4e7d1c7fe8b7c6da89a7620036'
+            '041955bc9b581d56a9a6e59222c1a3f0fd9ee86691a4e2bb0e22550533c60fd7af4bcef0a9015efeee27d63dfe4cb2b11f30173a65c5bbf1f65471dd651cab8b')

 create_links() {
     # create soname links
@@ -43,6 +45,7 @@ prepare() {
     cd kernel

     patch -p1 -i "$srcdir/kernel-6.3.patch"
+    patch -p1 -i "$srcdir/nvidia-470xx-fix-linux-6.4.patch"

     sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
     sed -i 's/__JOBS/`nproc`/' dkms.conf

SoftExpert commented on 2023-06-26 18:41 (UTC)

470.199.02 is available; there is a patch for kernel 6.4 (intended for 470.182.03 but can be adapted for 470.199.02) here

valandil commented on 2023-04-29 17:04 (UTC)

The package currently builds. Feel free to raise an issue here or adopt the package if you run into issues.

circl commented on 2023-04-29 14:17 (UTC)

Well, looks like the maintainer gave up?

second2050 commented on 2023-04-07 20:25 (UTC)

I think you forgot to update the .SRCINFO in the repo, because the info in the aur web interface seems to be out of sync with the PKGBUILD

valandil commented on 2023-04-05 02:15 (UTC) (edited on 2023-04-05 02:17 (UTC) by valandil)

Heads up, looks like the kernel-6.3.patch wasn't pushed to the AUR.

EDIT: Uh, nevermind? I probably had a case of a bad AUR helper, sorry about that.

rae commented on 2023-03-31 12:56 (UTC)

For noobs like me. After upgrade, I had "NVIDIA: Failed to initialize the NVIDIA kernel module." when I try "startx". Reinstalling linux and linux-headers solve the problem.

gbr commented on 2023-03-30 16:30 (UTC)

470.182.03 is out. :)

When you finally upgrade it, it'd be great if you could also include a patch to fix a small issue with the .rules file displaying journal warnings at startup.

<deleted-account> commented on 2023-03-19 13:34 (UTC)

@aparthy I'm really clueless about this issue, specially because I daily use zen kernel (I actually have lts and zen installed too) and it works well, I even run some expressive games from time to time. It looks like something related to ACPI, but I don't know what could be since it looks like something specific from the nvidia driver.