2008/6/17 Junior Polegato - Linux <[EMAIL PROTECTED]>:

>
>      Deve declarar na seção "Device" os monitores ligados no note e suas
> configurações separadas pela opção "Screen". Faço isso com nVidia, com ATI
> nunca usei, mas é uma variação do módulo da placa de vídeo e suas versões.
> Vai precisar pesquisar um pouco sobre o assunto


Junior, através da sua informação eu consegui fazer uma configuração
semelhante para a minha placa ATI e funcionou perfeitamente, veja:


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

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

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

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

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

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

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



> []'s
>           Junior Polegato
>
>
[ ]'s

-- 
Daniel Zaminhani

Responder a