Package Details: lib32-vulkan-amdgpu-pro 24.10_1787253-1

Git Clone URL: https://aur.archlinux.org/amdgpu-pro-installer.git (read-only, click to copy)
Package Base: amdgpu-pro-installer
Description: AMDGPU Pro Vulkan driver (32-bit)
Upstream URL: https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-22-40
Licenses: custom: AMDGPU-PRO EULA
Groups: Radeon_Software_for_Linux
Provides: lib32-vulkan-driver
Submitter: LEW21
Maintainer: Ashark (mesmer)
Last Packager: mesmer
Votes: 125
Popularity: 1.14
First Submitted: 2016-03-28 22:44 (UTC)
Last Updated: 2024-07-02 19:24 (UTC)

Dependencies (4)

Required by (3)

Sources (18)

Pinned Comments

mesmer commented on 2022-12-23 04:31 (UTC) (edited on 2023-05-28 19:28 (UTC) by mesmer)

IF PROBLEM HAPPEN

this package is our try to put amdgpu in ARCH, but this could break or have problems as amd update and change their packages for ubuntu

if anything happens you can always download a older tag in https://github.com/Ashark/archlinux-amdgpu-pro/releases and get the PKGBUILD there, and use makepkg with that build while we update or try to fix :)

ALWAYS USE LINUX-FIRMWARE-GIT IF LATEST DRIVER FAIL BEFORE ISSUE SOME ERROR

https://aur.archlinux.org/packages/linux-firmware-git

Ashark commented on 2019-12-09 20:52 (UTC) (edited on 2022-12-06 08:45 (UTC) by Ashark)

PKGBUILD generator is located here: https://github.com/Ashark/archlinux-amdgpu-pro

AMDGPU PRO wiki page: https://wiki.archlinux.org/index.php/AMDGPU_PRO

New versions will appear here: https://repo.radeon.com/amdgpu/.

Latest Comments

« First ‹ Previous 1 .. 29 30 31 32 33 34 35 36 37 38 39 .. 59 Next › Last »

Renfield commented on 2017-11-02 11:07 (UTC)

There should not be a problem installing the libraries in /opt/amdgpu-pro/lib/x86_64-linux-gnu/, because it is listed in /etc/ld.so.conf.d/amdgpu-pro.conf. Despite this, I do see a problem with qdirstat being unable to compile, not finding libGL. I think, though, that this conversation should probably be moved to a GitHub issue against archlinuxcn, as we are not talking about this specific package.

riddicc commented on 2017-11-02 06:38 (UTC)

@heavysink: all the libraries were in /opt/amdgpu-pro/lib, but my box expected them in /usr/lib/... and usr/lib/xorg/modules/... maybe i forgot to install something?

laichiaheng commented on 2017-11-01 07:21 (UTC)

17.40

heavysink commented on 2017-10-31 18:00 (UTC)

@riddicc: which symlinks? I might have to change something in the PKGBUILD file on archlinuxcn.

riddicc commented on 2017-10-25 12:40 (UTC)

@heavysink: thx for that amdgpu-pro-17.40 package on repo.archlinuxcn.org... it supports OpenGL quite good... but: it is slower than 17.30 on Ubuntu 16: 29fps instead of 35fps. it is unable to switch to 2560x1080@60 (just like amdgpu), but amdgpu-pro 17.30 on Ubuntu can do it. somehow i had to add manually some symlinks from /opt to /usr/lib... or is it just my box? :)

heavysink commented on 2017-10-14 19:04 (UTC)

I have included amdgpu-pro 17.30 in ArchlinuxCN repository. It is compatible with my 4.13.6 kernel and xorg 1.19.5. (I am using lightdm and cinnamon) 1. The libgbm provided by mesa is incompatible with amdgpu-pro so I have to package mesa without libgbm (mesa-noglvnd-nogbm). 2. The libglamor shipped with amdgpu-pro is causing problems for Xorg, so I removed it from the package and used the glamor libraries shipped with xorg-server instead. 3. I didn't install amdgpu-pro-dkms (which will fail to build on 4.13.6 and taint the LTS-4.9.56 kernel). 4. I didn't modify the mkinitcpio.conf. 5. I have added a x11 config file (which includes Device and Screen0) in the package to make the driver happy. It turns out to work very well for me. To add the repo: [archlinuxcn] Server = http://repo.archlinuxcn.org/$arch As the packages are signed, archlinuxcn-keyring package must be installed before installing the driver.

nmset commented on 2017-10-13 20:01 (UTC) (edited on 2017-10-13 20:01 (UTC) by nmset)

@ vS0uz4 Not ffmpeg, but ffmpeg2.8 (a vlc requirement).

vS0uz4 commented on 2017-10-13 18:30 (UTC)

@nmset Briefly, I have to downgrade ffmpeg and maybe xorg. I will do the tests and give feedback

nmset commented on 2017-10-13 15:48 (UTC) (edited on 2017-10-13 15:51 (UTC) by nmset)

@vS0uz4 You could downgrade ffmpeg2.8 to 2.8.12-4. ffmpeg2.8 2.8.13-1 crashes X on my laptop (Kaveri + Topaz) and my desktop (RX 480) too. Moreover, xorg 1.19.4-1 fails on my desktop but runs on my laptop. xorg 1.19.3-3 works on my desktop. So there's hardware and software compatibility issues.