From owner-freebsd-ports@FreeBSD.ORG Fri Apr 7 22:37:22 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 567C316A401 for ; Fri, 7 Apr 2006 22:37:22 +0000 (UTC) (envelope-from jona.joachim@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3235943D79 for ; Fri, 7 Apr 2006 22:37:12 +0000 (GMT) (envelope-from jona.joachim@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so374911nfc for ; Fri, 07 Apr 2006 15:37:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=P6TB9814UY+e14+/4eqQqYetfn8Om6azJJRIrROCg3XBNKNdwUfzw3FigH7FIuvamQApoj6vX4CnrON4OJHOBXxDyVOWeUfIQBUR2CY2ZOi2SXA7qDH8RMBvMsAR+eeQx4kAUBWNn8CEBUAL8ZSibqxt7VW4SXT/Uv86w6+eNP4= Received: by 10.49.69.20 with SMTP id w20mr2064944nfk; Fri, 07 Apr 2006 15:37:11 -0700 (PDT) Received: from ?10.0.0.11? ( [83.99.96.132]) by mx.gmail.com with ESMTP id l32sm650939nfa.2006.04.07.15.37.10; Fri, 07 Apr 2006 15:37:11 -0700 (PDT) Message-ID: <4436E994.2090401@gmail.com> Date: Sat, 08 Apr 2006 00:37:08 +0200 User-Agent: Thunderbird 1.5 (X11/20060404) MIME-Version: 1.0 To: ports@freebsd.org References: <4435E812.2080008@averageadmins.com> <4436CDDD.5050002@averageadmins.com> <4436D3C7.5070707@freebsd.org> <4436DEB9.6020303@averageadmins.com> <4436E3D6.4030102@freebsd.org> In-Reply-To: <4436E3D6.4030102@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: Jona Joachim Cc: 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 22:37:22 -0000 Michael Nottebrock wrote: > Jeff Cross schrieb: > >> 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? > > cd /usr/src/modules/drm > make obj && make depend && make && make install > > One thing I forgot in my last mail: Also make sure you have the > graphics/dri port installed. > >> Also, if I don't have GLX support, why does glxgears run? > > It runs using the fallback software renderer (which is slow and doesn't > support many features). To know whether hardware acceleration is available or not you can type glxinfo | grep rendering It should say "direct rendering: Yes" if everything works right. You should check out http://people.freebsd.org/~anholt/dri/index.html Perhaps you will need graphics/linux_dri as the game runs under the Linux compatibility layer but I don't know. I have an NVidia graphics card so I'm a bit spoiled :) RTCW as well as Enemy Territory run just fine here. Jona