[ltp] xorg.conf and direct rendering on a T61

Tino Keitel linux-thinkpad@linux-thinkpad.org
Tue, 24 Mar 2009 07:31:40 +0100


On Mon, Mar 23, 2009 at 23:00:53 +0000, Daniel Castro wrote:
> Hi All!
> 
> I am troubleshooting a problem I have on my computer and I thought someone
> here might be able to help.
> To see exactly what my problem is and what I've done look at:
> https://answers.launchpad.net/ubuntu/+source/compiz/+question/64975

Hi,

your glxinfo says:

"(LIBGL_ALWAYS_INDIRECT set)"

If this variable is set, all programs will use indirect rendering.

Try this in a terminal:

unset LIBGL_ALWAYS_INDIRECT
glxinfo | grep direct
googleearth

Regards,
Tino