O monitor externo não é exibido corretamente no GMA500

2
Asus "T91mt" (resolution 1024x600).
External monitor 17" VGA 1280x1024.
Ubuntu 12.04.1.
GMA500.

Eu resolvi um problema comum de resolução de gma500, mas não consigo conectar o monitor externo corretamente.
A imagem do monitor externo é mostrada em 75% de campo.
Quero dizer, eu posso ver uma imagem inteira da área de trabalho em 75%, mas outros 25% são de cor preta ou pluma (console).

Informações adicionais:

  • xrandr não vê a segunda tela (somente padrão).
  • Eu modifiquei o arquivo grub para a memória de otimização e resolução (1024x600) tanto na wiki-Poulsbo como não ajudou.
  • Meu novo xorg.conf é:
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
    Load  "extmod"
    Load  "dbe"
    Load  "dri"
    Load  "glx"
    Load  "record"
    Load  "dri2"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection
Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz",
        ### : "%"
        ### [arg]: arg optional
        #Option     "ShadowFB"              # []
        #Option     "Rotate"                # 
        #Option     "fbdev"                 # 
        #Option     "debug"                 # []
    Identifier  "Card0"
    Driver      "fbdev"
    BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, : float, : "True"/"False",
        ### : "String", : " Hz/kHz/MHz",
        ### : "%"
        ### [arg]: arg optional
        #Option     "ShadowFB"              # []
        #Option     "DefaultRefresh"        # []
        #Option     "ModeSetClearScreen"    # []
    Identifier  "Card1"
    Driver      "vesa"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection


    
por Nwbie 27.08.2012 / 18:17

1 resposta

2

RESOLVIDO! Este problema foi resolvido pela versão do kernel de mudança para 3.4!

    
por Nwbie 04.09.2012 / 13:39