Summary: | [wine] Brink compatible pixel format not found | ||
---|---|---|---|
Product: | Mesa | Reporter: | Sven Arvidsson <sa> |
Component: | Drivers/Gallium/radeonsi | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED DUPLICATE | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | CC: | fdsfgs |
Version: | 18.2 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
wine log with +wgl
brink apitrace |
Description
Sven Arvidsson
2018-08-25 20:01:00 UTC
Doom 3: BFG seems to have a similar problem (starts up to a white screen): 0009:warn:wgl:X11DRV_wglGetPixelFormatAttribivARB Unable to convert iPixelFormat 0 to a GLX one! 0009:warn:wgl:X11DRV_wglChoosePixelFormatARB Compatible Pixel Format not found Created attachment 141408 [details]
brink apitrace
glXChooseFBConfig(dpy = 0x7dce1f80, screen = 0, attribList = {GLX_RED_SIZE, 8, GLX_GREEN_SIZE, 8, GLX_BLUE_SIZE, 8, GLX_ALPHA_SIZE, 8, GLX_DEPTH_SIZE, 24, GLX_STENCIL_SIZE, 8, GLX_SWAP_METHOD_OML, 32865, GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB, 1, GLX_DOUBLEBUFFER, True, GLX_DRAWABLE_TYPE, GLX_WINDOW_BIT, GLX_RENDER_TYPE, GLX_RGBA_BIT | GLX_COLOR_INDEX_BIT | 0xfffffffffffffffc, 0}, nitems = &0) = NULL From the apitrace it looks like Wine passes 32865 (0x8061)for GLX_SWAP_METHOD_OML to glXChooseFBConfig, what I can tell from the specs only 0x8060 is allowed as a parameter to GLX_SWAP_METHOD_OML. If someone can confirm this I will file a new bug with Wine. (In reply to Sven Arvidsson from comment #3) > From the apitrace it looks like Wine passes 32865 (0x8061)for > GLX_SWAP_METHOD_OML to glXChooseFBConfig, what I can tell from the specs > only 0x8060 is allowed as a parameter to GLX_SWAP_METHOD_OML. > > If someone can confirm this I will file a new bug with Wine. I'm an idiot. Anyhow, recreating the call to glXChooseFBConfig in a sample program with the swap method set to GLX_SWAP_EXCHANGE_OML/0x8061 doesn't return a fbconfig. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.