| Summary: | respect xinerama settings for "0" | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Mike Frysinger <vapier> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | trygve.vea |
| Version: | HG 1.2 | Keywords: | target-1.2.14 |
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Mike Frysinger
2008-02-27 13:08:16 UTC
I confirm. This bug exists in Ubuntu 8.10 version. It prevents SDL applications from running properly on first Xinerama screen, making them useless for me. This happens because set up Xinerama mode is overwritten in XVidMode code block. The patched version works properly. Please apply this patch to the upstream version. *** Bug 511 has been marked as a duplicate of this bug. *** Tagging this bug with "target-1.2.14" so we can try to resolve it for SDL 1.2.14. Please note that we may choose to resolve it as WONTFIX. This tag is largely so we have a comprehensive wishlist of bugs to examine for 1.2.14 (and so we can close bugs that we'll never fix, rather than have them live forever in Bugzilla). --ryan. Thanks for the patch! This has been applied for SDL 1.2.14. |