It looks like the direct rendering is a problem.    But I'm not sure how to fix it..  This is a fedora 8 distro with the intel driver 945GM chipset.<br><br><br><br>$DISPLAY=:0 glxinfo | grep render<br>direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
<br>OpenGL renderer string: Mesa GLX Indirect<br><br><br><br>I added the following to the xorg.conf, even though I saw glx and dri enabled already in the Xorg.0.log file, but it didn't do anything.<br><br>Section "Module"
<br>        Load "dri"<br>        Load "glx"<br>EndSection<br><br>Section "DRI"<br>    Mode 0666<br>EndSection<br><br>