You are not logged in.

#1 2008-05-19 21:06:49

abienkow
Member
Registered: 2007-04-18
Posts: 18

missing GLX_EXT_texture_from_pixmap

When using the glxinfo command I should have three instances of GLX_EXT_texture_from_pixmap for compiz to work.

$ glxinfo | grep pixmap
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_texture_from_pixmap

Since one of them is missing, does this mean that mesa has not been compiled with the new xorg server 1.4?

Offline

#2 2008-05-21 14:32:36

abienkow
Member
Registered: 2007-04-18
Posts: 18

Re: missing GLX_EXT_texture_from_pixmap

Does anyone know how I can get compiz working with my ATI hard, I have direct rendering working, but GLX_EXT_texture_from_pixmap only shows up twice.  I know compiz-fusion does this check in the start-up script and it requires three occurances.

$ glxinfo | grep direct
direct rendering: Yes

Offline

#3 2008-05-21 19:12:02

chris89
Member
From: Austria
Registered: 2008-03-18
Posts: 48

Re: missing GLX_EXT_texture_from_pixmap

I have 3 instances of GLX_EXT_texture_from_pixmap (using the repository packages), but I have to set LIBGL_ALWAYS_INDIRECT, otherwise compiz claims about missing GLX_EXT_texture_from_pixmap too..

Have you tried to set LIBGL_ALWAYS_INDIRECT? (export LIBGL_ALWAYS_INDIRECT=true compiz [..parameters..])

---------------------

I haven't found any real solution to that (all articles suggested to set LIBGL_ALWAYS_INDIRECT, but that's not an elegant solution in my opinion)..

Offline

Board footer

Powered by FluxBB