Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2006 08:19:13 +0600
From:      "S. Yakovlev" <yaks@sicex.ru>
To:        <freebsd-x11@freebsd.org>
Subject:   nVida QUADRO4 400NVS FreeBSD 5.4 & 4 Monitors...
Message-ID:  <200603070219.k272JDpc033553@brus.sicex.ru>

next in thread | raw e-mail | index | archive | help
Dear Sirs...
I'm tired fight this problem... Help me please for decision this problem...
I have FreeBSD 5.5-PRRELEASE X.org 6.8.2 from "ports" and nVidia driver
8178. 4 monitors LCD Nec 1980SXi.
And working only 2 monitors for first chip nvidia.
Config and logs X-server below
--------------config-----
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"
	BusID       "PCI:3:4:0"
	Screen      0
	Option "NvAGP" "0"
	Option "UBB" "1"
	Option "ConnectedMonitor" "DFP,DFP"
	Option "MultisampleCompatibility" "1"
	Option "NoPowerConnectorCheck" "1"
	Option "TwinView"
	Option "TwinViewOrientation"      "RightOf"
	Option "MetaModes"	"1280x1024,1280x1024;1280x1024,1280x1024"
EndSection

Section "Device"
	Identifier  "Card1"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "NV17GL [Quadro4 200/400 NVS]"
	BusID       "PCI:3:4:0"
	Screen      1
	Option "NvAGP" "0"
	Option "UBB" "1"
	Option "ConnectedMonitor" "DFP,DFP"
	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
-------------end config-----------
This is log file for X.org.log
-------------------
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 14 20:52:48 2006
(==) Using config file: "/usr/X11R6/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Screen "Screen2" (1)
(**) | |-->Monitor "Monitor2"
(**) | |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/cyrillic/,/usr/X11R
6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"

-------then is "scanpci" process and his result is below

(II) PCI: 03:00:0: chip 10de,017a card 10de,014c rev a3 class 03,00,00 hdr
00
(II) PCI: 03:04:0: chip 10de,017a card 10de,014c rev a3 class 03,00,00 hdr
00
(II) PCI: End of PCI scan

--------later message (below) is interesting ----------

(--) PCI:*(3:0:0) nVidia Corporation NV17GL [Quadro4 200/400 NVS] rev 163,
Mem @ 0xfc000000/24, 0xe0000000/27, 0xf0000000/19, BIOS @  fe000000/17
(--) PCI: (3:4:0) nVidia Corporation NV17GL [Quadro4 200/400 NVS] rev 163,
Mem @ 0xfd000000/24, 0xfe000000/19

---------why for pci(3:0:0) is "*", but for pci(3:4:0) is no??? May be this
is problems and how this correct?
---------then---------

(II) Primary Device is: PCI 03:00:0
(WW) NVIDIA: No matching Device section for instance (BusID PCI:3:4:0) found
(--) Chipset NVIDIA GPU found
(--) Chipset NVIDIA GPU found

---------Why "No matching Device section"? But section in my
config"xorg.conf" for BusID PCI:3:4:0 is present????
-------Then----------

(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: "nvidia"
--------
Can I use Option "AllowDDCCI" and "Composite extension" in my case???
At last, but don't working second chip nVidia in this card... Thank's for
any information...
Result work "nvidia-settings" is "localhost:0.1" with 2 monitors. This is
without working second chip in card QUADRO4 400NVS
Thank's ....
---------------
Sincerely Yours,
S. Yakovlev
yaks@sicex.ru
SICEX  XSICRU55





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