From owner-freebsd-x11@FreeBSD.ORG Tue Mar 7 21:10:27 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADDEF16A420 for ; Tue, 7 Mar 2006 21:10:27 +0000 (GMT) (envelope-from twopiecebsd@hotmail.com) Received: from hotmail.com (bay12-f15.bay12.hotmail.com [64.4.35.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B3F543D48 for ; Tue, 7 Mar 2006 21:10:27 +0000 (GMT) (envelope-from twopiecebsd@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 7 Mar 2006 13:10:27 -0800 Message-ID: Received: from 134.48.245.0 by by12fd.bay12.hotmail.msn.com with HTTP; Tue, 07 Mar 2006 21:10:24 GMT X-Originating-IP: [134.48.245.0] X-Originating-Email: [twopiecebsd@hotmail.com] X-Sender: twopiecebsd@hotmail.com In-Reply-To: From: "Two Piece" To: freebsd-x11@freebsd.org Date: Tue, 07 Mar 2006 15:10:24 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 07 Mar 2006 21:10:27.0137 (UTC) FILETIME=[8EAD0B10:01C6422B] Subject: nVida QUADRO4 400NVS FreeBSD 5.4 & 4 Monitors... X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2006 21:10:27 -0000 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/