Index: /trunk/src/VBox/Additions/common/crOpenGL/load.c
===================================================================
--- /trunk/src/VBox/Additions/common/crOpenGL/load.c	(revision 38863)
+++ /trunk/src/VBox/Additions/common/crOpenGL/load.c	(revision 38864)
@@ -1130,6 +1130,8 @@
 
 #if defined(CR_NEWWINTRACK) && !defined(WINDOWS)
-    /*@todo when vm boots with compiz turned on, new code causes hang in xcb_wait_for_reply in the sync thread*/
-    if (!crStrcmp(response, "compiz") || !crStrcmp(response, "compiz_real")
+    /*@todo when vm boots with compiz turned on, new code causes hang in xcb_wait_for_reply in the sync thread
+     * as at the start compiz runs our code under XGrabServer.
+     */
+    if (!crStrcmp(response, "compiz") || !crStrcmp(response, "compiz_real") || !crStrcmp(response, "compiz.real")
 	|| !crStrcmp(response, "compiz-bin"))
     {
