From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 20:18:12 2003 Return-Path: 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 598D316A4CE for ; Mon, 8 Dec 2003 20:18:12 -0800 (PST) Received: from jupiter.okstate.edu (jupiter.okstate.edu [139.78.100.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4068843D13 for ; Mon, 8 Dec 2003 20:18:11 -0800 (PST) (envelope-from lreid@okstate.edu) Received: from dexter.okstate.edu (dexter.okstate.edu [139.78.100.26]) hB94IAC148192 for ; Mon, 8 Dec 2003 22:18:10 -0600 Received: from localhost (webmail.okstate.edu [139.78.101.70]) by dexter.okstate.edu (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0HPM00LVI1A92U@dexter.okstate.edu> for freebsd-questions@freebsd.org; Mon, 8 Dec 2003 22:18:09 -0600 (CST) Received: from atlas.kerr.rl (atlas.kerr.rl [10.67.1.73]) by webmail.okstate.edu (IMP) with HTTP for ; Mon, 08 Dec 2003 22:15:12 -0600 Date: Mon, 08 Dec 2003 22:15:12 -0600 From: Reid Linnemann To: freebsd-questions@freebsd.org Message-id: <1070943312.3fd54c503d0af@webmail.okstate.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 Subject: quakeforge and DRI X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 04:18:12 -0000 Invariably, when you ask for help, the solution hits you. I need a teddy bear in my room to explain things to. When the QuakeForge port installs, libQFrenderer_glx.so links to libGL.so and libGLU.so libraries in /usr/local/lib, typical for the NVIDIA driver base. However, DRI GL libraries are in /usr/X11R6/lib. Relinking to the correct libs or symbolically linking the usr/local/lib libs to the X11R6/lib libs will correct the problem. Heads up for you DRI users. It runs beautifully - 72fps at 1280x1024 on my venerable Radeon, even without all the GL extensions and multitexturing available. Go DRI!