Package Details: lib32-opencl-nvidia-vulkan 595.44.08-1

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

Required by (10)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 Next › Last »

jfernandz commented on 2018-11-14 13:33 (UTC)

@Nocifer why did you not modify the PKGBUILD to apply this patchs in prepare()?

Nocifer commented on 2018-11-14 12:23 (UTC) (edited on 2018-11-14 12:32 (UTC) by Nocifer)

Alright, I looked it up a bit more and it seems it is indeed a change in the API. Also, apparently the 396.54.09 branch will no longer be supported by Nvidia for kernel 4.19 and above, which presumably means they aim to merge it with the main 410 branch at some point in the near future. When exactly, I obviously couldn't say.

In the meantime, the package can be built with just a couple of minor changes.

https://pastecode.xyz/view/0b9f007e

https://pastecode.xyz/view/a7406bb4

Nocifer commented on 2018-11-13 21:38 (UTC) (edited on 2018-11-13 21:40 (UTC) by Nocifer)

Getting the following build error with kernel 4.19:

 ../src/NVIDIA-Linux-x86_64-396.54.09/kernel/nvidia-drm/nvidia-drm-encoder.c:219:11: error: implicit declaration of function ‘drm_mode_connector_attach_encoder’; did you mean ‘drm_connector_attach_encoder’? [-Werror=implicit-function-declaration]
 ret = drm_mode_connector_attach_encoder(connector, encoder);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       drm_connector_attach_encoder

Changing it as suggested produces further, similar errors:

     drm_mode_connector_update_edid_property(
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     drm_connector_update_edid_property

Could this indicate a recent change in the KMS API..?

Also, some quick googling got me this:

https://devtalk.nvidia.com/default/topic/1043938/nvidia-geforce-4xx-series-drivers-segfault-with-kernel-4-19-x/

mozo commented on 2018-11-13 19:06 (UTC)

Hello, please update it to linux-headers<4.19.1. Thank you.

Kuchiriel commented on 2018-10-31 05:13 (UTC)

cat: /usr/lib/modules/extramodules-ARCH/version: Arquivo ou diretório inexistente

SilverMight commented on 2018-10-29 20:05 (UTC)

@jcstryker

Nevermind, after checking dmesg I realized I needed to run mkinitcpio. Thanks

jcstryker commented on 2018-10-29 19:28 (UTC)

@SilverMight

I currently run the DKMS version with the stock kernel. Any error messages when you run dmesg?

SilverMight commented on 2018-10-29 19:25 (UTC)

Can't seem to get this to boot using the DKMS package on stock and zen kernel

silelmot commented on 2018-10-27 15:33 (UTC) (edited on 2018-10-27 15:37 (UTC) by silelmot)

@krompus i managed to get steam running after installing the lib32-drivers (and opencl , but dont know if you need this) and than did a restart

jcstryker commented on 2018-10-16 03:00 (UTC)

@chimaera I'm glad you were able to resolve it, arch recently fiddled with the naming of their extramodules directory, but it should be stable now with new kernel releases. Using makepkg -i wont work because this split package includes the dkms version as well, you need to build it then install manually or use an aur helper.

@krompus I'm not sure that your issue with steam is related to the driver update. Make sure you have all the dependencies and try searching for the error that steam gives you if you launch it from the command line.