The compiz script is counting GLX_EXT_texture_from_pixmap in glxinfo and
-gt means Greater Than : so glxinfo should display
GLX_EXT_texture_from_pixmap 3 times
if [ $($GLXINFO 2>/dev/null | grep GLX_EXT_texture_from_pixmap -c) -gt 2 ] ;
then
verbose "present. \n"
return 0;
else
verbose "not present. \n"
--
compiz will not launch with fglrx driver - falls back to metacity
https://bugs.launchpad.net/bugs/173663
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs