Please remove replaces
directive. Thank you. (No need to reply via comment; AUR now sends commit notifications.)
Search Criteria
Package Details: nvidia-settings-beta 535.113.01-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-utils-beta.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-utils-beta |
Description: | Tool for configuring the NVIDIA graphics driver (beta version) |
Upstream URL: | https://www.nvidia.com/ |
Licenses: | custom |
Conflicts: | nvidia-settings |
Provides: | nvidia-settings, nvidia-settings-beta |
Submitter: | None |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 338 |
Popularity: | 0.024883 |
First Submitted: | 2008-08-19 21:42 (UTC) |
Last Updated: | 2023-09-22 18:55 (UTC) |
Dependencies (2)
Required by (12)
- gnome-shell-extension-freon (requires nvidia-settings) (optional)
- gnome-shell-extension-freon-git (requires nvidia-settings) (optional)
- gnome-shell-extension-nvidia-util-git (requires nvidia-settings)
- i3blocks-contrib (requires nvidia-settings) (optional)
- i3blocks-contrib-git (requires nvidia-settings) (optional)
- nfancurve (requires nvidia-settings)
- nfancurve-git (requires nvidia-settings)
- nvidia-525xx-utils (requires nvidia-settings) (optional)
- nvidia-utils-beta (optional)
- nvidia-utils-nvlax (requires nvidia-settings) (optional)
- nvoc (requires nvidia-settings) (optional)
- tuxclocker-git (requires nvidia-settings)
Sources (5)
xiota commented on 2023-09-20 09:04 (UTC)
jonathon commented on 2022-01-12 14:35 (UTC)
nvidia-powerd
is available (again?) and can be installed for nvidia-powerd.service
+ install -D nvidia-powerd -t "${pkgdir}/usr/bin"
However, it might be missing some other file or dependency, or is only supported on certain GPUs:
Jan 12 14:22:29 host systemd[1]: Starting nvidia-powerd service...
Jan 12 14:22:29 host /usr/bin/nvidia-powerd[30738]: nvidia-powerd version:1.0(build 1)
Jan 12 14:22:29 host /usr/bin/nvidia-powerd[30738]: Failed to read the data for calculating CPU power
Jan 12 14:22:29 host /usr/bin/nvidia-powerd[30738]: Failed to initialize GPU Boost controller
Jan 12 14:22:29 host systemd[1]: nvidia-powerd.service: Main process exited, code=exited, status=1/FAILURE
dbermond commented on 2021-10-29 21:20 (UTC)
@llamajacker I will add it on a next update. Thanks.
llamajacker commented on 2021-10-29 19:48 (UTC) (edited on 2021-10-29 19:50 (UTC) by llamajacker)
Hey there's a bug in your PKGBUILD on line 33:
's/(.).so./\1.so/'
Should be:
's/(.)\.so./\1.so/'
As it's matching any path that has "so" in it (like my arch username), instead of matching ".so" literally.
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.
Pinned Comments
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.