Package Details: nvidia-390xx-utils 390.157-14

Git Clone URL: https://aur.archlinux.org/nvidia-390xx-utils.git (read-only, click to copy)
Package Base: nvidia-390xx-utils
Description: NVIDIA drivers utilities
Upstream URL: https://www.nvidia.com/
Licenses: custom
Conflicts: nvidia-390xx-libgl, nvidia-libgl, nvidia-utils
Provides: nvidia-390xx-libgl, nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver
Submitter: svenstaro
Maintainer: jonathon (vnctdj)
Last Packager: vnctdj
Votes: 60
Popularity: 0.98
First Submitted: 2020-03-11 17:29 (UTC)
Last Updated: 2025-01-24 07:30 (UTC)

Dependencies (6)

Required by (311)

Sources (17)

Pinned Comments

vnctdj commented on 2025-01-24 07:37 (UTC)

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

jonathon commented on 2022-05-26 09:46 (UTC)

Please don't flag this package out-of-date unless a new version has been released by NVIDIA.

jonathon commented on 2021-12-26 22:44 (UTC) (edited on 2021-12-26 22:44 (UTC) by jonathon)

The DKMS package guidelines are explicit that linux-headers should not be a dependency of any DKMS package.

As a concrete example of why including that as a hard dependency is a bad idea, what happens when linux is not an installed kernel?

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 28 Next › Last »

hellopoisonx commented on 2023-02-10 13:20 (UTC) (edited on 2023-02-10 13:21 (UTC) by hellopoisonx)

@Piezo Unbelievable!!echo "/usr/lib/tls" > /etc/ld.so.conf.d/nvidia.conf ; ldconfig really worked for me!Thank you a lot

bobarch64 commented on 2023-02-10 04:55 (UTC)

The maintainer @jonathon has passed away, the new maintainer will probably get note of the provided solution from @Piezo. Thanks Piezo for the solution

canolucas commented on 2023-02-10 01:38 (UTC)

@vnctdj please can you update the pkgbuild and apply any of the solutions discussed in this forum thread: https://bbs.archlinux.org/viewtopic.php?pid=2083569

BlackIkeEagle commented on 2023-02-09 18:20 (UTC)

patch for the upcoming 6.2 kernel: https://gitlab.com/herecura/packages/nvidia-390xx-dkms/-/blob/780a3c8b159f24c14e6c1cb35fd747338aefea39/kernel-6.2.patch

drankinatty commented on 2023-02-09 06:38 (UTC)

Bloody Brilliant! echo "/usr/lib/tls" > /etc/ld.so.conf.d/nvidia.conf ; ldconfig is working like a champ. Lord knows how you sorted that out, but thank you!

loup commented on 2023-02-08 22:51 (UTC)

@Piezo

Thank's, (echo "/usr/lib/tls" > /etc/ld.so.conf.d/nvidia.conf ; ldconfig) is working for me. glibc & lib32-glibc update without problem.

Piezo commented on 2023-02-08 21:25 (UTC) (edited on 2023-02-08 21:27 (UTC) by Piezo)

I may have found a fix: adding /usr/lib/tls to the dynamic linker search path (echo "/usr/lib/tls" > /etc/ld.so.conf.d/nvidia.conf ; ldconfig), or replacing /usr/lib/libnvidia-tls.so* with /usr/lib/tls/libnvidia-tls.so*.

drankinatty commented on 2023-02-08 18:56 (UTC)

Only problem with downgrading glibc, glibc is core to the Archlinux rolling-release model. Essentially, you have to stop all updates from this point forward. (not recommended)

Galard commented on 2023-02-08 14:11 (UTC) (edited on 2023-02-08 14:11 (UTC) by Galard)

The same issue. Downgrade to glibc-2.36-7 solve the problem with startx X server