Package Details: nvidia-vulkan-utils 535.43.09-1

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.000407
First Submitted: 2018-06-23 01:17 (UTC)
Last Updated: 2023-09-05 03:22 (UTC)

Dependencies (10)

Required by (276)

Sources (4)

Latest Comments

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

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. :(

sburt commented on 2020-06-25 20:57 (UTC)

I'm trying to compile this with Manjaro but I'm getting Errors.

make[1]: *** [Makefile:1530: _module_/home/sburt/.cache/yay/nvidia-vulkan/src/NVIDIA-Linux-x86_64-440.66.17/kernel] Error 2
make[1]: Leaving directory '/usr/lib/modules/4.19.129-1-surface-lts/build'
make: *** [Makefile:81: modules] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Error making: nvidia-vulkan (nvidia-vulkan-utils nvidia-vulkan-dkms)

Any suggestions on modifications I should be making?

Leeo97one commented on 2020-06-20 00:28 (UTC)

The .SRCINFO is not up to date.

Grimish commented on 2020-06-13 00:10 (UTC) (edited on 2020-06-14 15:15 (UTC) by Grimish)

Functioned until today on 5.7.2-2.

Getting ‘set_memory_array_uc’. Appears to very much be the kernel.

EDIT & Clipped!

Had more time to review posts and after reading mistertux post it works as stated. To simplify, Add the patch to the PKGBUILD. There is already a 5.6 patch so follow that and its simple to do. Here is a summary: Add 3 lines to the PKGBUILD file.

Under 'Source' ADD: 'kernel-5.7.patch::https://gitlab.com/snippets/1965550/raw'

Under 'sha512sum' ADD:'a010fc217ace313350aca05e3225c328ca98d5ce636d3742fc7a9e353e9af8d9cdd5424bee6dadbe57c8c0cb58f1f204129bf8ac25848256053cae31c286b8cd'

Under 'prepare' ADD: patch -p1 -i '../kernel-5.7.patch'

Compiled packages and packages installed fine! Thanks all

mistertux commented on 2020-06-08 21:55 (UTC)

This can be installed on the 5.7 kernels with the patch on gitlab, Download the snapshot, add the kernel-5.7.patch, and update the PKGBUILD, build and reinstall. This worked just fine for me. Thanks for supplying everyone with this package. The patch can be found here https://gitlab.com/snippets/1965550 and also https://forums.developer.nvidia.com/t/nvidia-440-82-kernel-5-7-patch/125815 Cheers

rtentser commented on 2020-06-05 11:48 (UTC) (edited on 2020-06-05 11:49 (UTC) by rtentser)

Can't build after upgrading to some testing packages. Probably, kernel's fault (5.7).

Why does the nvidia-vulkan-dkms package conflict with nvidia and not with nvidia-dkms?

Yes, why? nvidia-dkms blocks the installation.

Leeo97one commented on 2020-04-26 13:23 (UTC) (edited on 2020-04-26 13:24 (UTC) by Leeo97one)

Why does the nvidia-vulkan-dkms package conflict with nvidia and not with nvidia-dkms?

caffe1neadd1ct commented on 2020-04-25 18:50 (UTC)

Freezing while using PRIME Sync and vsync enabled caused by alt-tabbing out of a window has now been fixed: https://forums.developer.nvidia.com/t/hangs-freezes-when-vulkan-v-sync-vk-present-mode-fifo-khr-is-enabled/67751/24