Package Details: nvidia-580xx-dkms 580.159.04-1

Git Clone URL: https://aur.archlinux.org/nvidia-580xx-utils.git (read-only, click to copy)
Package Base: nvidia-580xx-utils
Description: NVIDIA kernel modules - module sources (580xx)
Upstream URL: http://www.nvidia.com/
Licenses: custom
Conflicts: nvidia, NVIDIA-MODULE, nvidia-open-dkms
Provides: nvidia, NVIDIA-MODULE
Submitter: ventureo
Maintainer: ventureo (ptr1337)
Last Packager: ventureo
Votes: 78
Popularity: 13.02
First Submitted: 2025-12-18 17:08 (UTC)
Last Updated: 2026-05-22 13:20 (UTC)

Required by (41)

Sources (10)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

FirefistAce commented on 2026-05-22 22:50 (UTC)

Honestly no clue what the website here is doing when you view the pkgbuild but the usual process (aka git clone) gives you the up to date pkgbuild and patches.

siri0n commented on 2026-05-22 16:39 (UTC)

@ jaro3

You can check out an updated PKGBUILD from github:

git clone --branch nvidia-580xx-utils --single-branch https://github.com/archlinux/aur.git nvidia-580xx-utils

Works for me.

jaro3 commented on 2026-05-16 11:58 (UTC)

This is still the old version ;-; If you change it to 580.159.03 in PKGBUILD the patch fails:

patching file nvidia-drm/nvidia-drm-fb.c patching file Makefile Hunk #1 FAILED at 92. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej ==> ERROR: A failure occurred in prepare(). Aborting...

urjp1z72 commented on 2026-05-14 21:15 (UTC)

About "hidden" dependencies, it would be a good idea to list them in a pinned comment.

I've lost count of how many times I've seen users on reddit asking why it's not working, and I'm not surprised, since the arch blog didn't even mention it. It's better to just state it clearly and save everyone the trouble.

qubeck commented on 2026-05-14 15:45 (UTC)

@myauid please read DKMS package guidelines

myauid commented on 2026-05-13 10:16 (UTC) (edited on 2026-05-13 10:17 (UTC) by myauid)

Please add dependencies:"linux-lts-headers"for"linux-lts",or "linux-headers"for"linux".

qubeck commented on 2026-05-10 09:24 (UTC) (edited on 2026-05-10 13:03 (UTC) by qubeck)

If you have nosuid set for /var, starting with 580.159.03 release you need to set suid for /var/lib/dkms/nvidia, otherwise pahole.sh won't work and kernel modules won't be build.

hsinn commented on 2026-05-08 19:06 (UTC)

I downloaded the snapshot (https://aur.archlinux.org/cgit/aur.git/snapshot/nvidia-580xx-utils.tar.gz) on 5/8/2026, and it contained the older version 580.142.3. I downloaded the right version 580.159.03 from https://aur.archlinux.org/cgit/aur.git/commit/?h=nvidia-580xx-utils.

ultralow commented on 2026-05-06 19:48 (UTC)

nvidia-580xx-dkms PKGBUILD has strict version pin depends=('nvidia-580xx-utils=580.142')

This causes dependency conflicts with AUR helpers when nvidia-580xx-utils updates to 580.159.03-1 first. Users must install all three packages (nvidia-580xx-dkms, nvidia-580xx-utils, lib32-nvidia-580xx-utils) simultaneously to avoid pacman breaking on the old pin.

Please update the nvidia-580xx-dkms PKGBUILD dependency to match the latest nvidia-580xx-utils version.