VGA-Ausgang bei Linpus unter Acer Aspite One 150L

afrikanos

Neuer Benutzer
Hallo,

habe folgendes Problem: Ich habe einen 37" Toshiba LCD und einen Aspire One 150L mit Linpux. Per VGA-Verbindung fängt der Toshiba an zu flackern (zwischen blauem und schwarzem Bild)und ich bekomme kein Bild vom Acer zu sehen. Als Anzeigeeinstellungen gibt es nur die Auswahl 1024x600@60 (ohne eine VGA-Verbindung). Wenn ich an meinem Aspire One an meinen PC-Bildschirm Samsung TFT per VGA anschließe, erweitert sich die Auswahl unter Anzeigeneinstellungen um 1024x768@60; 1024x768@70 und 1024x768@75. Wähle ich als Ausgabe 1024x768@75 und stecke den VGA-Anschluss an den Toshiba, dann springt der Toshiba auf XGA-Mode um und ich erhalte ein Bild. Bei einem Neustart des Aspire One gehen leider die Einstellungen verloren.

Wo genau und wie muss ich meine xorg.conf Datei anpassen, damit der VGA Ausgang Standart auf 1024x768@75 eingestellt wird? Muss ich wo anders auch iergend welche Einstzellungen vornehmen? Oder gibt es eine andere Möglichkeit?

PHP:
# Xorg configuration created by system-config-display 
Section "ServerFlags" 
    Option "DontZap" "yes" 
    Option "DontVTSwitch" "yes" 
EndSection 

Section "ServerLayout" 
    Identifier     "Default Layout" 
    Screen      0  "Screen0" 0 0 
    InputDevice    "Mouse0" "CorePointer" 
    InputDevice    "Synaptics Mouse" "AlwaysCore" 
    InputDevice    "Keyboard0" "CoreKeyboard" 
EndSection 

Section "InputDevice" 
    Identifier  "Keyboard0" 
    Driver      "kbd" 
    Option        "XkbModel" "pc105" 
        Option      "XkbLayout" "de,us(euro),gb" 
        Option      "XkbOptions" "grp:alt_shift_toggle" 
EndSection 

Section "InputDevice" 
    Identifier "Synaptics Mouse" 
        Driver     "synaptics" 
        Option     "Device" "/dev/psaux" 
        Option     "Protocol" "auto-dev" 
    Option       "LeftEdge"  "1700" 
      Option    "RightEdge"     "5300" 
      Option    "TopEdge"       "1700" 
      Option    "BottomEdge"    "4200" 
      Option    "FingerLow"    "25" 
      Option    "FingerHigh"    "30" 
      Option    "MaxTapTime"    "180" 
      Option    "MaxTapMove"    "220" 
      Option    "VertScrollDelta" "100" 
      Option    "MinSpeed"    "0.09" 
      Option    "MaxSpeed"    "0.18" 
      Option    "AccelFactor"    "0.0015" 
      Option    "SHMConfig"    "on" 
EndSection 

Section "InputDevice" 
    Identifier  "Mouse0" 
    Driver      "mouse" 
    Option        "Protocol" "IMPS/2" 
    Option        "Device" "/dev/input/mice" 
    Option        "ZAxisMapping" "4 5" 
    Option        "Emulate3Buttons" "no" 
EndSection 

Section "Monitor" 
    Identifier  "Monitor0" 
    Modeline  "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +V 
Sync 
#    Option    "Above"    "Monitor1" 
EndSection 

Section "Device" 
    Identifier  "Videocard0" 
    Driver      "intel" 
#    Option      "monitor-LVDS" "Monitor0" 
#    Option        "monitor-VGA" "Monitor1" 
    Option        "Clone" "true" 
    Option    "MonitorLayout"    "LVDS,VGA" 
    BusID    "PCI:0:2:0" 
#    Screen    0 
EndSection 

Section "Screen" 
    Identifier "Screen0" 
    Device     "Videocard0" 
    Monitor        "Monitor0" 
    DefaultDepth     24 
    SubSection "Display" 
        Viewport   0 0 
        Depth     24 
        Modes    "1024x600" "800x600" "640x480" 
        Virtual    1024 768 
    EndSubSection 
EndSection

Gruss Afrikanos
 
Oben