On Fri, 8 Oct 2004 18:43:28 +0200, Dieter Nützel
<[EMAIL PROTECTED]> wrote:
> 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
> 

Deiter, are you able to run Doom3 on your 8500 board?

I get :

------- Input Initialization -------
XKB extension: compile time 0x1:0x0, runtime 0x1:0x0: OK
XKB extension present on server ( 0x1:0x0 )
------------------------------------
----------- OSS Sound Initialization -----------
opened sound device '/dev/dsp'
/dev/dsp - bit rate: 16, channels: 2, frequency: 44100
------------------------------------------------
...using GL_ARB_multitexture
...using GL_ARB_texture_env_combine
...using GL_ARB_texture_cube_map
...using GL_ARB_texture_env_dot3
...using GL_ARB_texture_env_add
X..GL_ARB_texture_non_power_of_two not found
X..GL_ARB_texture_compression not found
X..GL_EXT_texture_filter_anisotropic not found
...using GL_EXT_texture_lod
...using GL_1.4_texture_lod_bias
X..GL_EXT_shared_texture_palette not found
...using GL_EXT_texture3D
...using GL_EXT_stencil_wrap
X..GL_NV_register_combiners not found
...using GL_EXT_stencil_two_side
X..GL_ATI_fragment_shader not found
X..GL_ATI_text_fragment_shader not found
X..GL_ARB_vertex_buffer_object not found
X..GL_ARB_vertex_program not found
X..GL_ARB_fragment_program not found
X..EXT_depth_bounds_test not found
---------- R_NV20_Init ----------
Not available.
----------- R200_Init -----------
Not available.
---------- R_ARB2_Init ----------
Not available.
---------- R_Exp_Init -----------
Disabled at compile time.
---------------------------------
----- R_ReloadARBPrograms -----
glprogs/test.vfp: GL_VERTEX_PROGRAM_ARB not available
glprogs/test.vfp: GL_FRAGMENT_PROGRAM_ARB not available
glprogs/interaction.vfp: GL_VERTEX_PROGRAM_ARB not available
glprogs/interaction.vfp: GL_FRAGMENT_PROGRAM_ARB not available
glprogs/bumpyEnvironment.vfp: GL_VERTEX_PROGRAM_ARB not available
glprogs/bumpyEnvironment.vfp: GL_FRAGMENT_PROGRAM_ARB not available
glprogs/ambientLight.vfp: GL_VERTEX_PROGRAM_ARB not available
glprogs/ambientLight.vfp: GL_FRAGMENT_PROGRAM_ARB not available
glprogs/shadow.vp: GL_VERTEX_PROGRAM_ARB not available
glprogs/R200_interaction.vp: GL_VERTEX_PROGRAM_ARB not available
glprogs/nv20_bumpAndLight.vp: GL_VERTEX_PROGRAM_ARB not available
glprogs/nv20_diffuseColor.vp: GL_VERTEX_PROGRAM_ARB not available
glprogs/nv20_specularColor.vp: GL_VERTEX_PROGRAM_ARB not available
glprogs/nv20_diffuseAndSpecularColor.vp: GL_VERTEX_PROGRAM_ARB not available
glprogs/environment.vfp: GL_VERTEX_PROGRAM_ARB not available
glprogs/environment.vfp: GL_FRAGMENT_PROGRAM_ARB not available
-------------------------------
WARNING: vertex array range in virtual memory (SLOW)
signal caught: Segmentation fault
si_code 1
Trying to exit gracefully..
Shutting down sound hardware
----------- OSS Sound Shutdown -----------
unmap dma sound buffer
close sound device
------------------------------------------
idRenderSystem::Shutdown()
[EMAIL PROTECTED]:~/driconf-0.2.2$

Have you some particular settings?


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