Darren Freeman wrote:
On Tue, 2007-07-31 at 12:28 +0200, Helge Hafting wrote:
A user with trouble can run "glxinfo". If one of the first lines
says "direct rendering: no", then software DRI is in use, and
commenting out DRI from the "Module" section in xorg.conf
will fix the performance problem.
I don't think it's as simple as that. Mine is as follows, with boring
stuff cropped off the bottom. From the version string, I am using s/w
OpenGL, right? Mesa is a software implementation AFAIK. Which is kinda
annoying since I bought a pretty decent 3D accelerated card and it's not
exactly brand new any more.
Thank you for the correction. The machine here says
"direct rendering: no" but thinking of it, I already
disabled the dri module because it hangs the machine now
and then - very annoying. So the correct way is to check
the version string whenever DRI is available. Of course,
one can imagine another sw implementation than mesa,
but who would bother . . .
Helge Hafting