[Ubuntu-BR] 2 monitores

Luiz Carcerelli luizcarcerelli em gmail.com
Terça Novembro 8 21:07:21 UTC 2011


Olá,
Tenho umDell Insprion 1525 que uso com dois monitores. Ocorre que troquei
de monitor com meu filho e fiquei com um AOC LCD de 22'. Aparentemente ele
não informa corretamente a resolução ao Xorg (1680X1050) e a teca fica com
1024x768. Dei uma pesquisada e criei o xorg.conf abaixo, salvei-o em
/etc/X11.

Section "Monitor"
    Identifier    "LVSD 1"
    Option        "DPMS"
    HorizSync    30-70
    VertRefresh    50-160
EndSection

Section "Screen"
    Identifier    "Tela 1"
    Monitor        "LVSD 1"
    Device        "Configured Video Device"
    Defaultdepth    24
        SubSection "Display"
            Modes        "1280x800"    "1024x768"    "800x600"
"720x400"    "640x480"
        EndSubSection
EndSection

Section "Monitor"
    Identifier    "VGA 1"
    Option        "DPMS"
    HorizSync    30-70
    VertRefresh    50-160
EndSection

Section "Screen"
    Identifier    "Tela 2"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    Defaultdepth    24
        SubSection "Display"
            Modes        "1680x1050"    "1024x768"    "800x600"
"720x400"    "640x480"
        EndSubSection
EndSection

Não surtiu o menor efeito. Alguma sugestão?

-- 
Luiz Carcerelli
<http://blogdoluizcarcerelli.blogspot.com>http://l3cinformatica.net



More information about the ubuntu-br mailing list