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

Dependencies (2)

Required by (745)

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

1 2 3 4 5 6 .. 59 Next › Last »

erickwill commented on 2024-11-20 20:16 (UTC)

@mesmer Thanks fella! Appreciated!

mesmer commented on 2024-11-20 15:36 (UTC) (edited on 2024-11-20 20:23 (UTC) by mesmer)

First sorry about the delay in response. I'll test if this new versions works with the current firmware and i'll update today if so.

This is the principal reason of not updating to be fair.

About 6.2.4 if its not have the folder in there its not product ready, amd is very strange in the ways of release

erickwill commented on 2024-11-20 15:27 (UTC)

Is the repo_folder_ver 6.2.4 the last version or is 6.2.3? I couldn't find amf-amdgpu-pro folder inside of /amdgpu/6.2.4/ubuntu/pool/proprietary/a/. Seems that only 6.2.3 has this folder/files. Any thoughts?

saghm commented on 2024-11-14 16:39 (UTC)

Tried to recompile from source to update it, but failed to build.

Anyone got to compile properly?

From taking a look at the Ubuntu repos that are used for extracting the binaries, there seems to be a newer version located under the 6.2.3 branch1. I'm not sure exactly why 6.1.3 is being used in the PKGBUILD currently though, so there might be a good reason for not updating to use this branch.

That being said, I was able to get the new version packaged and installed with these changes to the PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index c351d1b..cda4dab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
 # Autogenerated from AMD's Packages file
 # with https://github.com/Ashark/archlinux-amdgpu-pro/blob/master/gen-PKGBUILD.py

-major=24.10
-major_short=24.10
-minor=1787253
+major=24.20
+major_short=24.20
+minor=2044449
 ubuntu_ver=22.04
-repo_folder_ver=6.1.3
+repo_folder_ver=6.2.3

 pkgbase=amdgpu-pro-installer
 pkgname=(
@@ -27,7 +27,7 @@ groups=('Radeon_Software_for_Linux')

 source=(progl::https://raw.githubusercontent.com/Ashark/archlinux-amdgpu-pro/master/progl
    progl.bash-completion::https://raw.githubusercontent.com/Ashark/archlinux-amdgpu-pro/master/progl.bash-completion
-   https://repo.radeon.com/amdgpu/${repo_folder_ver}/ubuntu/pool/proprietary/a/amf-amdgpu-pro/amf-amdgpu-pro_1.4.34-${minor}.${ubuntu_ver}_amd64.deb
+   https://repo.radeon.com/amdgpu/${repo_folder_ver}/ubuntu/pool/proprietary/a/amf-amdgpu-pro/amf-amdgpu-pro_1.4.35-${minor}.${ubuntu_ver}_amd64.deb
    https://repo.radeon.com/amdgpu/${repo_folder_ver}/ubuntu/pool/proprietary/liba/libamdenc-amdgpu-pro/libamdenc-amdgpu-pro_1.0-${minor}.${ubuntu_ver}_amd64.deb
    https://repo.radeon.com/amdgpu/${repo_folder_ver}/ubuntu/pool/proprietary/o/oglp-amdgpu-pro/libegl1-amdgpu-pro-oglp_${major_short}-${minor}.${ubuntu_ver}_i386.deb
    https://repo.radeon.com/amdgpu/${repo_folder_ver}/ubuntu/pool/proprietary/o/oglp-amdgpu-pro/libegl1-amdgpu-pro-oglp_${major_short}-${minor}.${ubuntu_ver}_amd64.deb
@@ -106,7 +106,7 @@ package_amf-amdgpu-pro () {
                 "amdgpu-dkms-firmware: Warning unspecified optdep description"
                 "amdgpu-dkms: Warning unspecified optdep description")

-    extract_deb "${srcdir}"/amf-amdgpu-pro_1.4.34-${minor}.${ubuntu_ver}_amd64.deb
+    extract_deb "${srcdir}"/amf-amdgpu-pro_1.4.35-${minor}.${ubuntu_ver}_amd64.deb
     extract_deb "${srcdir}"/libamdenc-amdgpu-pro_1.0-${minor}.${ubuntu_ver}_amd64.deb
     move_libdir "opt/amdgpu-pro/lib/x86_64-linux-gnu" "usr/lib"
     move_copyright

erickwill commented on 2024-11-12 17:55 (UTC)

Flagged Out Of Date AUR Packages: amdgpu-pro-oglp amf-amdgpu-pro lib32-amdgpu-pro-oglp lib32-vulkan-amdgpu-pro vulkan-amdgpu-pro

Tried to recompile from source to update it, but failed to build.

Anyone got to compile properly?

Thanks

chronos2006 commented on 2024-10-02 10:52 (UTC) (edited on 2024-10-02 10:57 (UTC) by chronos2006)

vulkan-amdgpu-pro and lib32-vulkan-amdgpu-pro. Displays an error message when the application is launched Pamac.

pamac-manager Gdk-Message: 17:46:32.175: Error flushing display:Broken pipe.

pamac-manager GDK_BACKEND=x11 Gdk-Message: 17:47:02.055: Error 71 (Protocol error) dispatching to Wayland display.

Switched to open driver for now vulkan-radeon и lib32-vulkan-radeon KDE Plasma 6.1.5-1

mesmer commented on 2024-09-20 15:24 (UTC)

Its a optional dep, it should work fine for major of cases, but some roc function should fail wihout

But to answer, idk, its a automatic opt dep added by the transformation from deb to the arch, its marked as a dependency in the original deb itself

RushingAlien commented on 2024-09-20 14:28 (UTC)

Can someone explain to me why rocm-opencl-runtime is an opt dependency? Seems to work fine without it.

mesmer commented on 2024-06-29 03:14 (UTC)

its because its not a git version, i gonna update this weekend

Eirikr commented on 2024-06-28 14:45 (UTC)

Hello - the newest version is 24.10.3 released 6/19/2024 but it seems the PKGBUILD for the AUR is not auto-updating.