On Fri, 2004-10-08 at 13:40, Marcello Maggioni wrote:
> On Fri, 08 Oct 2004 13:23:03 -0700, Eric Anholt <[EMAIL PROTECTED]> wrote:
> > On Fri, 2004-10-08 at 08:41, Dieter Nützel wrote:
> > > Am Freitag, 8. Oktober 2004 17:37 schrieb Felix Kühling:
> > > > On Fri, 8 Oct 2004 17:10:35 +0200
> > > > Dieter Nützel <[EMAIL PROTECTED]> wrote:
> > > >
> > > > [snip]
> > > >
> > > > > When I set 'setenv force_s3tc_enable 1' quake3-smp do NOT start anymore.
> > > > >
> > > > > ATTENTION: default value of option force_s3tc_enable overridden by
> > > > > environment.
> > > > > Fatal error in __driConfigOptions line 75, column 0: illegal default
> > > > > value: 1.
> > > >
> > > > That's because "1" is indeed illegal for boolean options such as
> > > > "force_s3tc_enable". Legal values are "true" and "false".
> > >
> > > OK, but do not help ;-)
> > 
> > It's working for myself and Roland.  What build system are you using?  I
> > only added the USE_EXTERNAL_DXTN_LIB=1 define in Mesa linux-dri (and
> > therefore linux-dri-x86) target.  If you're using something else, you'll
> > have to add the define to whatever CFLAGS there.
> > 
> > --
> > Eric Anholt                                [EMAIL PROTECTED]
> > http://people.freebsd.org/~anholt/         [EMAIL PROTECTED]
> > 
> > 
> > 
> > 
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> > Use IT products in your business? Tell us what you think of them. Give us
> > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> > http://productguide.itmanagersjournal.com/guidepromo.tmpl
> > --
> > _______________________________________________
> > Dri-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/dri-devel
> > 
> 
> 
> I have already "-DUSE_EXTERNAL_DXTN_LIB=1" in my CFLAGS , I need something more?

env MESA_DEBUG=1 glxgears will produce output if it tried to do s3tc,
whether it succeeds or fails.  If it doesn't print anything, then the
issue was with building (and strings your_dri.so | grep dxtn won't
mention the lib name).  If it does produce output, then the problem is
probably with the lack of the library or lack of env
force_s3tc_enable=true.

-- 
Eric Anholt                                [EMAIL PROTECTED]          
http://people.freebsd.org/~anholt/         [EMAIL PROTECTED]




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to