From owner-freebsd-questions@FreeBSD.ORG Sun Sep 18 04:32:22 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 B2A1516A420 for ; Sun, 18 Sep 2005 04:32:22 +0000 (GMT) (envelope-from m@MHoerich.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id DA71A43D45 for ; Sun, 18 Sep 2005 04:32:21 +0000 (GMT) (envelope-from m@MHoerich.de) Received: (qmail invoked by alias); 18 Sep 2005 04:32:20 -0000 Received: from p548B5AAA.dip.t-dialin.net (EHLO localhost) [84.139.90.170] by mail.gmx.net (mp033) with SMTP; 18 Sep 2005 06:32:20 +0200 X-Authenticated: #5114400 Date: Sun, 18 Sep 2005 06:32:19 +0200 From: Mario Hoerich To: Pat Maddox Message-ID: <20050918043218.GA35335@Pandora.MHoerich.de> References: <810a540e05091703442919bb55@mail.gmail.com> <20050917132018.GB82790@Pandora.MHoerich.de> <810a540e050917120348e6d79c@mail.gmail.com> <810a540e05091712177d09ceb2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <810a540e05091712177d09ceb2@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Y-GMX-Trusted: 0 Cc: Mario Hoerich , FreeBSD Questions 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: Sun, 18 Sep 2005 04:32:22 -0000 # Pat Maddox: > 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! Search your xorg.conf for Load "dri" in Section "Module". DRI won't work with the nVidia-driver (but since the driver already provides accelerated drawing, you don't need it anyway). Just comment that line out. HTH Mario