Search Criteria
Package Details: lib32-nvidia-vulkan-utils 570.123.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nvidia-vulkan.git (read-only, click to copy) |
---|---|
Package Base: | nvidia-vulkan |
Description: | NVIDIA drivers utilities (32-bit) (vulkan developer branch) |
Upstream URL: | https://developer.nvidia.com/vulkan-driver |
Licenses: | custom |
Conflicts: | lib32-nvidia-libgl, lib32-nvidia-utils |
Provides: | lib32-nvidia-libgl, lib32-nvidia-utils, lib32-opengl-driver, lib32-vulkan-driver |
Replaces: | lib32-nvidia-libgl |
Submitter: | jcstryker |
Maintainer: | ventureo |
Last Packager: | ventureo |
Votes: | 32 |
Popularity: | 0.34 |
First Submitted: | 2018-06-23 01:17 (UTC) |
Last Updated: | 2025-05-10 10:24 (UTC) |
Dependencies (8)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-libglvnd
- lib32-zlib
- nvidia-vulkan-utilsAUR
- libglvnd (libglvnd-gitAUR) (make)
- linux (make)
- linux-headers (make)
- lib32-opencl-nvidia (lib32-opencl-nvidia-525xxAUR, lib32-opencl-nvidia-510xxAUR, lib32-opencl-nvidia-470xxAUR, lib32-opencl-nvidia-betaAUR, lib32-opencl-nvidia-550xxAUR, lib32-opencl-nvidia-535xxAUR, lib32-opencl-nvidia-vulkanAUR) (optional)
Required by (16)
- algodoo-wine (requires lib32-nvidia-utils) (optional)
- counter-strike-2d (requires lib32-nvidia-utils) (optional)
- dwarffortress-spacefox (requires lib32-nvidia-utils) (optional)
- lib32-ffmpeg (requires lib32-nvidia-utils) (optional)
- lib32-gst-plugins-bad-git (requires lib32-nvidia-utils) (optional)
- lib32-primus-vk-git (requires lib32-nvidia-utils)
- lib32-sdl2 (requires lib32-vulkan-driver) (make)
- lib32-vulkan-icd-loader-git (requires lib32-vulkan-driver) (optional)
- lutris-world-of-warcraft-dependencies-nvidia (requires lib32-nvidia-utils)
- nfs2se-git (requires lib32-nvidia-utils) (optional)
- portproton (requires lib32-vulkan-driver)
- portwine-meta-nvidia (requires lib32-nvidia-utils)
- prey (requires lib32-nvidia-utils) (optional, x86_64)
- quake4 (requires lib32-nvidia-utils) (optional, x86_64)
- quake4-demo (requires lib32-nvidia-utils) (optional, x86_64)
- umu-launcher-git (requires lib32-vulkan-driver)
Sources (11)
- 0001-Enable-atomic-kernel-modesetting-by-default.patch
- 0002-CFLAGS-Set-std-gnu17-for-all-compilation-flags.patch
- 0003-Add-IBT-support.patch
- nvidia-drm-outputclass.conf
- NVIDIA-Linux-x86_64-570.123.11.run
- nvidia-sleep.conf
- nvidia-vulkan-570.123.11.tar.gz
- nvidia-vulkan-utils.sysusers
- nvidia.rules
- systemd-homed-override.conf
- systemd-suspend-override.conf
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13
pshe94 commented on 2018-07-09 23:58 (UTC)
@jcstryker after 396.24.02-4 update nvidia-settings is missing, and trying to install it from Arch repo returns an error: nvidia-utils and nvidia-vulkan-utils are in conflict.
apathy commented on 2018-07-09 21:58 (UTC)
@jcstryker i was getting the libglvnd conflicts too but the new pkgbuild worked hassle-free. thanks for your efforts
jcstryker commented on 2018-07-09 16:25 (UTC) (edited on 2018-07-09 16:25 (UTC) by jcstryker)
Hello, sorry for the delayed response. I was on holiday.
I have rewritten the package following the suggestion from @NoMore66201 to use the official PKGBUILDs from the arch repos.
This should fix the libglvnd(@NoMore66201) and egl-wayland(@vanyasem) conflicts.
@gablink, I have included the dkms package as well but I have not tested it yet. Let me know if you have any issues.
@DocMAX, try the new PKGBUILD and let me know if you are still having issues. It should now depend on libglvnd and cleanly replace nvidia and nvidia-utils.
@Chais, thanks for the suggestion. I was previously following the nvidia-full-beta PKGBUILD but am now basing it off the official Arch PKGBUILD. Let me know if you have any other corrections or improvements, I appreciate the advice.
NoMore201 commented on 2018-07-09 11:50 (UTC) (edited on 2018-07-09 11:50 (UTC) by NoMore201)
If someone else has troubles with this, just download nvidia,nvidia-utils,lib32-nvidia-utils PKGBUILDs from arch repos. All you need to do is modify sources to point to 396.24.02 drivers, update shasums and pkgver variables and build them.
vanyasem commented on 2018-07-08 11:13 (UTC)
Conflicts with egl-wayland
Chais commented on 2018-07-06 01:12 (UTC)
This
_kernel=$(cat /usr/lib/modules/extramodules-*-ARCH/version)
is not the proper way to determine the kernel version. It necessitates an existing installation of nvidia or nvidia-vulkan to populate that directory. While the target system probably fulfills that assumption, the build system doesn't necessarily. Please use
_kernel=$(uname -r)
instead.
DocMAX commented on 2018-07-05 17:26 (UTC) (edited on 2018-07-05 17:26 (UTC) by DocMAX)
can't install:
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libgl' required by nvidia-vulkan
NoMore201 commented on 2018-07-03 16:17 (UTC)
This package conflicts with libglvnd and provides its libgl package, so that it can't be used with Optimus laptops. Is it intended?
elgabo commented on 2018-07-02 06:52 (UTC)
Hi! Could you do the dkms package too ? (For custom kernels)
« First ‹ Previous 1 .. 8 9 10 11 12 13