Package Details: nvidia-utils-beta 570.86.16-2

Git Clone URL: https://aur.archlinux.org/nvidia-utils-beta.git (read-only, click to copy)
Package Base: nvidia-utils-beta
Description: NVIDIA drivers utilities (beta version)
Upstream URL: https://www.nvidia.com/
Licenses: LicenseRef-custom
Conflicts: nvidia-libgl, nvidia-utils
Provides: nvidia-libgl, nvidia-libgl-beta, nvidia-utils, opengl-driver, vulkan-driver
Replaces: nvidia-libgl
Submitter: None
Maintainer: dbermond
Last Packager: dbermond
Votes: 344
Popularity: 0.22
First Submitted: 2008-08-19 21:42 (UTC)
Last Updated: 2025-02-02 12:53 (UTC)

Dependencies (8)

Required by (315)

Sources (8)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 24 Next › Last »

dbermond commented on 2021-10-29 17:24 (UTC)

@VitalyR Done.

VitalyR commented on 2021-10-27 18:40 (UTC)

Could you include libnvidia-vulkan-producer.so for nvidia's vulkan support? reference: https://bugs.archlinux.org/task/72560, https://github.com/NVIDIA/egl-wayland/issues/34#issuecomment-953094061. For now, I add this line to package_nvidia-utils-beta():

# vulkan
    install -D -m755 "libnvidia-vulkan-producer.so.${pkgver}" -t "${pkgdir}/usr/lib" 

And add symlink:

ln -s /usr/lib/libnvidia-vulkan-producer.so.495.44 /usr/lib/libnvidia-vulkan-producer.so

This makes the driver works normally.

dbermond commented on 2021-10-14 21:33 (UTC)

@JDAturbo These config files are part of package egl-wayland, which is a dependency here, so they are not missed. I have already added '15_nvidia_gbm.json' to egl-wayland-git, and this file is most likely to be added to the repository egl-wayland package when it update to the 1.1.8 version. See also my previous comment about egl-wayland/egl-wayland-git.

dbermond commented on 2021-10-14 19:07 (UTC)

Note: gbm egl support requires egl-wayland 1.1.8. The repository egl-wayland is currently at version 1.1.7. Use egl-wayland-git if you need this feature until 1.1.8 reaches the official repositories.

dbermond commented on 2021-07-04 02:38 (UTC)

@ToadKing Implemented, thanks.

ToadKing commented on 2021-07-01 19:05 (UTC)

Can this package be updated to install the new nvngx.dll and _nvngx.dll files for Proton DLSS support? It looks like they're only included in the full download, not the -no-compat32 one at the moment which is probably a bug since those files are 64-bit only.

marcBarbier commented on 2021-06-25 19:47 (UTC)

here is the diff for 470 apply it the same way as for the nvidia-beta

8c8 < pkgver=470.42.01


pkgver=465.31 20c20 < sha256sums=('7e53a3557908fb0c8e86e22200f4ee670dcec8f6ee6c4a171362d86d6c8bce20'


sha256sums=('2d423f1299561f770b2c1195f310c0bc9a4ce7b7095327b7cf67a3efc340ea58'

```

Cabopust commented on 2020-12-24 10:23 (UTC)

Note: starting from driver version 460.27.04, the "AllowEmptyInitialConfiguration" option is enabled by default. You can remove it from nvidia-drm-outputclass.conf.

dbermond commented on 2020-01-28 02:37 (UTC)

@errcsool dkms is related to the driver, and not to nvidia-utils-beta. Install package nvidia-beta-dkms for dkms support on the beta driver, instead of installing (for example) the nvidia-beta package.