Package Details: opencl-nvidia-vulkan 570.123.07-2

Git Clone URL: https://aur.archlinux.org/nvidia-vulkan.git (read-only, click to copy)
Package Base: nvidia-vulkan
Description: OpenCL implemention for NVIDIA (vulkan developer branch)
Upstream URL: https://developer.nvidia.com/vulkan-driver
Licenses: custom
Conflicts: opencl-nvidia
Provides: opencl-driver, opencl-nvidia
Submitter: jcstryker
Maintainer: ventureo
Last Packager: ventureo
Votes: 32
Popularity: 0.38
First Submitted: 2018-06-23 01:17 (UTC)
Last Updated: 2025-05-02 14:11 (UTC)

Dependencies (5)

Required by (65)

Sources (11)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

damachine commented on 2019-11-26 01:05 (UTC)

modules for 5.4 kernel cant build. thanks

Plexcon commented on 2019-10-14 23:45 (UTC)

==> Starting build () ... cat:/ usr/lib/modules/extramodules-ARCH/version: File or directory does not exist ==> ERROR: There was a failure in build ().      Canceling ...

damentz commented on 2019-10-14 23:37 (UTC)

Same, getting:

==> Starting build()...
cat: /usr/lib/modules/extramodules-ARCH/version: No such file or directory
==> ERROR: A failure occurred in build().

And the code that causes this is:

build() {
    _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
    cd "${_pkg}"/kernel
    make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
}

Looking at where ${_extramodules} comes from, and it's hardcoded here:

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=nvidia-vulkan&id=04944f2f2143#n11

Anyone know what causes ${_extramodules} to (not) update to the running kernel?

damachine commented on 2019-10-14 20:09 (UTC)

hallo update failed with: cat: /usr/lib/modules/extramodules-ARCH/version: No such file or directory

<deleted-account> commented on 2019-06-24 10:56 (UTC)

Fails to load with 5.1.14-arch1-1-ARCH

<deleted-account> commented on 2019-05-25 06:50 (UTC)

For some reason this package causes vulkan-intel icd to never be automatically selected.

jcstryker commented on 2019-05-23 00:20 (UTC)

Posted new version, with patch for building with 5.1+ kernel (thanks tk glitch). Please report any issues.

cj360 commented on 2019-05-16 22:51 (UTC)

Also tried to update to 5.1.x kernel, had to downgrade to re-enable nvidia driver.

damachine commented on 2019-05-15 12:16 (UTC)

not compatible with 5.1.x kernel. install or update fails

loganj commented on 2019-04-20 06:13 (UTC) (edited on 2019-04-20 12:07 (UTC) by loganj)

I'm new to arch so i might be wrong but is there a lib32 vulkan? i couldn't find any libvulkan in lib32

edit: guess i was wrong. i had to install manually lib32-vulkan-icd-loader. although i've never installed vulkan-icd-loader either. oh well d9vk seems to work now