From owner-freebsd-questions@FreeBSD.ORG Sat Sep 17 19:17:12 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 14F6416A41F for ; Sat, 17 Sep 2005 19:17:12 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BED43D49 for ; Sat, 17 Sep 2005 19:17:11 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id 40so276094nzk for ; Sat, 17 Sep 2005 12:17:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Uq7AfaWHjc7yHHZjipMtuYQO7yi8zdwoxDmS+LCiioDeBKhKS2P72+7kn8ntPhqTgnp3pQSaa6pbU82XmGZMjk5Hl7vPf6l7PZhfC+kE50u8jM1v5ZdIa8SrBrtk//lQDwBkudaRuh4LM/lFiI29Z1peySC8hoHHQbMbFfIDC3g= Received: by 10.36.46.15 with SMTP id t15mr825370nzt; Sat, 17 Sep 2005 12:17:11 -0700 (PDT) Received: by 10.36.48.17 with HTTP; Sat, 17 Sep 2005 12:17:10 -0700 (PDT) Message-ID: <810a540e05091712177d09ceb2@mail.gmail.com> Date: Sat, 17 Sep 2005 13:17:10 -0600 From: Pat Maddox To: Mario Hoerich , FreeBSD Questions In-Reply-To: <810a540e050917120348e6d79c@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <810a540e05091703442919bb55@mail.gmail.com> <20050917132018.GB82790@Pandora.MHoerich.de> <810a540e050917120348e6d79c@mail.gmail.com> Cc: Subject: Re: Configuring multiple monitors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pergesu@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2005 19:17:12 -0000 I did some searching and disabled agp.ko in the device.hints file.=20 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, >=20 > 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! >=20 > X still starts up, but only with one screen. Not really sure what to > do - any ideas? >=20 > Thanks, > Pat >=20 > 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 > > > > >