Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Mar 2006 15:10:24 -0600
From:      "Two Piece" <twopiecebsd@hotmail.com>
To:        freebsd-x11@freebsd.org
Subject:   nVida QUADRO4 400NVS FreeBSD 5.4 & 4 Monitors...
Message-ID:  <BAY12-F1536DD5EDB02E629BD0AD3ACEE0@phx.gbl>
In-Reply-To: <mailman.0.1141763801.84615.freebsd-x11@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
S. Yakovlev:

Documentation: 
http://download.nvidia.com/XFree86/Linux-x86/1.0-8178/README/index.html

I am assuming that you are using two monitors per card, both of which have 
two DFP outputs.

I am also assuming that you intend to have a seperate X-screen per card, 
based on what I can see in your config. (Alternatively, you can try to 
Xinerama both of your cards, but I'm not sure if this works.)

I do not understand why you have linked "Card0" with two BusIDs. Try 
deleting the second BusID reference under Card0, and perhaps Card1 can be 
more well-defined.

My suggested config (see triple/quad hashes):

__________________________________________________


Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/psm0"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NV17GL [Quadro4 200/400 NVS]"
	BusID       "PCI:3:0:0"
### Remove next line
###	BusID       "PCI:3:4:0"
	Screen      0
	Option "NvAGP" "0"
	Option "UBB" "1"
###      Option "ConnectedMonitor" "DFP,DFP" ###Maybe clarity helps.
	Option "ConnectedMonitor" "DFP-0,DFP-1" ###Distinguish between them.
#### NOTE: If DFP-0 and DFP-1 are the incorrect identifiers, then you can
####   determine the real ones as described here:
####   
http://download.nvidia.com/XFree86/Linux-x86/1.0-8178/README/appendix-r.html
	Option "MultisampleCompatibility" "1"
	Option "NoPowerConnectorCheck" "1"
	Option "TwinView"
	Option "TwinViewOrientation"      "RightOf"
###	Option "MetaModes"	"1280x1024,1280x1024;1280x1024,1280x1024" 
###redundant
        Option "MetaModes"	"1280x1024,1280x1024"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NV17GL [Quadro4 200/400 NVS]"
	BusID       "PCI:3:4:0" ### This should be fine.
	Screen      1
	Option "NvAGP" "0"
	Option "UBB" "1"
###	Option "ConnectedMonitor" "DFP,DFP"
	Option "ConnectedMonitor" "DFP-0,DFP-1" ### Again, clarity.
	Option "MultisampleCompatibility" "1"
	Option "NoPowerConnectorCheck" "1"
	Option "TwinView"
	Option "TwinViewOrientation"      "RightOf"
	Option "MetaModes"	"1280x1024,1280x1024"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1280x1024"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen     0 "Screen0" 0 0
	Screen     1 "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

__________________________________________________________

Written in response to...
http://docs.freebsd.org/cgi/mid.cgi?200603070219.k272JDpc033553

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY12-F1536DD5EDB02E629BD0AD3ACEE0>