**NOTE** January 2022 - Changes to Gstreamer and Pipewire packages from PackmanPlease read the following thread about the current changes
-
AMDGPU-PRO install not working
I'm trying to install AMDGPU-PRO for an Radeon 570 with 2 monitors. I try to follow: https://en.opensuse.org/SDB:AMDGPU-PRO
I get the following error:
Code:
Loading repository data...
Reading installed packages...
Resolving package dependencies...
2 Problems:
Problem: nothing provides X11_ABI_VIDEODRV = 23.0 needed by xorg-x11-amdgpu-drv-amdgpu-1:18.1.99-785424.x86_64
Problem: nothing provides X11_ABI_VIDEODRV = 23.0 needed by xorg-x11-amdgpu-drv-amdgpu-1:18.1.99-785424.x86_64
Problem: nothing provides X11_ABI_VIDEODRV = 23.0 needed by xorg-x11-amdgpu-drv-amdgpu-1:18.1.99-785424.x86_64
Solution 1: do not install amdgpu-19.10-785424.x86_64
Solution 2: break xorg-x11-amdgpu-drv-amdgpu-1:18.1.99-785424.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or skip, retry or cancel [1/2/s/r/c] (c):
AMDGPU works but only with one monitor and the 2nd does not show in the settings > hardware > display and monitors
Thanks
-
Re: AMDGPU-PRO install not working
The amdgpu DDX works for me with an older Radeon:
Code:
> xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x53; cap: 0xf (Source Output, Sink Output, Source Offload, Sink Offload); crtcs: 2; outputs: 2; associated providers: 0; name: AMD Radeon HD 8500 Series @ pci:0000:01:00.0
output DisplayPort-0
output DVI-I-0
> inxi -GSxxx
System: Host: big31 Kernel: 5.0.5-1-default x86_64 bits: 64 compiler: gcc v: 8.3.1 Desktop: KDE 3.5.10
tk: Qt 3.3.8c info: kicker wm: kwin dm: startx Distro: openSUSE Tumbleweed 20190403
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 OEM] vendor: Dell
driver: amdgpu v: kernel bus ID: 01:00.0 chip ID: 1002:6611
Display: tty server: X.Org 1.20.4 driver: amdgpu unloaded: fbdev,modesetting,vesa alternate: ati
resolution: 2560x1440~60Hz, 1920x1200~60Hz
OpenGL: renderer: AMD Radeon HD 8500 Series (OLAND DRM 3.27.0 5.0.5-1-default LLVM 7.0.1)
v: 4.5 Mesa 19.0.1 direct render: Yes
> xrandr
Screen 0: minimum 320 x 200, current 2560 x 2640, maximum 16384 x 16384
DisplayPort-0 connected primary 2560x1440+0+1200 (normal left inverted right x axis y axis) 598mm x 336mm
2560x1440 59.95*+ 74.92
1920x1440 75.00
1856x1392 75.00
1920x1080 74.91 60.00 50.00 59.94
...
DVI-I-0 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 519mm x 324mm
1920x1200 59.95*+
1680x1050 59.88
It should work just as well for a Radeon 570.
What is your output from the above three commands I executed?
Please run:
Code:
susepaste -n elfroggio -e 10080 /var/log/Xorg.0.log
Reg. Linux User 211409 *** multibooting since 1992
Primary: 15.3, TW, 15.1 & 13.1 on Haswell @earthlink.net
Secondary: eComStation (OS/2) &15.2 on i965P/Radeon
Tertiary: Debian, Fedora, Mageia, more on Rocket Lake & older Intel, AMD, NVidia....
-
Re: AMDGPU-PRO install not working
Code:
susepaste -n elfroggio -e 10080 /var/log/Xorg.0.log
Pasted as:
http://susepaste.org/63456011
http://paste.opensuse.org/63456011
Link is also in your clipboard.
and
Code:
inxi -G
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] driver: amdgpu
v: kernel
Display: x11 server: X.org 1.20.4 driver: amdgpu FAILED: ati unloaded: fbdev,modesetting,radeon,vesa
resolution: <xdpyinfo missing> <<<<<<<<< ?????????????? don't know why
OpenGL: renderer: Radeon RX 570 Series (POLARIS10 DRM 3.27.0 5.0.10-1-default LLVM 7.0.1) v: 4.5 Mesa 19.0.3
-
Re: AMDGPU-PRO install not working
 Originally Posted by elfroggio
