Re: DIGITAL_MEDIA_PBUFFER and Performer

New Message Reply Date view Thread view Subject view Author view

Juan Pablo Di Lelle (jdilelle++at++discreet.com)
Mon, 01 Feb 1999 10:53:41 -0500


Software Development & Support. wrote:
> pw->setWSDrawable(...)
>
> Then the program crashes.
>
> Said:
> PF Notice: Num matching FBConfigs on display
> 0x100212f8=:0.0 screen 0 is 2
> X Error of failed request: BadAlloc (insufficient resources for
> operation)
> Major opcode of failed request: 141 (GLX)
> Minor opcode of failed request: 5 (X_GLXMakeCurrent)
> Serial number of failed request: 0
> Current serial number in output stream: 48
>

This doesn't look like a Performer problem.
It looks more like you're not setting all the
glx params correctly.

What are your config values for glXCreateGLXPbufferSGIX ?
If you want pbuffers to be "supported" by the choosen config,
the following param has to be there :

int params[]
{
    ...
    GLX_DRAWABLE_TYPE_SGIX, GLX_PBUFFER_BIT_SGIX,
    ...
}

Otherwise I don't know what could be missing in your config.

hope this helps.

Juan Pablo.

-- 
_______________________________________________________________

juan pablo di lelle jdilelle++at++discreet.com 3d freak* tel: (514) 954-7343 *from discreet logic www.discreet.com _______________________________________________________________


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Feb 01 1999 - 07:54:30 PST

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.