On Sat, 9 Oct 2004 14:08:58 +0200, Marcello Maggioni <[EMAIL PROTECTED]> wrote:
> On Fri, 08 Oct 2004 14:09:49 -0700, Eric Anholt <[EMAIL PROTECTED]> wrote:
> 
> 
> >
> >
> > 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]
> >
> >
> 
> I get these messages with lastest MESA :
> 
> melchior:/home/melchior/driconf-0.2.2# env MESA_DEBUG=1 glxinfo
> name of display: :0.0
> cpu vendor: AuthenticAMD
> cpu name: AMD Athlon(tm) XP
> MMX cpu detected.
> 3DNow! cpu detected.
> Testing OS support for SSE... yes.
> Testing OS support for SSE unmasked exceptions... SIGFPE, yes.
> Tests of OS support for SSE passed.
> SSE cpu detected.
> Mesa warning: software DXTn compression/decompression available
> 
> Using SSE version of ReadRGBASpan
> display: :0  screen: 0
> direct rendering: Yes
> 
> But I'm not able to understand if DXTn de/compression is used or not .
> 
> UT2004 backgrounds in menus are still white .
> 
> Someone can check this?
> 
> Thanks
> 
> Marcello
> 


Hey , I've solved in setting by DRICONF 5 Texture units instead of 6 .

There's something wrong in using 6 Texture units with lastest DRI drivers?

Marcello


-------------------------------------------------------
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