Steve Bergman spake the following on 2/4/2006 12:47 AM:
Is it possible to run 32 bit X applications under CentOS using DRI?
I'm finding that the app looks for:
/usr/X11R6/lib/modules/dri/r200_dri.so
and does not find it. Although
/usr/X11R6/lib64/modules/dri/r200_dri.so
does exist.
And so I end up with software gl rendering.
Thanks, Steve
32 bit apps need 32bit libraries. AFAIK you can have both installed, thats why there is a lib/modules and a lib64/modules.