Summary: | Selecting 2xAntiAliasing causes Nexuiz to crash "X Error: BadMatch, failed request (X_CreateWindow)" | ||
---|---|---|---|
Product: | Mesa | Reporter: | Emil Velikov <emil.l.velikov> |
Component: | Drivers/DRI/nouveau | Assignee: | Nouveau Project <nouveau> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Nexuiz console output
nv50_screen_is_format_supported - debug info nv50_screen_is_format_supported - debug info, disallow sample_count=2 Patch to disable MS visuals. |
Description
Emil Velikov
2012-03-04 06:01:43 UTC
Created attachment 58005 [details]
nv50_screen_is_format_supported - debug info
Created attachment 58006 [details]
nv50_screen_is_format_supported - debug info, disallow sample_count=2
Nexuiz works great if we return False when sample_count is 2
IMHO this is a mesa and/or X fault, although I'm out of ideas I'm happy to test any patches/provide any additional information Thanks Emil Created attachment 58007 [details]
Patch to disable MS visuals.
Does that help ?
Works like a charm Note: Nexuiz complains about "Couldn't get an RGB, Double-buffered, Depth visual" Although everything works as expected Thanks Emil The issue exists in xonotic 0.6 (nexuiz fork) I would not mind filing the bug in xonotic if it is an application issue Regards Emil Thank you, the issue was resolved by commit f80c2874eca86a12517fbe2f4c15287edfb4dc89 Author: Christoph Bumiller <e0425955@student.tuwien.ac.at> Date: Mon May 21 23:46:11 2012 +0200 gallium: add st_api feature mask to prevent advertising MS visuals v2: use a define for the maximum sample count v3: also test odd sample counts (r300 supports MS3) While multisample renderbuffers are supported by mesa, MS visuals are not, so we need a way to tell dri/st not to advertise them even if the gallium driver does support multisampled surfaces. Otherwise applications selecting these non-functional visuals would run into trouble ... Reviewed-by: Brian Paul <brianp@vmware.com> |
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.