Displaying 1 result from an estimated 1 matches for "compositeerror".
2007 May 18
1
compiz run on DISPLAY :2 error: No composite extension
...compiz: No composite extension
I check compiz source code:
if (!XQueryExtension (dpy,
COMPOSITE_NAME,
&d->compositeOpcode,
&d->compositeEvent,
&d->compositeError))
{
fprintf (stderr, "%s: No composite extension\n", programName);
return FALSE;
}
NAME
XQueryExtension, XListExtensions, XFreeExtensionList - list
available extensions
ARGUMENTS
display Specifies the connection to the X server.
nam...