Package Details: nvidia-vulkan-open-dkms 595.44.11-1

Git Clone URL: https://aur.archlinux.org/nvidia-vulkan.git (read-only, click to copy)
Package Base: nvidia-vulkan
Description: NVIDIA open kernel modules - module sources (vulkan developer branch)
Upstream URL: https://developer.nvidia.com/vulkan-driver
Licenses: MIT AND GPL-2.0-only
Conflicts: NVIDIA-MODULE, nvidia-open
Provides: NVIDIA-MODULE, nvidia-open, nvidia-vulkan-dkms
Replaces: nvidia-vulkan-dkms
Submitter: jcstryker
Maintainer: ventureo
Last Packager: ventureo
Votes: 34
Popularity: 1.02
First Submitted: 2018-06-23 01:17 (UTC)
Last Updated: 2026-07-07 07:18 (UTC)

Dependencies (1)

Required by (12)

Sources (7)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »

tycho commented on 2021-10-19 10:42 (UTC)

It looks like 470.62.05 broke prime graphics offload. If you compare the output of something like "prime-run vulkaninfo" between 470.62.02 and 470.62.05 on a system with integrated AMD and discrete NVIDIA graphics, you'll find that in the newer driver the NVIDIA GPU is enumerated as the second GPU, so no Vulkan apps will use it. I have not found a workaround for this issue.

Rodancoci commented on 2021-05-08 08:40 (UTC)

5.12 patch works great! Thank you!

neomax commented on 2021-05-07 12:12 (UTC)

It looks like drm_gem_dumb_destroy might have been renamed to drm_mode_destroy

Build fail on 5.12.1-arch1-1

Rodancoci commented on 2021-05-07 01:50 (UTC)

Hi, it seems this package is not working with kernel 5.12. Maybe a patch is needed?

damachine commented on 2021-02-17 03:07 (UTC)

hello build with new 5.11 Kernel fails because "modules not found" mkinitcpio.

Estebanium commented on 2020-08-18 20:04 (UTC) (edited on 2020-08-18 20:04 (UTC) by Estebanium)

@mr4ffe: You need to issue two commands:

sudo ln -s /usr/lib/modules/X.X.XX-X-MANJARO/build/ /usr/src/linux
sudo echo $(uname -r) | sudo tee /usr/src/linux/version

Have a look at your modules folder to get the right versioning. This workaround is also described one page before here. Tested on Manjaro

mr4ffe commented on 2020-08-17 14:14 (UTC) (edited on 2020-08-17 14:24 (UTC) by mr4ffe)

When installing I get:

==> Starting build()...
make[1]: *** /usr/src/linux: No such file or directory.  Stop.
make: *** [Makefile:81: modules] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

and this command:

sudo echo $(uname -r) | sudo tee /usr/src/linux/version

returns:

tee: /usr/src/linux/version: No such file or directory
5.4.57-1-MANJARO

Only solution I could find searching around the web was a this comment on Reddit but it's for Gentoo and not Manjaro. :(