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.49
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 .. 4 5 6 7 8 9 10 11 12 13 14 Next › Last »

jcstryker commented on 2018-11-28 22:58 (UTC) (edited on 2018-11-28 22:59 (UTC) by jcstryker)

PSA: Unity Games under DXVK using driver 415.18.02 are reportedly crashing with the error message "GetThreadContext failed". If this is an issue for you, I recommend staying on the old version until a patch is released. You can access the previous version using the following commands:

git clone https://aur.archlinux.org/nvidia-vulkan.git
cd ./nvidia-vulkan
git reset ac92350fd8540d75a6d6a49373529a31ffcfd77f --hard

jcstryker commented on 2018-11-28 22:35 (UTC)

@everyone The driver is updated to the new branch. This includes a lot of PKGBUILD changes, please report any issues or missing features.

@ChrizVR You need to install either the regular or dkms version, not both. Try using an AUR helper like 'yay' or use makepkg without the -i flag.

Scindix commented on 2018-11-28 15:49 (UTC)

@ChrizVR Could you post the output of "pacman -Qsq nvidia"?

ChrizVR commented on 2018-11-26 16:05 (UTC)

i get the following error:

looking for conflicting packages... error: unresolvable package conflicts detected error: failed to prepare transaction (conflicting dependencies) :: nvidia-vulkan and nvidia-vulkan-dkms are in conflict ==> WARNING: Failed to install built package(s).

anyone know why?

jfernandz commented on 2018-11-15 12:17 (UTC) (edited on 2018-11-26 13:10 (UTC) by jfernandz)

Yes, right now is fixed and working pretty fine. Thank you @jcstryker

Sorry, @Nocifer, I was confusing with the real maintainer, hehe.

mozo commented on 2018-11-15 08:16 (UTC)

Work like a charm. Thank you :)

jcstryker commented on 2018-11-14 21:40 (UTC)

@Nocifer Thanks for your help! I am going to include Tk-Glitch's patch for kernel 4.19 [0]. His patch is very similar to the two that you provided. Hopefully we get a new vulkan release based on the 410 branch soon.

@wyre Please try the new version. I am running the DKMS version without trouble so far, let me know if you run into issues.

[0] https://github.com/Tk-Glitch/PKGBUILDS/blob/master/nvidia-dev-all/kernel-4.19.patch

jetba commented on 2018-11-14 17:02 (UTC)

@Nocifer Thank you for the patches. I also had success with them on 4.19 kernel, and so far everything is working perfectly.

Nocifer commented on 2018-11-14 15:25 (UTC)

@wyre what do you mean? Of course I applied the patches, that's how I managed to build the package, I just didn't provide the modified PKGBUILD and the two patch files because I wanted to wait for a response from @jcstryker first.

Also, what kind of error does your pacman return? In my case everything built smoothly and all the modules installed correctly, in fact right now I'm booted in a 4.19 system with the nvidia-vulkan modules active. The only problem is that these API changes aren't compatible with the LTS kernel (which I keep installed as a backup), but that's a minor thing. Could it be that you also have the LTS kernel installed, and these errors are produced by it?

jfernandz commented on 2018-11-14 14:04 (UTC) (edited on 2018-11-14 14:35 (UTC) by jfernandz)

lib32-opencl-nvidia-vulkan and lib32-opencl-nvidia-390xx should are in conflict. They are not.

And ... despite of your driver can be compiled and built with those patches ... pacman returns a fail when dkms try to install the module in 4.19 kernel, after the package have been installed. So ... sure, we must wait until nvidia decides merge this features in the main branch.