From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 00:17:12 2004 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 B856516A4CE for ; Thu, 29 Apr 2004 00:17:12 -0700 (PDT) Received: from mail5.tpgi.com.au (mail.tpgi.com.au [203.12.160.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96C2243D45 for ; Thu, 29 Apr 2004 00:17:11 -0700 (PDT) (envelope-from agh@tpg.com.au) Received: from [192.168.0.4] (220-244-72-6.tpgi.com.au [220.244.72.6]) by mail5.tpgi.com.au (8.12.10/8.12.10) with ESMTP id i3T7H4Dq027966; Thu, 29 Apr 2004 17:17:04 +1000 From: "Alastair G. Hogge" To: freebsd-questions@FreeBSD.ORG, elarsen2@cox.net Date: Thu, 29 Apr 2004 17:17:11 +1000 User-Agent: KMail/1.6.2 References: <200404282155.05208.elarsen2@cox.net> In-Reply-To: <200404282155.05208.elarsen2@cox.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404291717.11640.agh@tpg.com.au> X-TPG-Antivirus: Passed Subject: Re: help configuring OpenGL 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: Thu, 29 Apr 2004 07:17:12 -0000 On Thursday, 29 April 2004 12:55, Earl Larsen wrote: > I checked to see if OpenGL was set correctly by running "glxinfo | grep > direct". And the output came out as fallows: > > direct rendering: No > OpenGL renderer string: Mesa GLX Indirect > > I have DRI installed and have an ATI radeon agp vedio card. I am running > FreeBSD 4.9-RELEASE. I have agp_load="yes" in loader.conf. And the > fallowing is my XF86Config file: [snip XF86Config] Are you loading the kernel radeon.ko driver? Not sure on a 4.9 system but try "cd /boot/modules; kldload radeon.ko" /boot/modules may be /modules -Alastair