fglrx suporte para ATI FirePro 2460 com 4 cabeças

0

Estou rodando 3.2.0-23-genérico # 36-Ubuntu SMP Ter 10 de abril 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU / Linux com o FirePro 2460. Este é um único GPU com 4 cabeças. Posso fazer com que 3 monitores funcionem bem cada um sendo executado em um nome de exibição do xserver diferente,: 0.0,: 0.1,: 0.2. Quando eu adiciono o quarto monitor, acabo com o seguinte erro no Xorg.0.log

[4.063] (EE) fglrx(3): Display Infrastructure Failed Due to Hardware Limitation
[4.063] (EE) fglrx(3): PreInit failed

Este é o lugar correto para colocar essa questão? Eu anexei o xorg.conf e o Xorg.0.log se alguém puder me indicar uma resposta ou o local correto para fazer a pergunta.

Obrigado Donald Kayser

==========================  xorg.conf =============================================


Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "Screen0" 0 0
            Screen         "Screen1" RightOf "Screen0"
        Screen         "Screen2" RightOf "Screen1"
        Screen         "Screen3" RightOf "Screen2"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "Monitor"
        Identifier   "Monitor-0"
        Option      "DPMS" "true"
EndSection

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

Section "Device"
        Identifier  "Device-1"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Device"
        Identifier  "Device-2"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      2 
EndSection

Section "Device"
        Identifier  "Device-3"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      3
EndSection

Section "Screen"
        Identifier "Default Screen"
DefaultDepth     24
EndSection

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

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

Section "Screen"
        Identifier "Screen2"
        Device     "Device-2"
        Monitor    "Monitor-0"
        DefaultDepth     24
        SubSection "Display"
    Viewport   0 0
    Depth     24
    EndSubSection
EndSection

Section "Screen"
        Identifier "Screen3"
        Device     "Device-3"
        Monitor    "Monitor-0"
        DefaultDepth     24
        SubSection "Display"
            Viewport   0 0
                Depth     24
        EndSubSection  
 EndSection
    
por Donald Kayser 01.06.2012 / 16:14

1 resposta

2

Caso alguém encontre este post, eu tenho uma resposta da AMD.

"Você não pode conectar 4 diferentes monitores DVI. Você deve conectá-los apenas através da Display Port. Todos os monitores Display Port podem compartilhar um único relógio, enquanto cada monitor DVI precisa de seu próprio clock, então o número de possíveis conexões DVI / HDMI é limitado. "

FYI. Consegui que dois pares de monitores idênticos funcionassem. Cada um com sua própria resolução.

    
por Donald Kayser 05.06.2012 / 14:36