Search Criteria
Package Details: libxnvctrl-470xx 470.129.06-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-470xx-settings.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-470xx-settings |
Description: | Tool for configuring the NVIDIA graphics driver |
Upstream URL: | https://github.com/NVIDIA/nvidia-settings |
Licenses: | GPL2 |
Conflicts: | libxnvctrl |
Provides: | libxnvctrl, libXNVCtrl.so |
Submitter: | jonathon |
Maintainer: | jonathon |
Last Packager: | jonathon |
Votes: | 24 |
Popularity: | 0.43 |
First Submitted: | 2021-10-31 00:59 (UTC) |
Last Updated: | 2022-05-16 18:52 (UTC) |
Dependencies (9)
- libxext (libxext-git)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view, gtk2-maemo) (make)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64, gtk3-ubuntu) (make)
- inetutils (gettext-hostname, inetutils-git) (make)
- jansson (jansson-git) (make)
- libvdpau (libvdpau-git) (make)
- libxext (libxext-git) (make)
- libxv (make)
- nvidia-470xx-utils (make)
Required by (42)
- conky-cairo (requires libxnvctrl)
- conky-git (requires libXNVCtrl.so)
- conky-git (requires libxnvctrl)
- conky-lua-archers (requires libxnvctrl)
- conky-lua-archers-git (requires libxnvctrl)
- conky-lua-nv (requires libxnvctrl)
- conky-mt (requires libxnvctrl)
- fancon (requires libxnvctrl) (make)
- fancon-git (requires libxnvctrl) (make)
- gkrellm-nvidia (requires libxnvctrl)
- gl-gsync-demo (requires libxnvctrl)
- glxosd (requires libxnvctrl) (make)
- glxosd-git (requires libxnvctrl) (make)
- indicator-sensors (requires libxnvctrl) (optional)
- indicator-sensors-git (requires libxnvctrl) (optional)
- lib32-mangoapp (requires libxnvctrl) (make)
- lib32-mangohud (requires libxnvctrl) (make)
- lib32-mangohud-git (requires libxnvctrl) (make)
- libvibrant (requires libxnvctrl)
- libvibrant (requires libxnvctrl) (make)
Latest Comments
jonathon commented on 2022-03-03 19:35 (UTC)
I'll include it with the next driver update.
gbr commented on 2022-03-03 12:58 (UTC)
Hi, can you please apply the following patch to
nvidia-settings
? Thank you.https://github.com/archlinux/svntogit-packages/commit/a961e20af981a649ab128a29e3fc9ba9958c5689
yochananmarqos commented on 2021-12-14 01:16 (UTC)
@ahmubashshir: It's not needed by anything as there's no 32-bit
nvidia-settings
package. No, it's not needed bylib32-mangohud
. It's listed as an optional dependency erroneously.ahmubashshir commented on 2021-12-14 01:08 (UTC)
lib32-libxnvctrl
exists on aur, it's needed bylib32-mangohud
jonathon commented on 2021-12-13 21:01 (UTC)
Why is that needed?
lib32-libxnvctrl
doesn't exist.ahmubashshir commented on 2021-12-13 20:26 (UTC)
lib32- variant of this package (lib32-libxnvctrl-470xx)
jonathon commented on 2021-11-02 11:09 (UTC)
lib32- variant of the settings package? Not sure why that's needed. I already packaged
lib32-nvidia-470xx-utils
.ahmubashshir commented on 2021-11-02 07:28 (UTC)
lib32- variant?
jonathon commented on 2021-11-01 12:58 (UTC)
The difference will be due to using an AUR helper rather than e.g.
makechrootpkg
. However, the variable definitions have now been moved. No pkgrel bump as no rebuild needed.Internauta commented on 2021-11-01 11:54 (UTC) (edited on 2021-11-01 12:19 (UTC) by Internauta)
Line 48:
The file is in
/usr/local/[...]
, then should be:Line 64:
The path is wrong. It should be:
Fixing these 2 lines should complete the build, but it gives another error during installation, because man files now points to
/usr/local/share/man
(the official package pointed to/usr/share/man
). The error is:EDIT: nevermind, i think i found the issue. For some reason the PREFIX variable is not visible in line 42. Adding it like this:
fixes everything. The fix in line 64 is still needed.
jonathon commented on 2021-11-01 10:58 (UTC)
m4
is inbase-devel
so you already have it installed.xhenon commented on 2021-11-01 08:56 (UTC)
I notice m4 package is mandatory compile nvidia-470xx-settings but is not listed as dependence
PepinoCosmico commented on 2021-10-31 22:50 (UTC)
Gives a rm error. Fixed it by commenting out line 45 in PKGBUILD.
killajoe commented on 2021-10-31 19:03 (UTC)