From owner-freebsd-questions@FreeBSD.ORG Thu Apr 29 23:57:35 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 7FAB516A4CE for ; Thu, 29 Apr 2004 23:57:35 -0700 (PDT) Received: from mail5.tpgi.com.au (mail.tpgi.com.au [203.12.160.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BBF43D67 for ; Thu, 29 Apr 2004 23:57:34 -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 i3U6vUow011311; Fri, 30 Apr 2004 16:57:31 +1000 From: "Alastair G. Hogge" To: elarsen2@cox.net Date: Fri, 30 Apr 2004 16:57:38 +1000 User-Agent: KMail/1.6.2 References: <200404282155.05208.elarsen2@cox.net> <200404291717.11640.agh@tpg.com.au> <200404291819.09323.elarsen2@cox.net> In-Reply-To: <200404291819.09323.elarsen2@cox.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404301657.38353.agh@tpg.com.au> X-TPG-Antivirus: Passed cc: freebsd-questions@FreeBSD.ORG 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: Fri, 30 Apr 2004 06:57:35 -0000 On Friday, 30 April 2004 09:19, Earl Larsen wrote: [Please reply all on the list] > On Thursday 29 April 2004 02:17 am, you wrote: > > 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 > > I went into /modules and radeon.ko was not in their. Do I need to put > radeon.ko in /modules, and recompile my kernel? I went into the dir ware > radeon.ko is located. And typed kldload radeon.ko as root, and it came up > with kldload: can't load radeon.ko: No such file or directory. Do I need to > add something to my Kernel? OK. With a little research I found the following: To build and install DRM, cd /usr/src/sys/modules/drm && make all install DRM == Direct Rendering modules. This will hopefully give you radeon.ko Check out http://people.freebsd.org/~anholt/dri/ for more info