[ltp] XFree86 Acceleration

Tino Keitel linux-thinkpad@linux-thinkpad.org
Thu, 2 Oct 2003 08:43:18 +0200


On Wed, Oct 01, 2003 at 15:59:26 -0500, Dan Borello wrote:

[...]

> At the buttom it suggests setting the env variable LIBGL_DEBUG=verbose. 
> When I do this and run glxinfo I get:
> 
> # glxinfo
> name of display: :0.0
> libGL: XF86DRIGetClientDriverName: 4.0.1 r200 (screen 0)
> libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
> libGL error: dlopen failed: /usr/X11R6/lib/modules/dri/r200_dri.so:
> cannot open shared object file: No such file or directory
> libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
> libGL error: dlopen failed: /usr/X11R6/lib/modules/dri/r200_dri.so:
> cannot open shared object file: No such file or directory
> display: :0  screen: 0
> direct rendering: No
>  ...
> 
> 
> r200_dri does not exist.  I am not sure where it should come from.  
> 
> Any insight is appreciated.
> 
> thanks,
> dan borello

What do you get here:

ls -l /usr/X11R6/lib/modules/dri/r200_dri.so

Tino