Comment 110 for bug 120834

Revision history for this message
Sander Smid (s-smid) wrote : Re: [Bug 120834] Re: intel gm965 freezes with 3d applications

Bela,

Sounds to good to be true... a fix after all these years ;)
Could you tell me how you build xf86-video-intel? When I do ./autogen.sh
I get the following error:

checking for sys/mman.h... yes
checking for mprotect... yes
./configure: line 21292: syntax error near unexpected token `XINERAMA,'
./configure: line 21292: `XORG_DRIVER_CHECK_EXT(XINERAMA, xineramaproto)'

I did some google search and the closest hit I found was:
http://<email address hidden>/msg33497.html

But red hat systems have other package names and I don't know which to
install on ubuntu..

any help would be appriciated!
Sander

Bela MIHALIK wrote:
> I got some help on forum that i mentioned above, and i can use mesa_7_0_branch now.
> It is working on my system. I can use blender without crash, and it is fast.
> I think this bug is fixed.
>
> ----- sources & compile process -----
>
> # git clone git://anongit.freedesktop.org/git/mesa/drm
> # cd drm
> # make install
> # make -C linux-core install
>
> # git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
> # cd xf86-video-intel
> # make install
>
> # git clone git://anongit.freedesktop.org/git/mesa/mesa
> # cd mesa
> # git checkout -b mesa_7_0_local origin/mesa_7_0_branch
> ...edit configs/default file
> INSTALL_DIR=/usr
> DRI_DRIVER_INSTALL_DIR=/usr/lib/dri
> # make linux-dri-x86-64
> # make install
>
>