From owner-freebsd-ports@FreeBSD.ORG Fri Apr 7 21:50:53 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C50016A406; Fri, 7 Apr 2006 21:50:53 +0000 (UTC) (envelope-from jeff.cross@averageadmins.com) Received: from S3.cableone.net (s3.cableone.net [24.116.0.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE02D43D58; Fri, 7 Apr 2006 21:50:52 +0000 (GMT) (envelope-from jeff.cross@averageadmins.com) Received: from [172.16.0.102] (unverified [24.117.52.220]) by S3.cableone.net (CableOne SMTP Service S3) with ESMTP id 53302811 for multiple; Fri, 07 Apr 2006 15:32:24 -0700 Message-ID: <4436DEB9.6020303@averageadmins.com> Date: Fri, 07 Apr 2006 16:50:49 -0500 From: Jeff Cross User-Agent: Thunderbird 1.5 (X11/20060402) MIME-Version: 1.0 To: Michael Nottebrock References: <4435E812.2080008@averageadmins.com> <4436CDDD.5050002@averageadmins.com> <4436D3C7.5070707@freebsd.org> In-Reply-To: <4436D3C7.5070707@freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 0, First 17, in=19, out=0, spam=0 X-External-IP: 24.117.52.220 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: ports@freebsd.org, questions@freebsd.org Subject: Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 21:50:53 -0000 Michael Nottebrock wrote: > Jeff Cross schrieb: > >>> GL_RENDERER: Mesa GLX Indirect >>> >>> >>> *********************************************************** >>> You are using software Mesa (no hardware acceleration)! >>> Driver DLL used: libGL.so.1 >>> If this is intentional, add >>> "+set r_allowSoftwareGL 1" >>> to the command line when starting the game. >>> *********************************************************** > >> [...] > >> Does anyone know if it is possible to run OpenGL game graphics on an >> Intel based chipset? When I run glxgears it runs like a champ, >> returning anywhere from 450-500 fps. > > You seem to not have direct rendering / GLX enabled. I'm not sure if > that is supported on your particular chipset, but it's nevertheless > worth a try, since pretty much all games assume/require > hardware-accelerated 3d graphics to be working in order to run properly. > > Make sure you have > > Load "glx" > Load "dri" > > in Section "Module" in your xorg.conf as well as > > Section "DRI" > Mode 0666 > EndSection > > Also make sure you have the i915 drm kernel module available (is > available in FreeBSD 6.0 and newer, should be in /boot/kernel/i915.o) > and loaded (check with kldstat, try manually loading it before starting > X if it doesn't get autoloaded). > > > Cheers, I did have "glx" and "dri" but I added the DRI section to my configuration. Adding the section ans restarting X did not seem to work. I also did not have the i915.o kernel module on my system. How might I go about getting/compiling that to see if ti may help? Also, if I don't have GLX support, why does glxgears run? Jeff Cross www.averageadmins.com