Comment 111 for bug 120834

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

> 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

I don't know why it is not compiling on your system.
May be some development packages are missing.
Tty to install all xinerama development packages:

#sudo apt-get install xinerama-dev*

If you attach your config.log that is generated in xf86-video-intel directory,
may be i can tell more.

Bela