Comment 47 for bug 132707

Revision history for this message
In , Nicolò Chieffo (yelo3) wrote :

> What does
> ps aux | grep X
> say?

it identifies the X process correctly
root 2433 7.5 3.8 27132 19404 tty7 Ss+ 22:33 0:10
/usr/bin/X :0 -br -auth /var/gdm/:0.Xauth -nolisten tcp vt7

> Can you verify with objdump / strings / whatever that this file contains
> r300SetTexOffset?

strings /usr/lib/dri/r300_dri.so| grep r300SetTexOffset
gives no result
the only SetTex* are:
r300SetTexImages
r300SetTexImages
r300SetTexWrap

> > is the function r300SetTexOffset introduced with the mesa 7.1 patch?
>
> As I said in comment #10: 'Mesa 7.0.1 already contains all the needed Mesa
> bits.'

In fact I was wondering if the hadn't been applied!