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

Zwei Karten, zwei Monitore (war: Zwei Monitore mit "nv" Treiber?)



Hallo,

ich kämpfe immer noch meine zwei Monitore in Berieb zu nehmen. Jetzt
habe ich es mit zwei Karten (eine Nvidia FX5200, AGP und eine Matrox
G450, PCI) versucht. Leider ohne Erfolg.
Wenn ich im BIOS die PCI Karte als primäre Karte angebe funktioniert sie
einwandfrei, nur eben nicht als zweite Karte...
Ich habe schon verschiedene Howtos gelesen und versucht meine xorg.conf
anzupassen. Mein Ziel sind entweder zwei Desktops oder einer der sich
über zwei Monitore erstreckt.

Kann mir vielleicht jemand auf die Sprünge helfen was ich hier verkehrt
mache?

TIA,

Matthias


Section "Files"
	[...]
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	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"
EndSection

Section "Device"
	Identifier	"nVidia Corporation NV34 [GeForce FX 5200]"
	Driver		"nv"
	BusID		"PCI:2:0:0"
	Screen		0
EndSection

Section "Device"
	Identifier	"Matrox G450"
	Driver		"mga"
	BusID		"PCI:1:0:0"
	Screen		1
EndSection

Section "Monitor"
	Identifier	"IVM46d4-0"
	Option		"DPMS"
	HorizSync	30-82
	VertRefresh	56-76
EndSection

Section "Monitor"
	Identifier	"IVM46d4-1"
	Option		"DPMS"
	HorizSync	30-82
	VertRefresh	56-76
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"nVidia Corporation NV34 [GeForce FX 5200]"
	Monitor		"IVM46d4-0"
	DefaultDepth	24
	[...]
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen1"
	Device		"Matrox G450"
	Monitor		"IVM46d4-1"
	DefaultDepth	24
	[...]
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen 0	"Screen0"
	Screen 1	"Screen1" 0 0
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection



Reply to: