Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-05-23 Thread Peter Jeremy
On Mon, 2006-May-22 16:35:28 -0500, Jeff Cross wrote: >Is there anyway I can apply the DRM updates w/o upgrading my system to >6-STABLE? One approach is to maintain your own CVS repo (via CTM or CVSup) and then you can easily change the tags on different parts of the tree: You do a 'cvs co -rRELEN

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-05-22 Thread Michael Nottebrock
Jeff Cross schrieb: > Is there anyway I can apply the DRM updates w/o upgrading my system to > 6-STABLE? I would really like to maintain my system with freebsd-update > and not have to compile every time a security update comes out. I run > FreeBSD on my laptop and compile times can run a little

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-05-22 Thread Jeff Cross
Eric Anholt wrote: > On Fri, 2006-05-19 at 16:26 -0500, Jeff Cross wrote: >> Michael Nottebrock wrote: >>> Jeff Cross schrieb: I ran the "make" commands you specified but still do not have a i915.o file on my system. Here is what I have related to i915: >>> Oops. Turns out the complete i

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-05-21 Thread Eric Anholt
On Fri, 2006-05-19 at 16:26 -0500, Jeff Cross wrote: > Michael Nottebrock wrote: > > Jeff Cross schrieb: > >> I ran the "make" commands you specified but still do not have a i915.o > >> file on my system. Here is what I have related to i915: > > > > Oops. Turns out the complete i915 module was on

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-05-20 Thread dawnshade
On Saturday 20 May 2006 01:26, Jeff Cross wrote: > Michael Nottebrock wrote: > > Jeff Cross schrieb: > >> I ran the "make" commands you specified but still do not have a i915.o > >> file on my system.  Here is what I have related to i915: > > > > Oops. Turns out the complete i915 module was only ad

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-05-19 Thread Jeff Cross
Michael Nottebrock wrote: > Jeff Cross schrieb: >> I ran the "make" commands you specified but still do not have a i915.o >> file on my system. Here is what I have related to i915: > > Oops. Turns out the complete i915 module was only added *after* FreeBSD > 6.0 release. You'll have to upgrade to

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-08 Thread Jeff Cross
Michael Nottebrock wrote: > Jeff Cross schrieb: >> I ran the "make" commands you specified but still do not have a i915.o >> file on my system. Here is what I have related to i915: > > Oops. Turns out the complete i915 module was only added *after* FreeBSD > 6.0 release. You'll have to upgrade to

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-08 Thread Michael Nottebrock
Jeff Cross schrieb: > I ran the "make" commands you specified but still do not have a i915.o > file on my system. Here is what I have related to i915: Oops. Turns out the complete i915 module was only added *after* FreeBSD 6.0 release. You'll have to upgrade to 6-STABLE/6.1-RELEASE (to be release

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Jeff Cross
Jona Joachim wrote: > 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 >>

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Michael Nottebrock
Eric Anholt schrieb: > At least my libGL doesn't have a fallback software renderer, and relies > on the server providing GLX. I lose for bad terminology. It runs using indirect rendering. -- ,_, | Michael Nottebrock | [EMAIL PROTECTED] (/^ ^\) | FreeBSD - The Power to Serve

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Eric Anholt
On Sat, 2006-04-08 at 00:12 +0200, 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. H

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Michael Nottebrock
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 /

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Jeff Cross
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 >>>"+s

Re: OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Michael Nottebrock
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 com

OpenGL and Intel Graphics [WAS: Cake and Eat it Too: RTCW Port]

2006-04-07 Thread Jeff Cross
Jeff Cross wrote: > I got brave today and attempted to install RTCW on my laptop. I was > weary at first due to the fact that my laptop uses an Intel graphics > chip (agp0: port > 0xeff0-0xeff7 mem 0xd800-0xdfff,0xe038-0xe03f irq 16 at > device 2.0 on pci0). > > I installed the p