[Updated] Multi Monitor setup broken after CentOS 7.5 upgrade - [AMD/ATI] display unclaimed

General support questions
Post Reply
linuxnewb
Posts: 52
Joined: 2015/03/10 08:48:41

[Updated] Multi Monitor setup broken after CentOS 7.5 upgrade - [AMD/ATI] display unclaimed

Post by linuxnewb » 2018/05/14 05:21:33

My system has a three monitor setup:

1. Monitor 1 connected to the onboard i915 chip
2. Monitor 2 & 3 connected to a Radeon RX 560 GPU

This configuration worked until I upgraded CentOS to the 3.10.0-862.2.3.el7.x86_64 kernel.

After the kernel upgrade only Monitor 1 (attached to the onboard i915 controller) is working. Monitor 2 & 3 aren't receiving a signal.

The output of lshw shows the Radeon display as -display UNCLAIMED.

Code: Select all

     $ sudo lshw -c video                        
      *-display                 
           description: VGA compatible controller
           product: Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
           vendor: Intel Corporation
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 09
           width: 64 bits
           clock: 33MHz
           capabilities: msi pm vga_controller bus_master cap_list rom
           configuration: driver=i915 latency=0
           resources: irq:38 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)
      *-display UNCLAIMED
           description: VGA compatible controller
           product: Baffin [Radeon RX 550 640SP / RX 560]
           vendor: Advanced Micro Devices, Inc. [AMD/ATI]
           physical id: 0
           bus info: pci@0000:02:00.0
           version: cf
           width: 64 bits
           clock: 33MHz
           capabilities: pm pciexpress msi vga_controller cap_list
           configuration: latency=0
           resources: memory:e0000000-efffffff memory:f0000000-f01fffff ioport:e000(size=256) memory:f7b00000-f7b3ffff memory:f7b40000-f7b5ffff
lspci | grep VGA shows both the onboard GPU and the Radeon:

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 550 640SP / RX 560] (rev cf)

lsmod | grep radeon returned nothing so I created a /etc/modules-load.d/radeon.conf file to load the module at boot. The output of lsmod is now:

Code: Select all

    i2c_algo_bit           13413  3 i915,amdgpu,radeon
    drm_kms_helper        176920  3 i915,amdgpu,radeon
    ttm                    99555  2 amdgpu,radeon
    drm                   397988  9 ttm,i915,drm_kms_helper,amdgpu,radeon
    i2c_core               63151  8 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,amdgpu,radeon,videodev
But the problem persists.

xrandr output:

Code: Select all

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 598mm x 337mm
   1920x1080     60.00*+  50.00    59.94  
   1680x1050     59.88  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1440x900      59.90  
   1280x800      59.91  
   1152x864      75.00  
   1280x720      60.00    50.00    59.94  
   1024x768      75.03    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32    56.25  
   720x576       50.00  
   720x480       60.00    59.94  
   640x480       75.00    72.81    66.67    60.00    59.94  
   720x400       70.08  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
Information for driver problems.

Code: Select all

== BEGIN uname -rmi ==
3.10.0-862.2.3.el7.x86_64 x86_64 x86_64
== END   uname -rmi ==

== BEGIN rpm -qa \*-release\* ==
rsawaroha-release-1-1.noarch
nodesource-release-el7-1.noarch
adobe-release-x86_64-1.0-1.noarch
nux-dextop-release-0-5.el7.nux.noarch
psychotic-release-1.0.0-1.el7.psychotic.noarch
epel-release-7-11.noarch
ius-release-1.0-15.ius.centos7.noarch
elrepo-release-7.0-3.el7.elrepo.noarch
rpmforge-release-0.5.3-1.el7.rf.x86_64
centos-release-7-5.1804.el7.centos.x86_64
== END   rpm -qa \*-release\* ==

== BEGIN cat /etc/redhat-release ==
CentOS Linux release 7.5.1804 (Core) 
== END   cat /etc/redhat-release ==

== BEGIN getenforce ==
Enforcing
== END   getenforce ==

== BEGIN free -m ==
              total        used        free      shared  buff/cache   available
Mem:          15571        5922        6552         496        3096        8750
Swap:          6047           0        6047
== END   free -m ==

== BEGIN rpm -qa kernel\* | sort ==
kernel-3.10.0-693.11.1.el7.x86_64
kernel-3.10.0-693.11.6.el7.x86_64
kernel-3.10.0-693.17.1.el7.x86_64
kernel-3.10.0-693.21.1.el7.x86_64
kernel-3.10.0-862.2.3.el7.x86_64
kernel-devel-3.10.0-693.11.1.el7.x86_64
kernel-devel-3.10.0-693.11.6.el7.x86_64
kernel-devel-3.10.0-693.17.1.el7.x86_64
kernel-devel-3.10.0-693.21.1.el7.x86_64
kernel-devel-3.10.0-862.2.3.el7.x86_64
kernel-headers-3.10.0-862.2.3.el7.x86_64
kernel-tools-3.10.0-862.2.3.el7.x86_64
kernel-tools-libs-3.10.0-862.2.3.el7.x86_64
== END   rpm -qa kernel\* | sort ==

== BEGIN lspci -nn ==
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller [8086:0150] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0162] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:19.0 Ethernet controller [0200]: Intel Corporation 82579V Gigabit Network Connection [8086:1503] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.4 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 [8086:1e18] (rev c4)
00:1c.6 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 [8086:1e1c] (rev c4)
00:1c.7 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 [8086:1e1e] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation Z77 Express Chipset LPC Controller [8086:1e44] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e02] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller [8086:1e22] (rev 04)
01:00.0 Network controller [0280]: Qualcomm Atheros AR93xx Wireless Network Adapter [168c:0030] (rev 01)
02:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 550 640SP / RX 560] [1002:67ff] (rev cf)
02:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:aae0]
03:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller [1b21:1042]
04:00.0 SATA controller [0106]: ASMedia Technology Inc. ASM1062 Serial ATA Controller [1b21:0612] (rev 01)
05:00.0 SATA controller [0106]: ASMedia Technology Inc. ASM1062 Serial ATA Controller [1b21:0612] (rev 01)
== END   lspci -nn ==

== BEGIN lsusb ==
Bus 002 Device 005: ID 1b1c:1b3e Corsair 
Bus 002 Device 004: ID 1b1c:1b33 Corsair 
Bus 002 Device 003: ID 04f9:025a Brother Industries, Ltd MFC-J410
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:0825 Logitech, Inc. Webcam C270
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
== END   lsusb ==

== BEGIN rpm -qa kmod\* kmdl\* ==
kmod-libs-20-21.el7.x86_64
kmod-20-21.el7.x86_64
== END   rpm -qa kmod\* kmdl\* ==

Thanks for any help.
Last edited by linuxnewb on 2018/05/15 12:28:00, edited 1 time in total.

linuxnewb
Posts: 52
Joined: 2015/03/10 08:48:41

Re: [Updated] CentOS 7.5 upgrade broke dual monitor setup - [AMD/ATI] display unclaimed

Post by linuxnewb » 2018/05/15 10:43:16

I've updated the above post for clarity and to explain what I've since tried.

Post Reply