quarta-feira, 14 de março de 2012

Problema com resolução de vídeo no Debian Lenny


Abaixo o arquivo de configuração /etc/X11/xorg.conf

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen"
EndSection

Section "InputDevice"
        Identifier     "Generic Keyboard"
        Driver         "kbd"
        Option         "XkbRules" "xorg"
        Option         "XkbModel" "abnt2"
        Option         "XkbLayout" "br"
        Option         "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
        Identifier     "Configured Mouse"
        Driver         "vboxmouse"
        Option         "CorePointer"
EndSection

Section "Device"
        Identifier     "Configured Video Device"
        Driver         "vboxvideo"
EndSection

Section "Monitor"
        Identifier     "Configured Monitor"
        Option         "DPMS"
EndSection

Section "Screen"
        Identifier     "Default Screen"
        Monitor        "Configured Monitor"
        Device         "Configured Video Device"
        DefaultDepth   24
        SubSection     "Display"
               Depth   24
               Modes   "1024x768" "800x600"
        EndSubSection
EndSection

A Sessão "Screen" vc configura a resolução da forma que melhor ajudar ao seu monitor!