Tenho um notebook com a placa de vídeo Intel GL960, quando uso o
aplicativo "Resolução de Tela", tem a opção de estender a área, mas as
barras do gnome vão pro segundo monitor, teria como inverter os
monitores? 
# Criado por Carlos A. Nazareth
Section "Extensions"
        Option  "Composite"     "Enable"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        SubSection "Display"
#               Modes           "1280x800" "1024x768" "800x600"
                Modes           "1024x768"
                Virtual 2640 800
        EndSubSection
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          "mouse"
EndSection

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

Responder a