Heya, I have the problem that pbuffers works and is reported present in linux, but when running inside wine they are not :(. Some info: * glxinfo gives: GLX_SGIX_pbuffer in both server and client glx extensions, the glx version is reported as 1.4 * fgl_glxgears says on start: Using GLX_SGIX_pbuffer and it works as it should. * the glew visualinfo tool (http://glew.sourceforge.net/) running in wine dont report anything about pbuffers. * the glew glewinfo tool running in wine says this about pbuffers: WGL_ARB_pbuffer: MISSING ---------------- wglCreatePbufferARB: MISSING wglDestroyPbufferARB: MISSING wglGetPbufferDCARB: MISSING wglQueryPbufferARB: MISSING wglReleasePbufferDCARB: MISSING Im running Ubuntu jaunty 9.04 x86_64 and has a ATI HD4870 card running the latest 9.5 drivers, using wine-1.1.22. >From what ive read there should be a GLX -> WGL bridge for pbuffers working in wine right? I could really use some help in localizing the point of error here. BR agru