Am Freitag, 8. Oktober 2004 17:41 schrieb Dieter Nützel:
> 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 ;-)
>
> Maybe this the broken? (Taken from Roland's patch):
>
>  * GL_EXT_texture_compression_s3tc support.
>   */
>
> +#if defined(XFree86LOADER) && defined(IN_MODULE)
> +#define USE_EXTERNAL_DXTN_LIB 0
> +#else
> +#define USE_EXTERNAL_DXTN_LIB 1
> +#endif
>
> Now, we have:
>
> #ifndef USE_EXTERNAL_DXTN_LIB
> #define USE_EXTERNAL_DXTN_LIB 0
> #endif

Found Mesa Error with DOOM3.

using ARB_vertex_buffer_object memory
using ARB renderSystem
Mesa 6.3 implementation error: external dxt library not available
Please report to the Mesa bug database at www.mesa3d.org
Mesa 6.3 implementation error: external dxt library not available
Please report to the Mesa bug database at www.mesa3d.org

/home/nuetzel> l /usr/lib/libtxc_dxtn.so
-rwxr-xr-x    1 root     root        19623 2004-06-24 
20:17 /usr/lib/libtxc_dxtn.so

-Dieter


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