Search Criteria
Package Details: libxnvctrl-580xx 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: | NVIDIA NV-CONTROL X extension (580xx) |
| Upstream URL: | https://github.com/NVIDIA/nvidia-settings |
| Licenses: | GPL-2.0-only |
| Conflicts: | libxnvctrl |
| Provides: | libxnvctrl, libXNVCtrl.so |
| 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 (8)
- libxext (libxext-gitAUR)
- 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 (32)
- conky-cairo (requires libxnvctrl)
- conky-git (requires libxnvctrl)
- conky-git (requires libXNVCtrl.so)
- conky-lua-nv (requires libxnvctrl)
- conky-lua-nv (requires libXNVCtrl.so)
- conkyluanv-autoscale-fixed (requires libxnvctrl)
- fastgame-git (requires libxnvctrl) (optional)
- gl-gsync-demo (requires libxnvctrl)
- gpu-screen-recorder (requires libxnvctrl) (optional)
- gpu-screen-recorder-git (requires libxnvctrl) (optional)
- indicator-sensors (requires libxnvctrl) (optional)
- indicator-sensors-git (requires libxnvctrl) (optional)
- lib32-libxnvctrl (requires libxnvctrl) (optional)
- lib32-mangohud-git (requires libxnvctrl) (make)
- libvibrant (requires libxnvctrl)
- libvibrant (requires libxnvctrl) (make)
- libvibrant-git (requires libxnvctrl)
- libvibrant-git (requires libxnvctrl) (make)
- mangohud-git (requires libxnvctrl) (make)
- mangohud-git (requires libxnvctrl) (optional)
- Show 12 more...
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 »