Search Criteria
Package Details: nvidia-580xx-utils 580.159.03-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nvidia-580xx-utils.git (read-only, click to copy) |
|---|---|
| Package Base: | nvidia-580xx-utils |
| Description: | NVIDIA drivers utilities (580xx) |
| Upstream URL: | http://www.nvidia.com/ |
| Licenses: | custom |
| Conflicts: | nvidia-libgl, nvidia-utils |
| Provides: | nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver |
| Replaces: | nvidia-libgl |
| Submitter: | ventureo |
| Maintainer: | ventureo (ptr1337) |
| Last Packager: | ventureo |
| Votes: | 77 |
| Popularity: | 16.03 |
| First Submitted: | 2025-12-18 17:08 (UTC) |
| Last Updated: | 2026-05-06 18:33 (UTC) |
Dependencies (7)
- egl-gbm (nvidia-535xx-utilsAUR, nvidia-550xx-utilsAUR)
- egl-wayland (egl-wayland-gitAUR)
- egl-x11
- libglvnd (libglvnd-gitAUR)
- nvidia-580xx-settingsAUR (optional) – configuration tool
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR, xorg-server-tearfreeAUR, xlibre-server-binAUR, xlibre-xserverAUR, xlibre-xserver-bootstrapAUR, xlibre-xserver-betaAUR) (optional) – Xorg support
- xorg-server-devel (xorg-server-devel-gitAUR, xlibre-server-devel-binAUR, xlibre-xserver-develAUR, xlibre-xserver-devel-betaAUR) (optional) – nvidia-xconfig
Required by (449)
- acestep.cpp-bin (requires nvidia-utils) (optional)
- 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)
- airshipper-git (requires vulkan-driver) (optional)
- alchemy-viewer-git (requires nvidia-libgl) (optional)
- alchemy-viewer-git (requires nvidia-utils) (optional)
- apollo-cuda-git (requires nvidia-utils) (check)
- apollo-cuda-git (requires nvidia-utils) (optional)
- aquamarine-frozen (requires opengl-driver)
- aquamarine-git (requires opengl-driver)
- arch-sense (requires nvidia-utils) (optional)
- ares-emu-git (requires vulkan-driver)
- armorpaint (requires opengl-driver)
- arrayfire (requires nvidia-utils) (optional)
- arrayfire-git (requires nvidia-utils) (optional)
- aurorafw-git (requires opengl-driver)
- auto-gpufreq-git (requires nvidia-utils)
- Show 429 more...
Sources (10)
- 0001-Enable-atomic-kernel-modesetting-by-default.patch
- 0002-Fix-hardware-cursor-crash.patch
- https://download.nvidia.com/XFree86/Linux-x86_64/580.159.03/NVIDIA-Linux-x86_64-580.159.03.run
- limit-vram-usage
- nvidia-drm-outputclass.conf
- nvidia-sleep.conf
- nvidia-utils.sysusers
- nvidia.rules
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
1 2 3 4 5 6 .. 13 Next › Last »
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-utilsupdates to580.159.03-1first. 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-dkmsPKGBUILD dependency to match the latestnvidia-580xx-utilsversion.sxyql commented on 2026-05-04 18:18 (UTC)
I have tested the PKGBUILD with the 580.159.03 driver version and had the revert the # Fix compilation for 7.0 to make it working, if this helps anyone.
Gryphon commented on 2026-05-04 10:37 (UTC) (edited on 2026-05-04 10:46 (UTC) by Gryphon)
I am very new to Arch. after updating my kernel to 7.0.3 my old nvidia driver nvidia-580xx-dkms 580.142-3 was somehow laggy in serveral games. I went to Cachy OS and searched for their drivers and I found a new version 580.159.03. I just downloaded to my local drive, installed via sudo pacman -U and my games are very smooth now. Packages I have downloaded and installed from CachyOS site: nvidia-580xx-dkms-580.159.03-2-x86_64.pkg.tar.zst lib32-nvidia-580xx-utils-580.159.03-1-x86_64.pkg.tar.zst lib32-opencl-nvidia-580xx-580.159.03-1-x86_64.pkg.tar.zst nvidia-580xx-utils-580.159.03-2-x86_64.pkg.tar.zst Just wanted to share this with others who might face the same problem. I love Arch linux BTW:-)
qubeck commented on 2026-05-01 20:00 (UTC) (edited on 2026-05-01 20:12 (UTC) by qubeck)
@tzuk, that package doesn't state anywhere that it will work with
linux-mainline. If it worked for you previously, then you were lucky, but as far as I know that exact package primarily provides support for kernels present in Arch Linux repository -- not Arch User Repository.If you want to update drivers version, you could try to do it yourself by changing
pkgverandpkgrelinPKGBUILD. Nobody stops you or anyone else from doing so on own machine.tzuk commented on 2026-05-01 18:13 (UTC)
This out-of-date package doesn't work with linux-mainline 7.1rc1-1.
notquitenull commented on 2026-04-30 17:47 (UTC)
In my case I didn't need to patch the Makefile, rather I needed to install the linux-headers package. Without it building this package produced the same error messages as posted by @martwy and no kernel modules were created. I suggest adding linux-headers as a dependency to either this package or nvidia-580xx-utils, whichever makes more sense.
agarie commented on 2026-04-30 15:42 (UTC)
@usta: I'm seeing the patch now. Honestly, I have no clue what might have happened as I checked before installing that I didn't have an old PKGBUILD downloaded or something… I'll try to recompile again later and see if I can reproduce that error. Please disconsider my previous comment.
usta commented on 2026-04-30 14:30 (UTC) (edited on 2026-04-30 14:31 (UTC) by usta)
@agarie: the current package already have needed patch included. Did you have any problem with current package ?
1 2 3 4 5 6 .. 13 Next › Last »