Re: Problem xorg.conf - 2 Monitore an GeForce 5200

From: Oliver Lietz <de-bsd-questions(at)oliverlietz.de>
Date: Fri, 25 Feb 2005 14:50:33 +0100

Am Freitag, 25. Februar 2005 13:43 schrieb J. Erik Heinz:
> Hi,
>
> ich will meine beiden Monitore an meine GeForceFX5200 Club3D
> anschliessen. Diese hat 1 VGA und 1 DVI ausgang. Fuer den DVI ausgang
> gibt es ein Adapter auf VGA, den ich auch benutze. Die beiden Monitore
> sind Baugleich FSC Scaleoview C17-5/C17-8.
>
> Ich habe meine xorg.conf soweit angepasst, das es eigentlich mit 2
> Monitoren funktionieren sollte. Jedoch bekomme ich als Fehlermeldung:
>
> Fatal server error:
> Requested Entity already in use!
>
> Das klingt also so als ob er was dagegen hat, das 2 Monitore auf eine
> GraKa zugreifen können.
>
> Ich weiss im Moment nicht weiter. Hat jemand eine Vorschlag?
> Nachfolgend hab ich nochmal meine xorg.conf und die dazugehörige
> Fehlermeldung Xorg.0.log reinkopiert.

[...]

Hallo Erik,

meine ELSA Synergy III lief damals unter XFree86 mit dem NVidia-Treiber und
folgender Konfiguration:

----
Section "ServerFlags"
	Option  "Xinerama"  "yes"
EndSection
Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
	Load  "extmod"
	Load  "xie"
	Load  "pex5"
	Load  "glx"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
	Load  "freetype"
EndSection
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/sysmouse"
	Option	    "Buttons" "5"
	Option	    "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "EIZO"
	ModelName    "FlexScan T765"
	HorizSync    30.0-115.0
	VertRefresh  50.0-160.0
	Option	     "DPMS"
EndSection
Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "EIZO"
	ModelName    "FlexScan T765"
	HorizSync    30.0-115.0
	VertRefresh  50.0-160.0
	Option	     "DPMS"
EndSection
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
	Option		"DPMS"
	Identifier	"Card0"
	Driver		"nvidia"
	VendorName	"NVidia"
	BoardName	"Quadro2 MXR"
	BusID		"PCI:1:0:0"
EndSection
Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	Option		"NvAgp" "1"
	Option		"ConnectedMonitor"		"crt,crt"
	Option		"TwinView" "on"
	Option		"TwinViewOrientation"		"RightOf"
	Option		"MetaModes"			"1024x768, 1024x768"
	Option		"SecondMonitorHorizSync"	"30-115"
	Option		"SecondMonitorVertRefresh"	"50-160"
	DefaultDepth 24
	SubSection "Display"
		Depth     24
		Modes     "1024x768"
	EndSubSection
EndSection
Section "Screen"
	Identifier "Screen1"
	Device     "Card0"
	Monitor    "Monitor1"
        DefaultDepth 24
	SubSection "Display"
		Depth     24
		Modes     "1024x768"
	EndSubSection
EndSection
----
Vielleicht bringt dich das weiter.
Oliver
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 25 Feb 2005 - 14:51:59 CET

search this site