From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 19:25:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4E8516A41F for ; Sat, 17 Sep 2005 19:25:26 +0000 (GMT) (envelope-from agibson@confabulator.net) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 3A9BC43D46 for ; Sat, 17 Sep 2005 19:25:26 +0000 (GMT) (envelope-from agibson@confabulator.net) Received: (qmail 14863 invoked from network); 17 Sep 2005 19:25:23 -0000 Received: from unknown (HELO ?130.126.156.59?) (unknown) by unknown with SMTP; 17 Sep 2005 19:25:23 -0000 X-pair-Authenticated: 130.126.156.59 Message-ID: <432C6E29.1090906@confabulator.net> Date: Sat, 17 Sep 2005 14:27:37 -0500 From: Aaron User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050823) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <810a540e05091703442919bb55@mail.gmail.com> <20050917132018.GB82790@Pandora.MHoerich.de> <810a540e050917120348e6d79c@mail.gmail.com> <810a540e05091712177d09ceb2@mail.gmail.com> In-Reply-To: <810a540e05091712177d09ceb2@mail.gmail.com> X-Enigmail-Version: 0.92.0.0 Content-Type: multipart/mixed; boundary="------------010401010007040303040700" Subject: Re: Configuring multiple monitors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 19:25:26 -0000 This is a multi-part message in MIME format. --------------010401010007040303040700 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit this might not be related... supposedly to use the nvidia klm you have to disable agp support in the kernel (remove/comment the device agp line). I believe GENERIC kernel has this built in. here is my xorg.conf for reference. I have an nvidia ti4200 with dual monitors... sorry, no clue :( >>Symbol __glXGetActiveScreen from module >>/usr/X11R6/lib/modules/extensions/libdri.a is unresolved! --Aaron Pat Maddox wrote: > I did some searching and disabled agp.ko in the device.hints file. > Still I get this error (twice), and I have no idea what it means: > Symbol __glXGetActiveScreen from module > /usr/X11R6/lib/modules/extensions/libdri.a is unresolved! > > > On 9/17/05, Pat Maddox wrote: > >>Hey Mario, >> >>Thanks for the response. I installed nvidia-driver and changed the >>conf file as you suggested, but I get the error: >>NVRM: Detected agp.ko, aborting NVIDIA AGP setup! >> >>X still starts up, but only with one screen. Not really sure what to >>do - any ideas? >> >>Thanks, >>Pat >> >>On 9/17/05, Mario Hoerich wrote: >> >>># Pat Maddox: >>> >>>>Anyway I've got a Dell 2001fp and a Viewsonic vp201, hooked up to a >>>>GeForce4 Ti4600. >>> >>>You'll need to run the binary nvidia-driver (~ports/x11/nvidia-driver) >>>for this to work. Once that works, the xorg.conf-entries are rather >>>simple: >>> >>> # see /usr/X11R6/share/doc/NVIDIA_GLX-1.0 for nVidia-specific docs >>> Section "Device" >>> Identifier "NV AGP" >>> Driver "nvidia" >>> BusID "PCI:1:0:0" >>> Option "TwinView" "on" >>> Option "MetaModes" "1280x1024,1280x1024" >>> Option "SecondMonitorHorizSync" "28-64" >>> Option "SecondMonitorVertRefresh" "60" >>> Option "TwinViewOrientation" "LeftOf" # Or RightOf >>> Option "RenderAccel" "true" >>> EndSection >>> >>> Section "Screen" >>> Identifier "Screen 1" >>> Device "NV AGP" >>> Monitor "samsung" >>> DefaultDepth 24 >>> >>> Subsection "Display" >>> Depth 24 >>> Modes "1280x1024" >>> EndSubsection >>> EndSection >>> >>> Section "ServerLayout" >>> Identifier "Layout 1" >>> Screen "Screen 1" >>> InputDevice "Mouse 1" "CorePointer" >>> InputDevice "Keyboard 1" "CoreKeyboard" >>> EndSection >>> >>>The screen-section sets up the primary display, the other is set >>>up with the SecondMonitorXXXXXXX-options in the Device Section. >>>ServerLayout sets the screen-section to use. >>> >>> HTH >>>Mario >>> >>> >> > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > --------------010401010007040303040700 Content-Type: text/plain; name="xorg.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xorg.conf" Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" 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/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "glx" Load "dbe" Load "xtrap" Load "type1" Load "freetype" EndSection #Section "Extensions" # Option "Composite" "Enable" #EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "7" Option "ZAxisMapping" "6 7" Option "Name" "Logitech MX 500" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "DigitalVibrance" # #Option "NoFlip" # [] #Option "Dac8Bit" # [] #Option "NoLogo" # [] #Option "UBB" # [] #Option "Stereo" # #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "VideoKey" # Option "NvAGP" "1" # #Option "IgnoreEDID" # [] #Option "NoDDC" # [] #Option "ConnectedMonitor" # #Option "ConnectedMonitors" # #Option "TVStandard" # #Option "TVOutFormat" # Option "RenderAccel" "TRUE" # [] #Option "CursorShadow" # [] #Option "CursorShadowAlpha" # #Option "CursorShadowXOffset" # #Option "CursorShadowYOffset" # Option "UseEdidFreqs" "TRUE" # [] #Option "FlatPanelProperties" # Option "TwinView" "TRUE" # [] Option "TwinViewOrientation" "RightOf"# #Option "SecondMonitorHorizSync" # #Option "SecondMonitorVertRefresh" # Option "MetaModes" "1024x768,1024x768; 1024x768,NULL"# #Option "UseInt10Module" # [] #Option "NoTwinViewXineramaInfo" # [] #Option "NoRenderExtension" # [] #Option "Overlay" # [] #Option "CIOverlay" # [] #Option "ForceEmulatedOverlay" # [] #Option "TransparentIndex" # #Option "OverlayDefaultVisual" # [] #Option "NvEmulate" # #Option "NoBandWidthTest" # [] #Option "CustomEDID-CRT-0" # #Option "CustomEDID-CRT-1" # #Option "CustomEDID-DFP-0" # #Option "CustomEDID-DFP-1" # #Option "CustomEDID-TV-0" # #Option "CustomEDID-TV-1" # #Option "TVOverScan" # #Option "IgnoreDisplayDevices" # #Option "MultisampleCompatibility" # [] #Option "RegistryDwords" # #Option "NoPowerConnectorCheck" # [] #Option "AllowDFPStereo" # [] #Option "XvMCUsesTextures" # [] #Option "HorizSync" # #Option "VertRefresh" # Option "AllowGLXWithComposite" "TRUE" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV25 [GeForce4 Ti 4200]" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection --------------010401010007040303040700--