[CentOS-de] Xinerama auf aktuellem HP dc5700 mit Intel 82Q963/Q965

Christoph Maser cmr at financial.com
Fre Nov 16 16:15:07 UTC 2007


Servus Liste

ich hab im Büro einen neuen PC von HP mit einem Intel 82Q963/Q965
onboard. Ausgeführt ist nur ein VGA Anschluss. Dazu hab ich noch eine
Karte von HP reingesteckt die zusätzlich einen DVI-Port ausführt, Typ
DY674A:
http://h18000.www1.hp.com/products/quickspecs/12008_na/12008_na.HTML.

Nun habe ich also einen PC mit einem VGA- und einem DVI-Ausgang, wie
geschaffen für 2-Monitor-Betrieb.
Denkste, xorg sagt mir  folgendes:

(II) I810(0): Currently active displays on Pipe A:
(II) I810(0):   CRT
(II) I810(0):   DFP (digital flat panel)
(II) I810(0): No display size information available for pipe A.
(II) I810(0): No active displays on Pipe B.
(==) I810(0): Display is using Pipe A


Sprich, es erkennt die 2 Ausgänge sagt aber am 2. hängt nichts dran.
(Komischerweise aber 2 Stück an pipe A)


Hat jemand eine Idee wie ich den 2. Monitor ansteuern kann?

Chris

--

Hier noch was lspci anzeigt:

00:02.0 VGA compatible controller: Intel Corporation 82Q963/Q965
Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation 82Q963/Q965 Integrated
Graphics Controller (rev 02)


Und im Anhang noch die xorg.config.





financial.com AG

Munich head office/Hauptsitz München: Maria-Probst-Str. 19 | 80939 München | Germany
Frankfurt branch office/Niederlassung Frankfurt: Messeturm | Friedrich-Ebert-Anlage 49 | 60327 Frankfurt | Germany
Management board/Vorstand: Dr. Steffen Boehnert (CEO/Vorsitzender) | Dr. Alexis Eisenhofer | Dr. Yann Samson | Matthias Wiederwach
Supervisory board/Aufsichtsrat: Dr. Dr. Ernst zur Linden (chairman/Vorsitzender)
Register court/Handelsregister: Munich – HRB 128 972 | Sales tax ID number/St.Nr.: DE205 370 553
-------------- nächster Teil --------------
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "Multihead layout"
	Screen      0  "Screen0" LeftOf "Screen1"
	Screen      1  "Screen1" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
#	Option	    "Xinerama" "True"
#	Option	    "Clone" "off"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1280x1024"
	HorizSync    31.5 - 67.0
	VertRefresh  50.0 - 75.0
	Option	    "dpms"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1280x1024"
	HorizSync    31.5 - 67.0
	VertRefresh  50.0 - 75.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "i810"
	#BusID       "PCI:0:2:0"
EndSection

Section "Device"
	Identifier  "Videocard1"
	VendorName  "Videocard Vendor"
	BoardName   "Intel Corporation 82Q963/Q965 Integrated Graphics Controller"
	Driver      "i810"
	BusID       "PCI:0:2:1"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor	   "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Videocard1"
	Monitor    "Monitor1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection