On Mon, 2007-04-16 at 16:06 +0300, Tommi Höynälänmaa wrote:
> I get the following error while debugging a Clutter application built 
> with the current Clutter trunk:
> ---
> X Error of failed request:  BadMatch (invalid parameter attributes)
>   Major opcode of failed request:  143 (GLX)
>   Minor opcode of failed request:  5 (X_GLXMakeCurrent)
>   Serial number of failed request:  17
>   Current serial number in output stream:  17
> ---
> The error occurs at line 192 of clutter-stage-glx.c:
> ---
>       glXMakeCurrent (stage_glx->xdpy, stage_glx->xwin, 
> stage_glx->gl_context);
> ---
> when function clutter_init is called.

Hmm, it might be that direct rendering isn't enabled on your system,
that can cause errors when clutter is started.

if you run glxinfo does it say that direct rendering is turned on?
Should be the 3rd line of the output.

Other info I guess that might help is what card/driver you're using.

iain

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to