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

2xsaiko commented on 2016-06-14 13:19 (UTC) (edited on 2016-06-14 13:21 (UTC) by 2xsaiko)

How would I do that? I'm gonna try this: strace env LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu/amdgpu-pro/ /bin/steam | grep /usr/lib/i386-linux-gnu/amdgpu-pro/libGL.so :D EDIT: nothing shows up. please note I'm running steam with STEAM_RUNTIME=0, maybe that has something to do with it

Corngood commented on 2016-06-14 12:01 (UTC)

@HyperLink That looks exactly like what I get if I don't specify LD_LIBRARY_PATH (so it loads mesa). You should double check that the steam process is actually loading /usr/lib/i386-linux-gnu/amdgpu-pro/libGL.so

Corngood commented on 2016-06-14 11:59 (UTC)

@gfurst - I just had a look for benchmarks and it seems like performance is all over the place, unfortunately: http://www.phoronix.com/scan.php?page=news_item&px=AMDGPUPRO-Linux-4.7-Mesa121 http://www.phoronix.com/scan.php?page=article&item=amdgpu-gtx-1080 You might be better off using catalyst on your GPU. Personally I've been doing vulkan development, so I don't have a choice.

2xsaiko commented on 2016-06-14 11:40 (UTC)

@Corngood Your steam fix works, but my Steam window is distorted. I only have this problem with steam. here is a picture -> http://i.imgur.com/pNTwCR3.jpg

gfurst commented on 2016-06-14 04:35 (UTC)

Hey guys, thanks for providing the package, I'm to say I've successfully installed the driver, using a r7 260X card, with a enabled kernel and etc. Unfortunately it seems that for my card the driver is resulting in a really worse performance than it was with radeon. Though there isn't much of a solid test to compare it to, mainly the games I've tried are Soma and Metro Redux, both of which seems to perform remarkably better in windows. Now it seems that even a mainly 2d game like Prison Architect is slowed down. So anyway, surprisingly there isn't much configuration need, but I'm at a loss for config options, like a xorg.conf or something, any clues? Can one still use amdgpu module using the radeon driver?

Corngood commented on 2016-06-14 01:16 (UTC) (edited on 2016-06-14 01:18 (UTC) by Corngood)

@eddie Great work tracking that down. Thanks. FYI for anyone trying to get steam running: > LD_LIBRARY_PATH=/usr/lib/i386-linux-gnu/amdgpu-pro/ steam Steam does some fiddling with LD_LIBRARY_PATH which overrides ld.conf and ends up loading mesa.

eddie commented on 2016-06-12 03:55 (UTC)

@Corngood The issue @Jhackler is experiencing is something I ran into yesterday when installing these packages. Gnome Shell uses cogl for GL operations while requesting a GL 3.x forward-compatible context. Meanwhile, cogl is prepending shaders with #version 120 in this case, which is equivalent to GLSL 1.20 or GL 2.1. It would seem that other driver vendors are lenient about this, but AMD's GL implementation doesn't like it, so Gnome Shell's shaders fail to compile, hence the black screen @Jhackler sees (while being able to see the mouse and perform actions). I patched cogl locally but there's been a bug in cogl's Bugzilla since last October (last updated in February): https://bugzilla.gnome.org/show_bug.cgi?id=756306 Assuming they remain unable to resolve it, I'll likely just end up switching desktop environments.

Jhackler commented on 2016-06-11 19:40 (UTC)

http://pastebin.com/V1gdSyjz http://pastebin.com/cMvJUerw Second one is the x output Lightdm displays right but once I log in it arranges my displays correctly like gnome does and stays black with the gnome mouse. I can run commands from the gnome without seeing anything :/ (another edit) the amdgpu powerplay I tried running with it turned off since I assume unlike the pure opensource driver it is not needed. however same results.

Jhackler commented on 2016-06-11 18:44 (UTC) (edited on 2016-06-11 19:22 (UTC) by Jhackler)

Ok I will do that here in a moment with the mainline kernel. Sent it in email when I noticed it was not an automated message from aur.