some more info:
jchufar@localhost:~> xrandr -q
Screen 0: minimum 320 x 200, current 5760 x 2160, maximum 16384 x 16384
DisplayPort-0 connected 640x480+0+957 476mm x 268mm
640x480 62.65 + 60.00* 59.94
1920x1080 60.00 50.00 59.94
1280x720 60.00 50.00 59.94
720x576 50.00
720x480 60.00 59.94
HDMI-A-1 connected primary 3840x2160+640+0 800mm x 450mm
3840x2160 30.00*+ 24.00 29.97 23.98
4096x2160 30.00 24.00 29.97 23.98
1920x1200 30.00
1920x1080 60.00 59.94 30.00 24.00 29.97 23.98
1600x1200 30.00
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.90
1280x960 60.00
1360x768 60.02
1280x800 59.91
1152x864 75.00
1280x720 60.00 30.00 59.94 29.97 24.00 23.98
1024x768 75.03 70.07 60.00
800x600 72.19 75.00 60.32
720x480 60.00 59.94
640x480 75.00 72.81 60.00 59.94
720x400 70.08
DVI-D-0 connected 1280x1024+4480+213 376mm x 301mm
1280x1024 60.02*+ 75.02
1280x800 60.02
1152x864 75.00
1280x720 60.02
1024x768 75.03 60.00
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
jchufar@localhost:~> xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x46; cap: 0x0 (); crtcs: 5; outputs: 3; associated providers: 0; name: AMD Radeon RX 460 Graphics @ pci:0000:02:00.0
output DisplayPort-0
output HDMI-A-1
output DVI-D-0
Provider 1: id: 0x9a; cap: 0xf (Source Output, Sink Output, Source Offload, Sink Offload); crtcs: 2; outputs: 2; associated providers: 0; name: ATI Radeon 3000 Graphics @ pci:0000:01:05.0
output 0x98
output 0x99
Missing Monitor Issue)
The HDMI monitor connected to provider 1 is not listed in the xrandr query.
Rotation Issue)
jchufar@localhost:~> xrandr --output DVI-D-0 --rotate left
xrandr: output DVI-D-0 cannot use rotation “left” reflection “none”
The ‘Missing Monitor’ does show on the boot screen - all 4 monitors show the boot screen and the ‘Tumbleweed’ Logo, then when the Login screen displays, the 4th Monitor (Left) disappears (no display).
File: /etc/sysconfig/displaymanager
Possible Values: Xorg or any value
Default Value: Xorg
DISPLAYMANAGER_XSERVER:
Xorg
System Settings - Startup and Shutdown - Login Screen (SDDM)
Already Clicked ‘Apply Plasma Settings’ - no effect.
dmesg > dmesg2.txt
grep vga dmesg2.txt
[ 0.337356] pci 0000:01:05.0: vgaarb: setting as boot VGA device
[ 0.337356] pci 0000:01:05.0: vgaarb: bridge control possible
[ 0.337356] pci 0000:01:05.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.337356] pci 0000:02:00.0: vgaarb: setting as boot VGA device (overriding previous)
[ 0.337356] pci 0000:02:00.0: vgaarb: bridge control possible
[ 0.337356] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.337356] vgaarb: loaded
[ 5.357621] amdgpu 0000:02:00.0: vgaarb: deactivate vga console
[ 13.768351] radeon 0000:01:05.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 13.768362] amdgpu 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Integrated Graphics address: pci 0000:01:05.0
GPU address: pci 0000:02:00.0
jchufar@localhost:~> lspci | grep VGA
01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000]
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X] (rev cf)
jchufar@localhost:~> lsmod | grep amdgpu
amdgpu 11689984 1
iommu_v2 24576 1 amdgpu
drm_buddy 20480 1 amdgpu
gpu_sched 57344 1 amdgpu
drm_ttm_helper 16384 2 amdgpu,radeon
ttm 102400 3 amdgpu,radeon,drm_ttm_helper
video 73728 2 amdgpu,radeon
i2c_algo_bit 20480 2 amdgpu,radeon
drm_display_helper 212992 2 amdgpu,radeon
jchufar@localhost:~> lsmod | grep radeon
radeon 2072576 2
drm_ttm_helper 16384 2 amdgpu,radeon
ttm 102400 3 amdgpu,radeon,drm_ttm_helper
video 73728 2 amdgpu,radeon
i2c_algo_bit 20480 2 amdgpu,radeon
drm_display_helper 212992 2 amdgpu,radeon
Any ideas on how to get the Integrated Graphics monitor to also display in KDE?
It displayed OK, until recent upgrades of Tumbleweed.