| Summary: | SDL Full screen overflows offscreen | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Jonathan Rosen <holy.smoking.floorboards.batman> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | target-1.2.14 |
| Version: | 1.2.13 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Jonathan Rosen
2009-04-05 08:59:13 UTC
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. I had a look again, recently, at this problem and found it to be related directly to X. A somewhat-related issue found in a google search turned out to be the same cause. Something about X only performing a single scan of something or other, unless otherwise specified. Anyway, this single scan is what caused the stretched image. The fix was to put the following in the appropriate Device section the /etc/X11/xorg.conf Option "ModeValidation" "DoubleScanPriority" This fixed it for me, although I feel is kind of a work-around. |