Comment 120 for bug 120834

Revision history for this message
Bela MIHALIK (bela-mihalik) wrote : Re: intel gm965 freezes with 3d applications

Hmm... Let see what is the difference between our systems!

I have an optimized version of Blender3D.
I downloaded official Blender 2.46 sources from blender.org,
i created a user-config.py in the root directory of the sources
(file attached).

Also i has gcc-4.3.1, because it uses more feature of Core2 CPU core.
However i compiled all intel-video and mesa sources with gcc-4.2.3
comes with ubuntu. I compiled only Blender with gcc-4.3.1

You can download gcc sources from http://gcc.gnu.org/
One mirror example: ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-4.3.1/gcc-4.3.1.tar.bz2
I configured gcc with the following line: ./configure --prefix=/opt/gcc-4.3.1 --enable-languages=c,c++,objc

-----
But why you don't see DRI working with glxinfo... i don't know.
Try to look libdrm files in /lib directory, and delete or move
them to /usr/lib directory. Also check /usr/local/lib.

What you see in your /var/log/Xorg.0.log file? xorg loaded your dri drivers succesfully?