Search Criteria
Package Details: nvidia-580xx-settings 580.126.09-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nvidia-580xx-settings.git (read-only, click to copy) |
|---|---|
| Package Base: | nvidia-580xx-settings |
| Description: | Tool for configuring the NVIDIA graphics driver (580xx) |
| Upstream URL: | https://github.com/NVIDIA/nvidia-settings |
| Licenses: | GPL-2.0-only |
| Conflicts: | nvidia-settings |
| Provides: | nvidia-settings |
| Submitter: | ventureo |
| Maintainer: | ventureo |
| Last Packager: | ventureo |
| Votes: | 14 |
| Popularity: | 9.68 |
| First Submitted: | 2025-12-19 09:08 (UTC) |
| Last Updated: | 2026-01-13 20:15 (UTC) |
Dependencies (13)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- jansson (jansson-gitAUR)
- libvdpau
- libxnvctrl-580xxAUR
- libxv
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-470xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-535xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-575xx-utilsAUR, nvidia-utils-betaAUR, nvidia-vulkan-utilsAUR, nvidia-580xx-utilsAUR)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR) (make)
- jansson (jansson-gitAUR) (make)
- libvdpau (make)
- libxext (libxext-gitAUR) (make)
- libxv (make)
- nvidia-580xx-utilsAUR (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Required by (13)
- gnome-shell-extension-freon (requires nvidia-settings) (optional)
- gnome-shell-extension-freon-git (requires nvidia-settings) (optional)
- gnome-shell-extension-nvidia-util-git (requires nvidia-settings)
- i3blocks-contrib (requires nvidia-settings) (optional)
- i3blocks-contrib-git (requires nvidia-settings) (optional)
- nfancurve (requires nvidia-settings)
- nfancurve-git (requires nvidia-settings)
- nvidia-525xx-utils (requires nvidia-settings) (optional)
- nvidia-535xx-utils (requires nvidia-settings) (optional)
- nvidia-550xx-utils (requires nvidia-settings) (optional)
- nvidia-575xx-utils (requires nvidia-settings) (optional)
- nvidia-580xx-utils (optional)
- nvoc (requires nvidia-settings) (optional)
Latest Comments
1 2 Next › Last »
Bugg4 commented on 2026-01-01 23:00 (UTC) (edited on 2026-01-01 23:04 (UTC) by Bugg4)
@ventureo Fixed, compiles fine now, thank you! So, just to make sure I understand correctly, was that caused by mold not actually being a "drop-in" replacement like the wiki said, or are there other factors at play here?
ventureo commented on 2025-12-30 12:34 (UTC)
@Bugg4 You seems to have mold linker enabled in your CFLAGS, try to remove it and using simple ld from bintuils.
usta commented on 2025-12-29 21:31 (UTC)
@Alekseus : libxnvctrl-580xx is a dependency for nvidia-580xx-settings. So if you try to install nvidia-580xx-settings it will also installed
Alekseus commented on 2025-12-29 20:25 (UTC) (edited on 2025-12-29 21:03 (UTC) by Alekseus)
I can't figure out what this package does(libxnvctrl-580xx). Is it similar to nvidia-580xx-settings? Should I install it if I'm using Wayland?
Bugg4 commented on 2025-12-27 01:13 (UTC)
@ventureo I do have base-devel and GNU ld version 2.45.1 installed. The package still cannot compile, same error as below. Any idea why?
ventureo commented on 2025-12-24 09:49 (UTC)
@Bugg4 You need to install base-devel package before trying to build any AUR package.
Bugg4 commented on 2025-12-23 14:02 (UTC)
No luck nere, I'm getting a failed build because of
collect2: fatal error: cannot find ‘ld’usta commented on 2025-12-20 19:10 (UTC)
@ventureo I also confirm that problem looks like fixed.
sxe commented on 2025-12-20 13:42 (UTC)
@ventureo I can confirm it works now. Both libxnvctrl-580xx and nvidia-580xx-settings can be installed with yay now. Thanks for looking into it. Much appreciated! I hope we can keep using our beloved hardware for much longer. Got a bit scared when they dropped support.
ventureo commented on 2025-12-20 13:36 (UTC)
@sxe @usta I think I’ve figured out what’s wrong,
-2should fix it.Note for other AUR maintainers: The issue is that AUR helpers such as yay and paru run makepkg in multiple commands [1], first with
--nobuild, then (for actual build) with--noprepareand this discards the context that makepkg had before. Thus, variables exported inprepare()when later package builds with--noprepareare simply missing and this breaks the build, which is not happen case of a single makepkg run.[1] - https://github.com/Jguer/yay/blob/df80f397af63ce51044418c5c9cba0a29aa1c108/pkg/sync/build/installer.go#L317
1 2 Next › Last »