Comment 104 for bug 120834

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

On this page ( https://bugs.freedesktop.org/show_bug.cgi?id=11847 ) they say
this bug is fixed. I downloaded new mesa_7_0_branch[1] from git, and
new libdrm[2] with kernel modules. I patched mesa branch with ubuntu patches[3],
compiled successfully under ubuntu hardy, but glxinfo reports:

Error: couldn't find RGB GLX visual

It seems it needs more knowledge to upgrade MesaLib-7.03~rc2-ubuntu3
to a newer one.

----------------- sources -----------------
[1] git clone git://anongit.freedesktop.org/git/mesa/mesa mesa_7_0_branch
[2] git clone git://anongit.freedesktop.org/git/mesa/drm
[3] http://archive.ubuntu.com/ubuntu/pool/main/m/mesa/mesa_7.0.3~rc2-1ubuntu3.diff.gz

--------------- Xorg.0.log ---------------
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/i965_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering

---
turning off AIGLX not help.

any suggestion?