Package Details: amdvlk-git 2023.Q4.3.r1.97d5243-1

Git Clone URL: https://aur.archlinux.org/amdvlk-git.git (read-only, click to copy)
Package Base: amdvlk-git
Description: AMD's standalone Vulkan driver
Upstream URL: https://github.com/GPUOpen-Drivers
Licenses: MIT
Conflicts: amdvlk, vulkan-amdvlk
Provides: amdvlk, vulkan-amdvlk, vulkan-driver
Submitter: haagch
Maintainer: marijns
Last Packager: marijns
Votes: 22
Popularity: 0.000000
First Submitted: 2017-12-22 13:02 (UTC)
Last Updated: 2024-01-12 15:42 (UTC)

Required by (49)

Sources (0)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

xDShot commented on 2017-12-28 08:54 (UTC) (edited on 2017-12-28 08:54 (UTC) by xDShot)

prepare()...<br> patching file icd/api/llpc/util/llpcDebug.cpp<br> Hunk #1 FAILED at 113.<br> 1 out of 1 hunk FAILED -- saving rejects to file icd/api/llpc/util/llpcDebug.cpp.rej

laichiaheng commented on 2017-12-27 13:26 (UTC)

This should be in Arch's official repository

lordheavy commented on 2017-12-23 18:07 (UTC)

@Strunkenbold

Fixed

Strunkenbold commented on 2017-12-23 14:28 (UTC)

Looks like you forgot something in prepare... ==> Beginne prepare()... fatal: Konnte '../0001-workaround-remove-invalid-constexpr-modifier.patch' nicht zum Lesen öffnen.: Datei oder Verzeichnis nicht gefunden

Frohes Fest!

haagch commented on 2017-12-23 13:06 (UTC)

@Linkoh Yea, there's some weirdness how they are linking. For some reason it pulls in all symbols from PAL twice and then every single symbol conflicts with itself.

I got it working with the included patch 0001-remove-linking-with-whole-archive.patch which removes lines like target_link_libraries(xgl PRIVATE -Wl,--whole-archive ${PROJECT_BINARY_DIR}/pal/src/libpal.a -Wl,--no-whole-archive)

I have no idea what this is supposed to be doing, but removing those lines makes it compile and work for me.

Linkoh commented on 2017-12-23 11:41 (UTC)

https://pastebin.com/mF9VCfEB I tried installing it but that's what I got while building. Not sure about what to do.

haagch commented on 2017-12-22 22:09 (UTC)

Hmm I did not get notifications for those comments.

Anyway, it's just crudely hacked together at the moment, the patches will surely become unnecessary soon. I haven't yet tested what dependencies it needs, so just try it and you'll see...

It did work without the settings file, but I added it anyway.

libcg commented on 2017-12-22 21:48 (UTC)

https://github.com/GPUOpen-Drivers/AMDVLK/blob/master/README.md#required-settings

/etc/amd/amdPalSettings.cfg needs to contain the line MaxNumCmdStreamsPerSubmit,4 to get the driver working with upstream AMDGPU stack. I can't test right now.

gcarq commented on 2017-12-22 20:57 (UTC) (edited on 2017-12-22 20:58 (UTC) by gcarq)

Thanks for maintaining this. Please add dri2proto as dependency