Package Base Details: nvidia-390xx-settings

Git Clone URL: https://aur.archlinux.org/nvidia-390xx-settings.git (read-only, click to copy)
Submitter: Svenstaro
Maintainer: jonathon (vnctdj)
Last Packager: vnctdj
Votes: 24
Popularity: 0.48
First Submitted: 2020-03-11 17:48 (UTC)
Last Updated: 2022-12-13 23:14 (UTC)

Pinned Comments

jonathon commented on 2020-10-19 12:40 (UTC) (edited on 2021-05-11 14:18 (UTC) by jonathon)

PACKAGE NEEDS LONG TERM MAINTAINER

I have adopted the 390xx packages to keep them secure. I do not run any 390xx hardware so will not notice any breakages and cannot test any changes.

Until such time as someone else steps up to maintain these packages - ideally someone who actually has 390xx hardware - I have to rely on you to tell me what changes are needed.

Don't expect a response if you post only "this doesn't work", and do not email me to complain about the package not working!

Use this forum thread for discussion: https://bbs.archlinux.org/viewtopic.php?pid=1946926

A binary package is also available in my kernel-lts unofficial user repository.

forcegk commented on 2020-04-06 19:41 (UTC)

Package compiles no problem.

If your AUR helper does get the job done, please execute 'makepkg -si' manually

Latest Comments

1 2 Next › Last »

friday13 commented on 2023-02-27 23:41 (UTC)

==> Starting build()...
make[1]: Entering directory '/home/friday13/.cache/yay/nvidia-390xx-settings/src/nvidia-settings-390.157/src'
   CC           command-line.c
   CC           config-file.c
In file included from /usr/include/errno.h:28,
                 from config-file.c:40:
/usr/include/bits/errno.h:26:11: fatal error: linux/errno.h: No such file or directory
   26 | # include <linux/errno.h>
      |           ^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:318: _out/Linux_x86_64/config-file.o] Error 1
make[1]: Leaving directory '/home/friday13/.cache/yay/nvidia-390xx-settings/src/nvidia-settings-390.157/src'
make: *** [Makefile:23: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: nvidia-390xx-settings

duht commented on 2021-04-24 22:04 (UTC)

@jonathon please add provides=('libXNVCtrl.so') to libxnvctrl-390xx package. Without it it's impossible i.e. to install conky. It tries to replace libxnvctrl-390xx with libxnvctrl package but nvidia-390xx-settings depends on libxnvctrl-390xx and installation fails.

jonathon commented on 2020-10-19 12:40 (UTC) (edited on 2021-05-11 14:18 (UTC) by jonathon)

PACKAGE NEEDS LONG TERM MAINTAINER

I have adopted the 390xx packages to keep them secure. I do not run any 390xx hardware so will not notice any breakages and cannot test any changes.

Until such time as someone else steps up to maintain these packages - ideally someone who actually has 390xx hardware - I have to rely on you to tell me what changes are needed.

Don't expect a response if you post only "this doesn't work", and do not email me to complain about the package not working!

Use this forum thread for discussion: https://bbs.archlinux.org/viewtopic.php?pid=1946926

A binary package is also available in my kernel-lts unofficial user repository.

szczur90 commented on 2020-09-17 15:26 (UTC)

Would it be possible to make 32bit version of this package? Mangohud needs it for 32 bit games.

deliodc commented on 2020-08-16 21:55 (UTC)

Thanks!

rafalcode commented on 2020-06-30 16:19 (UTC) (edited on 2020-06-30 16:44 (UTC) by rafalcode)

So I'm nto the only one that has found this problem with ctkvdpau.h in that nvidia-setting release (VDPAUDeviceFunctions) struct needs to be moved to .c file and made static. Covered here: https://github.com/NVIDIA/nvidia-settings/commit/a7c1f5fce6303a643fadff7d85d59934bd0cf6b6 applying a patch for this commit will solve the problem. i.e do as follows: git clone nvidia-settings

grab the relevant patch

git format-patch -1 a7c1f5fce6303a643fadff7d85d59934bd0cf6b6 > patchforctkvdpau.patch apply the patch to the tarball in ~/.cache/yay/nvidia-390xx-settings then makepkg and pacman -U the xz file to install.

friday13 commented on 2020-06-21 12:49 (UTC)

/usr/bin/ld: _out/Linux_x86_64/gtk2/ctkvdpau.o:(.bss+0x0): multiple definition of `VDPAUDeviceFunctions'; _out/Linux_x86_64/gtk2/ctkwindow.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:300: _out/Linux_x86_64/libnvidia-gtk2.so.unstripped] Error 1
rm _out/Linux_x86_64/nvidia-settings.unstripped
make[1]: Leaving directory '/home/friday13/.cache/yay/nvidia-390xx-settings/src/nvidia-settings-390.132/src'
make: *** [Makefile:23: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: %!s(func() string=0x73a700

OniiGokko commented on 2020-06-08 18:24 (UTC) (edited on 2020-06-25 06:37 (UTC) by OniiGokko)

the culprit to the breakage is gcc 10 uses -fno-common to exploit a bug in nvidia-settings. it has been fixed on github repo, but i don't know if they repackage the archive needed in the PKGBUILD.I just got it to work by using the method I described in the update below.

update --> looks like adding -fcommon to CFLAGS in /etc/makepkg.conf let's you compile the package and you should be able to install it even with gcc10.

forcegk commented on 2020-06-04 22:56 (UTC)

Heh, no clue on how to fix this. If anyone knows let me know. I can apply the patch submitted or transfer the ownership of the package.

ilyaryabikin commented on 2020-06-03 14:04 (UTC)

Hi, I'm getting the same error as @Tuxinal and I'm also not using any AUR helpers