You are not logged in.

#1 2014-10-04 16:39:58

Meiryousa
Member
Registered: 2012-08-30
Posts: 17

Configuring 6 Monitors

On a fresh install of ArchLinux trying to configure my displays. Basically, 3 monitors are running as clones at the moment. The other three are clones of each other too but they are not really accessible or usable. But I can see the wallpaper. Here is a bit more information:

lspci|grep VGA:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290]
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290]

xrandr|grep DFP:

DFP1 disconnected (normal left inverted right x axis y axis)
DFP2 disconnected (normal left inverted right x axis y axis)
DFP3 disconnected (normal left inverted right x axis y axis)
DFP4 disconnected (normal left inverted right x axis y axis)
DFP5 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
DFP6 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm
DFP7 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm

xorg.conf:

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
        Screen         "aticonfig-Screen[1]-0" RightOf "aticonfig-Screen[0]-0"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
        Option      "Xinerama" "off"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[1]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[1]-0"
        Driver      "fglrx"
        BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[1]-0"
        Device     "aticonfig-Device[1]-0"
        Monitor    "aticonfig-Monitor[1]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

My cards can support up to 8 monitors, but I only have 6 connected. xrandr shows 7 displays... Leaving my confused because it's neither 6 or 8... I don't know how to make them connected so I can configure them. I did manage to get 3 of the monitors working properly together albeit laggy using KDE's display settings... but those settings also displayed these other 3 monitors as disconnected and unconfigurable.

Offline

#2 2014-10-05 11:31:19

Xyne
Forum Fellow
Registered: 2008-08-03
Posts: 6,965
Website

Re: Configuring 6 Monitors

moved to Kernel & Hardware


My Arch Linux StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#3 2015-06-26 04:46:45

jebaum
Member
Registered: 2013-05-11
Posts: 3

Re: Configuring 6 Monitors

Did you ever resolve this? I'm attempting to put together a similar setup and would like to know if 2 AMD 290's can support 6-8 monitors

Offline

Board footer

Powered by FluxBB