> On Thu, Feb 08, 2007 at 11:31:28AM +0100, Michel D?nzer wrote:
> > On Thu, 2007-02-08 at 01:45 -0800, Joshua Rodman wrote:
> > > 
> > > mesa 6.5.2-2 FTBFS 
> > > 
> > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=410118
> > > 
> > > I could copy the files in by hand but am afraid of making a mess I
> > > forget how to clean up.
> > 
> > You shouldn't need to install anything; try
> > 
> > LD_LIBRARY_PATH=$(dirname /path/to/libGL.so.1)
> > LIBGL_DRIVERS_PATH=$(dirname /path/to/i965_dri.so) foobillard
> 
> I did this:
> 
>       cd packages/mesa/mesa-6.5.2
>       fakeroot dpkg-buildpackage
>       # produces error when trying to grab the produced files which
>       # are in lib64 instead of lib
>       cd debian/tmp
>       LD_LIBRARY_PATH=$(pwd)/usr/lib64 LIBGL_DRIVERS_PATH=$(pwd)/usr/lib 
> foobillard
> 
> This produced a different result from 'foobillard'.  Textures were
> present, including wood, the FB logo, the text, and everything.
> 
> However, performance was _TERRIBLE_.  On the order of 3-8fps, depending
> on how fast everything was moving, etc.  So I tried disabling all the
> features but performance still totally sucked rocks.
> 
> I tried the same with armagetron and it behaved very stangely, most
> features disabled by default.  When I enabled text alpha blending, there
> was noticable lag.
> 
> I was pretty sure I had somehow ended up with software rendering. So on
> a hunch I did this:
>       mv usr/lib64/* usr/lib
>       rmdir usr/lib64
>       ln -s lib usr/lib64
>       LD_LIBRARY_PATH=$(pwd)/usr/lib64 LIBGL_DRIVERS_PATH=$(pwd)/usr/lib 
> foobillard
>
>I didn't bother to fix up the paths.

Grah, I'm now almost certain I flubbed this part, since as you probably
realize an error here will default to pulling in the usual suspects.
I can repeat my software-level performance with the directories merged.

This being-methodical crap is hard for me when I don't know how to to
ask for more information.  Just trying it multiple times to see that I
can reproduce it is too easy for my hyper attitude, I guess.  Sorry.

-josh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to