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

-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