[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

i810switch funktioniert, xrandr 1.2 nicht (i830M)



Hallo,

ich versuche mit xrandr --output LVDS --left-of VGA mein Vaio Laptop-Display 
links neben einem externen TFT-Monitor laufen zu lassen (unter debian lenny, 
xserver-xorg-video-intel 2.1.0-2 (auch probiert mit xserver-xorg-video-intel 
2.1.1-1 aus experimental). 
Ergebnis ist, dass TFT-Monitor ein Bild anzeigt, Laptop nicht. Irgendetwas 
passiert aber, denn es flackert 
kurz und das Schwarz ist etwas anders, ich würde sagen, so wie wenn das 
Laptop ganz aus ist.

Über i810switch kann ich aber den Laptop-Monitor wieder einschalten, erhalten 
aber nur ein clone des TFT - left-of funktioniert also nicht. 

Bei google habe ich keine mir verständlichen Infos über den unterschiedlichen 
Ansatz von xrandr und i810switch gefunden. 

xrandr -q ergibt: 
VGA connected 1024x768+0+0 (normal left inverted right) 304mm x 228mm
   1024x768       60.0*+   75.1     70.1     60.0*
   800x600        72.2     75.0     60.3     56.2
   640x480        75.0     72.8     60.0
   720x400        70.1
   640x350        70.1
LVDS connected (normal left inverted right)
   1024x768       60.0 +
   1280x800       60.0
   1280x768       60.0
   800x600        60.3
   640x480        59.9

Auszug aus xorg.conf

Section "Device"
           Identifier "intel"
           Driver     "intel"
           Option       "Cachelines" "3582"
           Option       "monitor-VGA"   "VGA"
           Option       "monitor-LVDS"  "LVDS"
Option "backingstore" "true"
Option "TripleBuffer" "true"
EndSection

Section "Monitor"
        Identifier      "VGA"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "LVDS"
        Option  "DPMS" "on"
        Option  "PreferredMode" "1024x768"
        DisplaySize 270 203
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "intel"
        Monitor         "LVDS"
        Monitor         "VGA"
        DefaultDepth    16
        SubSection "Display"
        Virtual 2048 2048
                Depth           16
        EndSubSection
        SubSection "Display"
                Depth           24
        Virtual 2048 2048
        EndSubSection
EndSection

Gruß
Ben

Reply to: