Comment 1 for bug 141164

Revision history for this message
Sean Flaherty (seflaherty) wrote :

This is also entered in launchpad as bug #141130. There is a comment there to see ubuntuforums .org for a change to the /usr/bin/compiz wrapper script.

The change:
[FROM]
222c222
< TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_TEXTURE_SIZE | sed 's/.*=[^0-9]//g')
---
[TO]
> TEXTURE_LIMIT=$(glxinfo -l | grep GL_MAX_3D_TEXTURE_SIZE | sed 's/.*=[^0-9]//g')