Comment 7 for bug 44112

Revision history for this message
In , Hebertrich (hebertrich) wrote :

Gentoo bugs asked me to move this upstream :
http://bugs.gentoo.org/show_bug.cgi?id=140471

What happens is this.DRM direct rendering is showing
enabeled for the voodoo3 AGP card and has the expected
1360 fps after the update to modular X v 7.0 ( stable )
The other voodoo3 pci ( i got dual head ) is not accelerated
and has also the expected 250 fps or so with glxgears.
But any application using GL crashes with "Segmentation
fault". ( on the accelerated card, they work but real slow
on the pci card )
I have managed to produce a backtrace for TuxRacer

(gdb) bt
#0 0xb79cc237 in free () from /lib/libc.so.6
#1 0xb76ba40d in _mesa_free () from /usr/lib/xorg/modules/dri/tdfx_dri.so
#2 0xb76ba470 in _mesa_align_free () from
/usr/lib/xorg/modules/dri/tdfx_dri.so
#3 0xb76e0f8d in _mesa_free_texmemory () from
/usr/lib/xorg/modules/dri/tdfx_dri.so
#4 0xb76e0fde in _mesa_free_texture_image_data ()
   from /usr/lib/xorg/modules/dri/tdfx_dri.so
#5 0xb76e0f21 in _mesa_delete_texture_image () from
/usr/lib/xorg/modules/dri/tdfx_dri.so
#6 0xb76e2875 in _mesa_delete_texture_object ()
   from /usr/lib/xorg/modules/dri/tdfx_dri.so
#7 0xb7665780 in _mesa_halve2x2_teximage2d () from
/usr/lib/xorg/modules/dri/tdfx_dri.so
#8 0xb76e1f90 in _mesa_DeleteTextures () from
/usr/lib/xorg/modules/dri/tdfx_dri.so
#9 0x080845c3 in ?? ()
#10 0x00000001 in ?? ()
#11 0x08852f58 in ?? ()
#12 0xbf8bca04 in ?? ()
#13 0xbf8bca08 in ?? ()
#14 0xb79cc272 in free () from /lib/libc.so.6
#15 0x0804b3f1 in ?? ()

Im lost .. i tried to upgrade to xorg 7.1 the results
were even less brilliant. glxgears just showed a black
screen , no gears .. so i downgraded to 7.0

Help will be appreciated.Tell me what you need and ill
do my best :)

Thank you.