You are not logged in.
Hi, currently i have AMD Radeon PRO W5500 gpu and now i dont know what drivers i need as there are open source and PRO.
What is difference between these two?
My main goal is to drive monitors and use gimp, mpv, maybe try LLM`s
Thank You.
Last edited by Efka (2025-07-07 15:05:36)
IBM Lenovo ThinkPad T61 ; Lenovo ThinkPad X220; Lenovo ThinkPad T440p; Lenovo Thinkpad W520; Lenovo Thinkpad P71; ThinkPad X1 Yoga Gen1; FrankenPad T25
Asus Z10PE D-16 WS; 2x Intel Xeon E-5 2690V4; 256GB ECC; nVidia Titan V CEO; Intel Core Ultra 7 265K Gigabyte Z890M Gaming X Klevv 7200Mhz 32GB
Offline
you need no drivers, as they are integrated into the kernel and mesa. You only need to install vulkan drivers if you want to use vulkan (vulkan-radeon and lib32-vulkan-radeon)
The "proprietary" drivers AMD delivers are only aimed at enterprise distributions that don't update kernel and mesa major versions for years and AMD recently announced that they kill the proprietary parts in those, too and go full open source.
Last edited by BS86 (2025-06-21 07:15:05)
Offline
https://wiki.archlinux.org/title/AMDGPU … components for more details
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Sorted. Thank You all for help!
IBM Lenovo ThinkPad T61 ; Lenovo ThinkPad X220; Lenovo ThinkPad T440p; Lenovo Thinkpad W520; Lenovo Thinkpad P71; ThinkPad X1 Yoga Gen1; FrankenPad T25
Asus Z10PE D-16 WS; 2x Intel Xeon E-5 2690V4; 256GB ECC; nVidia Titan V CEO; Intel Core Ultra 7 265K Gigabyte Z890M Gaming X Klevv 7200Mhz 32GB
Offline
Upto now I heard that any operating system like Linux or windows needs drivers to be installed.
Even now we must install realtek firmware and other software for the proper functioning of realtek rt8192 in Linux.
But you are saying that there's no need to install drivers or software related to amdgpu.
I think that rocm which is the runtime for AMD GPUs must be installed for the safety of PC hardware. Am I thinking false.
Open cl runtime is provided by others like pocl, mesa etc., but rocm is safe I think so.
Offline
Define "driver" - obviously it's not "firmware".
You need the driver to talk to the HW and the firmware because otherwise the HW would not work.
Next to that there're random GL libraries and https://wiki.archlinux.org/title/GPGPU#ROCm is actually a GPGPU library - and most certainly does not "be installed for the safety of PC hardware".
Offline
Hi I want to know the following concepts.
1) opencl
2) opengl
3) vaapi
4) opencv
5) openmp
6) vulkan
Etc.,.
I think that all of these are related to CPU and GPU.
Which is the best book to know about them.
Offline
Have you tried to just check wikipedia (or the arch wiki) what any of that is?
Books about any of this will typically not cover that, but how to use it.
Offline