Hi,
This post is related to my old post related to amdgpu-pro driver on Leap15/51.1
I need to install AMD proprietary driver 19.Q2.1 for my WX7100 GPU.
It seems AMD driver is just issued for SLED/SLES15.
Tried to installed on Leap15.1 but did not work.
Asked AMD for support and here is there response:
Please to be informed that there are no available drivers for OpenSUSE leap 15/51 OS to update the drivers for your system.
My question is if SLES15 /51.1 is that different from the opensuse15.1 when it comes to such a driver?
So what part of the pro driver stack is for your requirement, the open source driver AFAIK it pretty close to the proprietary version.
You should be able to just extract the tarball (the script which can be tweaked to allow openSUSE), create a local rpm directory and install the required rpms.
When I select main pro driver it comes with dependency error :
Problem: nothing provides X11_ABI_VIDEODRV = 23.0 needed by xorg-x11-amdgpu-drv-amdgpu-1:18.1.99-812773.x86_64
Solution 1: do not install amdgpu-pro-19.10-812773.x86_64
Solution 2: break xorg-x11-amdgpu-drv-amdgpu-1:18.1.99-812773.x86_64 by ignoring some of its dependencies
even accepting to break for installation does nothing.
If I go for what has been said on AMD instruction page and run :
./amdgpu-pro-install
the result is :
tee: /etc/yum.repos.d/amdgpu-pro-local.repo: No such file or directory
[amdgpu-pro-local]
Name=AMD amdgpu Pro local repository
baseurl=file:///var/opt/amdgpu-pro-local
enabled=1
gpgcheck=0
I don’t know where yum is coming from ?! and if the problem is actually the AMD package
Any help is much appreciated
You can test by using rmmod to remove the open source “amdgpu” and “radeon” modules and then modprobe the “amdgpu-pro” module – Catch-22 is that, at the next reboot the open source modules will be reloaded into the Kernel and, blacklisting them in ‘/etc/modprobe.d/50-blacklist.conf’ doesn’t produce the expected results …
Yes – the Leap 15.1 Kernel has enough amdgpu Backports to support the newest AMD CPUs and GPUs except, for the “Pro” GPUs – AMD claim on their support page for the “Pro” GPUs that, the open source driver doesn’t really support their “Pro” GPUs – they claim that, the amdgpu-pro driver is needed …
Hi
Take a step back for a moment, lets see the output from;
/sbin/lspci -nnk |egrep -A3 "VGA|Display|3D"
AFAIK, it should just show amdgpu, which it should use by default.
I’ll ask again, what is the end game for the driver? What features are you wanting, that are not available from the oss driver? How have you tested that these features are not present in the oss driver?
I have tried on SLE15 sp1 and did not work as well. did try on Redhat 8 and that was not successful as well. So, that’s all AMD issue to update their driver.
I will go for amdgpu oss as you advise