Xubuntu не распознает вторую идентичную видеокарту ATI

У меня есть 2 видеокарты ATI и 4 идентичных ЖК-дисплея Samsung (2xDVI на каждой карте, перекрестного огня нет, хотя мост подключен), и я надеюсь настроить их следующим образом.

3 LCDs

В настоящее время ЖК-дисплей 1 и 2 работают, однако 3 и 4 не распознаются. У меня двойная загрузка Windows 7 и все 4 ЖК-дисплея работают нормально, поэтому я думаю, что это исключает любую неверную конфигурацию BIOS. Я не уверен, что драйверы fglrx регистрируются для второй карты.

Card is detected by CCC Not detected by Software Sources

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 6800 Series
OpenGL version string: 4.2.11903 Compatibility Profile Context

$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Barts XT [Radeon HD 6800 Series]
02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Barts XT [Radeon HD 6800 Series]

$ grep 'Output.*connected' /var/log/Xorg.0.log
[     5.160] (II) RADEON(0): Output DisplayPort-0 disconnected
[     5.160] (II) RADEON(0): Output HDMI-0 disconnected
[     5.160] (II) RADEON(0): Output DVI-0 connected
[     5.160] (II) RADEON(0): Output DVI-1 connected


$ cat /etc/X11/xorg.conf
# --------------------------------
# CARD1 --------------------------
# --------------------------------

# DEVICES -----------------------
Section "Device"
    Identifier  "Card1"
    Driver      "fglrx"
    Option      "Monitor-DFP6" "Left"
    Option      "Monitor-DFP7" "Center"
    BusID       "PCI:1:0:0"
EndSection

# MONITORS -----------------------
Section "Monitor"
    Identifier   "Left"
    Option      "VendorName" "Samsung"
    Option      "ModelName" "BX2450"
    Option      "DPMS" "true"
    Option      "PreferredMode" "1920x1080"
    Option      "TargetRefresh" "60"
    #Option     "Position" "0 0"
    Option      "Rotate" "normal"
    Option      "Disable" "false"
EndSection

Section "Monitor"
    Identifier   "Center"
    Option      "VendorName" "Samsung"
    Option      "ModelName" "BX2450"
    Option      "DPMS" "true"
    Option      "PreferredMode" "1920x1080"
    Option      "TargetRefresh" "60"
    #Option     "Position" "1920 0"
    Option      "Rotate" "normal"
    Option      "Disable" "false"
EndSection

# SCREENS -----------------------
Section "Screen"
    Identifier "ScreenLeft"
    Device     "Card1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Virtual   1920 1080
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "ScreenCenter"
    Device     "Card1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Virtual   1920 1080
        Depth     24
    EndSubSection
EndSection

# --------------------------------
# CARD2 --------------------------
# --------------------------------

# DEVICES -----------------------
Section "Device"
    Identifier  "Card2"
    Driver      "fglrx"
    Option      "Monitor-DFP6" "Right"
    Option      "Monitor-DFP7" "Top"
    BusID       "PCI:2:0:0"
EndSection

# MONITORS -----------------------
Section "Monitor"
    Identifier   "Right"
    Option      "VendorName" "Samsung"
    Option      "ModelName" "BX2450"
    Option      "DPMS" "true"
    Option      "PreferredMode" "1920x1080"
    Option      "TargetRefresh" "60"
    #Option     "Position" "3840 0"
    Option      "Rotate" "normal"
    Option      "Disable" "false"
EndSection

Section "Monitor"
    Identifier   "Top"
    Option      "VendorName" "Samsung"
    Option      "ModelName" "BX2450"
    Option      "DPMS" "true"
    Option      "PreferredMode" "1920x1080"
    Option      "TargetRefresh" "60"
    #Option     "Position" "1920 1080"
    Option      "Rotate" "normal"
    Option      "Disable" "false"
EndSection

# SCREENS -----------------------
Section "Screen"
    Identifier "ScreenRight"
    Device     "Card2"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Virtual   1920 1080
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "ScreenTop"
    Device     "Card2"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Virtual   1920 1080
        Depth     24
    EndSubSection
EndSection

# --------------------------------
# SERVER -------------------------
# --------------------------------
Section "ServerLayout"
    Identifier     "myLayout"
    Screen      "ScreenLeft" 0 0
    Screen      "ScreenCenter" 1920 0
    Screen      "ScreenRight" 3840 0
    Screen      "ScreenTop" 1920 1080
EndSection

Section "ServerFlags"
    #Option     "Xinerama" "on"
EndSection
2
задан 16 March 2013 в 12:24

0 ответов

Другие вопросы по тегам:

Похожие вопросы: