From owner-freebsd-questions@FreeBSD.ORG Tue Dec 27 08:48:48 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 7A63316A41F for ; Tue, 27 Dec 2005 08:48:48 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id D601843D49 for ; Tue, 27 Dec 2005 08:48:47 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-39-231.dynamic.qsc.de [212.202.39.231]) by efacilitas.de (Postfix) with ESMTP id D580F4C3F0; Tue, 27 Dec 2005 09:57:19 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id AFB705285C; Tue, 27 Dec 2005 09:47:13 +0100 (CET) Message-ID: <43B0FFFB.7060303@spray.se> Date: Tue, 27 Dec 2005 09:48:59 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Jon References: <20051227052819.85949.qmail@web36114.mail.mud.yahoo.com> In-Reply-To: <20051227052819.85949.qmail@web36114.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: 3D Hardware Graphics 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: Tue, 27 Dec 2005 08:48:48 -0000 Jon schrieb: > Hello all, > > I'm wondering how to get 3D Hardware graphics going > under FreeBSD. > I tried both the LibGL.so that came with the driver > for my graphics card and the default LibGL.so that > came with FreeBSD '/usr/X11R6/lib' but no go, still > slow software mode. I have a DRI radeon enabled driver > and a radeon driver for xorg.conf, AGP was built into > my kernel. What else can I try to get this going? > > Thanks > FreeBSD 6.0 STABLE - ATI Radeon 9800 Pro This is almost not possible because ATI doesn't provide a driver for FreeBSD and the driver that comes with X.org supports only models up to Radeon 9000 concerning 3D capabilities; you'll find more information about supported cards in the "radeon" manpage of the xorg-server package. There is an open source project that aims 3D support for more recent cards: http://r300.sourceforge.net/R300.php Regards Björn