Search Criteria
Package Details: nvidia-vulkan-utils 535.43.09-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 |
Upstream URL: | https://developer.nvidia.com/vulkan-driver |
Licenses: | custom |
Conflicts: | nvidia-libgl, nvidia-settings, nvidia-utils |
Provides: | nvidia-libgl, nvidia-settings, nvidia-utils, opengl-driver, vulkan-driver |
Replaces: | nvidia-libgl |
Submitter: | jcstryker |
Maintainer: | jcstryker |
Last Packager: | jcstryker |
Votes: | 31 |
Popularity: | 0.000008 |
First Submitted: | 2018-06-23 01:17 (UTC) |
Last Updated: | 2023-09-05 03:22 (UTC) |
Dependencies (10)
- egl-wayland (egl-wayland-gitAUR)
- libglvnd (libglvnd-gitAUR)
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR)
- libglvnd (libglvnd-gitAUR) (make)
- linux (make)
- linux-headers (make)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – nvidia-settings (GTK+ v2)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (optional) – nvidia-settings (GTK+ v3)
- opencl-nvidia-vulkanAUR (optional) – OpenCL support
- xorg-server-devel (xorg-server-devel-gitAUR) (optional) – nvidia-xconfig
Required by (303)
- adaptivecpp (requires nvidia-utils)
- adaptivecpp-git (requires nvidia-utils)
- agisoft-metashape (requires nvidia-utils) (optional)
- agisoft-metashape-pro (requires nvidia-utils) (optional)
- airshipper (requires vulkan-driver) (optional)
- alchemy-viewer-git (requires nvidia-utils) (optional)
- alchemy-viewer-git (requires nvidia-libgl) (optional)
- aquamarine-git (requires opengl-driver)
- ares-emu (requires vulkan-driver)
- ares-emu-avx-git (requires vulkan-driver)
- ares-emu-git (requires vulkan-driver)
- armorpaint (requires opengl-driver)
- arrayfire-git (requires nvidia-utils) (optional)
- aurorafw-git (requires opengl-driver)
- autokey-git (requires nvidia-utils) (optional)
- blackmagic-raw-sdk (requires nvidia-utils) (optional)
- btop-git (requires nvidia-utils) (optional)
- btop-gpu-git (requires nvidia-utils) (optional)
- ccdc-mercury (requires opengl-driver)
- ccminer (requires nvidia-utils)
- Show 283 more...
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13
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