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

Dual Screen mit Intel-Graphik unter Sid



Hallo Gurus,

wie bekommt man Dual Screen mit Laptop und VGA-Monitor hin?

Mit "xrandr --output VGA1 --auto --right-of LVDS1" habe ich 1280x1024 auf dem VGA-Monitor, vlc bzw. xine zeigen aber nur schwarze Fenster an, dabei keine Fehlermeldung.

Mit 1024x768 auf dem VGA ist der Schirm komplett schwarz, obwohl xrandr diesen Modus anbietet und beim Umschalten keine Fehlermeldung ausspuckt.

Mit einer statischen xorg.conf funktionieren vlc und xine, es geht aber kein Xv:


Xorg.20.log:(==) intel(0): Intel XvMC decoder disabled
Xorg.20.log:(WW) intel(0): Disabling Xv because no adaptors could be initialized

Kann man das hinbekommen? Unter Lenny gehen beide Varianten.

Grüße
Klaus

Graphik:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)


xorg.conf:

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"EmulateWheel"		"true"
	Option		"EmulateWheelButton"	"2"
	Option		"EmulateWheelTimeout"	"300"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Option          "monitor-VGA1"  "vga"
        Option          "monitor-LVDS1" "lvds"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "glx"
        Load  "record"
        Load  "extmod"
        Load  "xtrap"
        Load  "dbe"
        Load  "dri"
EndSection

Section "Monitor"
	Identifier	"lvds"
EndSection

Section "Monitor"
	Identifier	"vga"
	Option "PreferredMode"  "1280x1024"
	Option "RightOf"  "lvds"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"lvds"
	SubSection "Display"
		Virtual	2304 1024
	EndSubSection
EndSection


Reply to: