Package Details: lib32-amdgpu-pro-oglp 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 OpenGL 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-libgl
Submitter: LEW21
Maintainer: Ashark (mesmer)
Last Packager: mesmer
Votes: 124
Popularity: 0.81
First Submitted: 2016-03-28 22:44 (UTC)
Last Updated: 2024-07-02 19:24 (UTC)

Dependencies (1)

Required by (70)

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 .. 48 49 50 51 52 53 54 55 56 57 58 59 Next › Last »

ivan.kolmychek commented on 2016-07-02 16:08 (UTC) (edited on 2016-07-02 16:13 (UTC) by ivan.kolmychek)

@Corngood just found out the 'extra/wget' is not installed by default, but 'core/curl' is. I was kind of surprised too, but still - can we use the curl instead? This is a minor change but it may work more reliably as curl is installed out-of-the-box with regular arch installation, while wget is still needed to be installed manually. (Update, just in case: no, it's not a problem for me, I've installed the wget right away this time when I found that it was missing on that system, so it's more like a tiny suggestion for minor improvement :))

Corngood commented on 2016-07-02 01:16 (UTC)

@dedxi - Glad to hear it's working, but you shouldn't need LD_PRELOAD unless there's a conflicting libGL.so. Could you try `pacman -Qo /usr/lib32/libGL.so` (assuming it exists)? Also could you verify that you have amdgpu-pro 16.30.3.306809-3? It's the first one which declares a conflict with other libgl packages.

dedxi commented on 2016-07-02 00:59 (UTC)

Works for me as well without dkms. Steam gave me a "libGL error: unable to load driver: radeonsi_dri.so" after installing, but works now with the "LD_PRELOAD='...'" workaround recommended in the wiki. Even wine games seem to be running well. Thanks Corngood.

Tower commented on 2016-07-01 15:58 (UTC)

Seems to be running well for me, didn't bother with the dkms package either. Steam is behaving too, really awesome.

Corngood commented on 2016-06-30 10:54 (UTC)

@Uranai - I suggest not even installing the dkms package. I think it only works with ancient kernels. I'm thinking of just removing it from the PKGBUILD.

Uranai commented on 2016-06-30 09:06 (UTC)

I finally tried to install this package but it gives me an error when DKMS tries to build the module Kernel preparation unnecessary for this kernel. Skipping... Running the pre_build script: grep: /boot/System.map-4.6.3-1-ARCH: No such file or directory Building module: cleaning build area... make KERNELRELEASE=4.6.3-1-ARCH -C /usr/lib/modules/4.6.3-1-ARCH/build M=/var/lib/dkms/amdgpu-pro-16.30.3/306809/build....(bad exit status: 2) Error! Bad return status for module build on kernel: 4.6.3-1-ARCH (x86_64) Consult /var/lib/dkms/amdgpu-pro-16.30.3/306809/build/make.log for more information. http://pastebin.com/TLULvcmy

Corngood commented on 2016-06-30 04:16 (UTC)

Updated to 16.30.3 - Interdependencies are now to the exact version. Take care when updating, but from now on it shouldn't allow you to mix versions. - Now provides/conflicts libgl and lib32-libgl. This will prompt removal of e.g. mesa libgl. Steam now works without any hacks. Let me know how it goes.

Corngood commented on 2016-06-16 17:49 (UTC)

@nirei Vulkan 'works' for me on a R9 290 (HAWAII), which is CIK, but I've only tried a few sdk samples and my own stuff which is still very primitive. Agreed about the provides/conflicts. That's definitely on my TODO list, but I've been too busy to do it this week. Personally I think it should at least symlink the libs into /usr/lib and /usr/lib32 (if not just install them there) instead of messing with ld.conf. Then it would make sense to provide and conflict with "libgl". Still, why is your mesa getting removed? I currently have it installed along side amdgpu-pro and it's just superseded via ld.conf.

nirei commented on 2016-06-16 17:07 (UTC)

@Corngood The updated package works for me. X works fine and OpenGL/OpenCL do their job. Vulkan runs into a floating point exception when initializing depth buffers. (This also happens on Ubuntu with the amdgpu-pro userspace and kernel driver). Does Vulkan work for somebody on a CIK GPU? (I have a Kabini "AMD Radeon HD 7700 Series", aka "Radeon HD 8330") I think it would be really nice to add "provides" and "conflicts" information to the packages. Right now pacman pulls mesa-libgl on every update (and then i remove it again) because it doesnt know that libgl is provided by the amdgpu-pro package...

2xsaiko commented on 2016-06-15 11:45 (UTC) (edited on 2016-06-15 14:25 (UTC) by 2xsaiko)

@Corngood I just noticed I did not have lib32-amdgpu-pro-* installed. Massive derp :D EDIT: Yep, it works now. Thanks for the tip!