[ltp] XFree86 Acceleration
Dan Borello
linux-thinkpad@linux-thinkpad.org
Thu, 02 Oct 2003 01:50:34 -0500
I have solved the problem. I upgraded to xlibmesa-dri in experimental.
It installed several packages and that file was created. Now I am happy
on a nice Accelerated X. About 1500fps with glxgears.
Now if i could just get Americas Army to run correctly I'd be happy.
dan borello
On Thu, 2003-10-02 at 01:43, Tino Keitel wrote:
> 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