Adam your problem is shown in these lines from Q3:

Using XFree86-VidModeExtension Version 2.0
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 640x480
Using 8/8/8 Color bits, 24 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect
Initializing OpenGL extensions
...GL_S3_s3tc not found
...GL_EXT_texture_env_add not found
...using GL_ARB_multitexture
...GL_EXT_compiled_vertex_array not found
GL_VENDOR: VA Linux Systems, Inc.
GL_RENDERER: Mesa GLX Indirect
GL_VERSION: 1.2 Mesa 3.4.1
GL_EXTENSIONS: GL_ARB_multitexture GL_EXT_abgr GL_EXT_blend_color GL_EXT_blend_minmax
GL_EXT_blend_subtract
GL_MAX_TEXTURE_SIZE: 2048
GL_MAX_ACTIVE_TEXTURES_ARB: 2



See where it says:  Indirect ?    That's the problem....
Basically the rest of the info you showed seems okay, so my guess is that 
somehow the DRI modules are not getting loaded or something is going wrong 
there.. To find out, look in your /var/log/XFree86* file and see
which part of the process fails..  
Then go back and check the files/modules, if they are even there, are they 
the right versions (remember that the DRI modules that come with the kernel 
are usually outdated, and might not work with a more uptodate XFfree86/ 
CVS DRI setup ... so you might need to recompile them from the newer DRI 
tree (check sourceforge.net/projects/dri and the anonymous ftp area for 
the relevant code and files)

Once you set everything up, use glxinfo to find out if you are in Direct 
or Indirect rendering mode. You must be in Direct in order to get HW acceleration,
 and that also means all the proper modules are loaded 

Please don't forget to consult the dri.sourceforge.net site for FAQ and 
how to install the DRI stuff properly...


Free, encrypted, secure Web-based email at www.hushmail.com

Reply via email to