I have an HP Pavilion g6 Notebook PC with an AMD A8-4500M APU with Radeon™ HD Graphics. LSHW shows a Radeon HD 7640G graphics card. I also have an Acer X233H monitor that I would like to use to extend my desktop. If I boot my system in Windows 10, both monitors are recognized and work, and I can arrange them normally, so I am comfortable that I do not have a hardware problem. Unfortunately, I have not been able to get this to work in Opensuse Leap 15.0.
If I plug in the Acer monitor into the VGA connection under Opensuse, my laptop screen goes blank, and the Acer displays what appears to be a normal desktop. If I try to open an application, however, I can see it slide from the task bar off to the left side of the monitor screen where it disappears and cannot be accessed. Because of this, I cannot run diagnostics with both monitors connected.
Without the second monitor, I get the following output from lshw:
[FONT=DejaVu Sans, sans-serif]linux-anzn:~ # lshw -c video
*-display
description: VGA compatible controller
product: Trinity [Radeon HD 7640G]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 1
bus info: pci@0000:00:01.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:36 memory:e0000000-efffffff ioport:3000(size=256) memory:f0300000-
f033ffff memory:c0000-dffff[/FONT]
which seems to show I am using the radeon driver.
I would like to try amdgpu, but have not been able to properly configure my system to use it. I have reviewed a large number of posts on this subject and tried many of them without success.
I’ve tried the following to install amdgpu
[FONT=DejaVu Sans, sans-serif]linux-anzn:~ # zypper install xf86-video-amdgpu kernel-firmware
Loading repository data…
Reading installed packages…
‘kernel-firmware’ is already installed.
No update candidate for ‘kernel-firmware-20190118-lp150.2.12.1.noarch’. The highest available version is already installed.
‘xf86-video-amdgpu’ is already installed.
No update candidate for ‘xf86-video-amdgpu-18.0.1-lp150.1.1.x86_64’. The highest available version is already installed.
Resolving package dependencies…
Nothing to do.[/FONT]
so I believe this driver is already installed. I put these items in my Yast Boot Loader Kernel Parameters: amdgpu.si_support=1 radeon.si_support=0 amdgpu.cki_support=1 radeon.cki_support=0. When I reboot, I still show the radeon driver as listed above.
I am hoping someone can guide me through resolving this issue. Thanks in advance.