From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 11:29:56 2005 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 623E516A4CE for ; Thu, 27 Jan 2005 11:29:56 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FACF43D55 for ; Thu, 27 Jan 2005 11:29:56 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.11] (pD9E68C71.dip.t-dialin.net [217.230.140.113]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 75C3931388; Thu, 27 Jan 2005 12:31:04 +0100 (CET) Message-ID: <41F8D0CD.7080102@incubus.de> Date: Thu, 27 Jan 2005 12:30:21 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0 (X11/20050108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jorn Argelo References: <20050124194823.GA14049@cmsrtp.com> <41F5627A.4030903@cmsrtp.com> <20050125105101.M86246@wcborstel.nl> In-Reply-To: <20050125105101.M86246@wcborstel.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: madden@cmsrtp.com Subject: Re: OpenGL hardware acceleration with FreeBSD 5.3 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, 27 Jan 2005 11:29:56 -0000 Jorn Argelo wrote: > Of course. You want to use Linux drivers, so you need Linux compatibility. he doesn't need linux drivers. the g400 has been supported by XFree for many years, including DRI. I can't quite see a problem with his xorg config, maybe he has installed some mesa port, which overwrote the corresponding base X11 libraries (happened to me once)? to michael madden: make sure $ pkg_info|grep -i mesa comes up empty. mkb.