resolution: <xdpyinfo missing> <<<<<<<<< ?????????????? don't know why
xdpyinfo is a small standalone package that may not be installed if you originally did a custom installation. Most patterns include it. To acquire complete inxi output you might also need to install Mesa-demo-x and xrandr if xdpyinfo is missing.
Reg. Linux User 211409 *** multibooting since 1992
Primary: 15.3, TW, 15.1 & 13.1 on Haswell @earthlink.net
Secondary: eComStation (OS/2) &15.2 on i965P/Radeon
Tertiary: Debian, Fedora, Mageia, more on Rocket Lake & older Intel, AMD, NVidia....
-
Re: AMDGPU-PRO install not working
Looks like the problem is that AMDGPU doesn't load: amdgpu: FAILED
Code:
inxi -G
Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] driver: amdgpu
v: kernel
Display: x11 server: X.org 1.20.4 driver: amdgpu FAILED: ati unloaded: fbdev,modesetting,radeon,vesa
resolution: <xdpyinfo missing>
OpenGL: renderer: Radeon RX 570 Series (POLARIS10 DRM 3.27.0 5.0.10-1-default LLVM 7.0.1) v: 4.5 Mesa 19.0.3
I still have the same thing when I add
Code:
amdgpu.si_support=1 amdgpu.cik_support=1
to grub, through: yast > boot loader
Thanks
-
Re: AMDGPU-PRO install not working
 Originally Posted by elfroggio
Code:
inxi -G
Graphics:
Device-1: Advanced Micro Devices [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
driver: amdgpu
v: kernel
Display: x11
server: X.org 1.20.4
driver: amdgpu
FAILED: ati
unloaded: fbdev,modesetting,radeon,vesa
resolution: <xdpyinfo missing>
OpenGL: renderer: Radeon RX 570 Series (POLARIS10 DRM 3.27.0 5.0.10-1-default LLVM 7.0.1) v: 4.5 Mesa 19.0.3
Above is how it is to be read. The ATI driver is what failed, which is fine for any AMD GPU as new as yours. You can only use one DDX at a time. Your Xorg.0.log reports AMDGPU in use. I don't see anything in the log to indicate you are having any X-related trouble.
Reg. Linux User 211409 *** multibooting since 1992
Primary: 15.3, TW, 15.1 & 13.1 on Haswell @earthlink.net
Secondary: eComStation (OS/2) &15.2 on i965P/Radeon
Tertiary: Debian, Fedora, Mageia, more on Rocket Lake & older Intel, AMD, NVidia....
-
Re: AMDGPU-PRO install not working
 Originally Posted by elfroggio
Code:
amdgpu.si_support=1 amdgpu.cik_support=1
What made you decide either of these were necessary? SI is for hardware made 6-7 years ago (Southern Islands; GCN 1.0). CIK is for the following generation (Sea Islands; GCN 1.1), much older than yours (detail omitted, because you keep leaving off xx from inxi). Last I heard, both options should be obsolete in TW kernels.
Reg. Linux User 211409 *** multibooting since 1992
Primary: 15.3, TW, 15.1 & 13.1 on Haswell @earthlink.net
Secondary: eComStation (OS/2) &15.2 on i965P/Radeon
Tertiary: Debian, Fedora, Mageia, more on Rocket Lake & older Intel, AMD, NVidia....
-
Re: AMDGPU-PRO install not working
 Originally Posted by mrmazda
What made you decide either of these were necessary? SI is for hardware made 6-7 years ago (Southern Islands; GCN 1.0). CIK is for the following generation (Sea Islands; GCN 1.1), much older than yours (detail omitted, because you keep leaving off xx from inxi). Last I heard, both options should be obsolete in TW kernels.
- I don't really know what I'm doing
- I googled and these were the suggestions I found, so I tried and it made no difference
Thanks
-
Re: AMDGPU-PRO install not working
The other thing, I forgot to mention except for the fresh install (done on Friday night), I disabled (not installed apparmor), if not it was the regular default install from Tumbleweed.
Thanks
-
Re: AMDGPU-PRO install not working
 Originally Posted by elfroggio
The other thing, I forgot to mention except for the fresh install (done on Friday night), I disabled (not installed apparmor), if not it was the regular default install from Tumbleweed.
Thanks
Hi
I would suggest rolling back to the default kernel amdgpu driver and see why the second monitor doesn't show...
Perhaps some more information on your hardware, monitors (how are they being connected), xrandr output as well when both are connected...
What desktop environment, are you running Xorg, wayland or other?
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SUSE SLE, openSUSE Leap/Tumbleweed (x86_64) | GNOME DE
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below... Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|