| Summary: | Xinerama / Twinview fixes [patch] | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Gabriel Jacobo <gabomdq> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | Fix for Xinerama/Twinview | ||
*** Bug 1514 has been marked as a duplicate of this bug. *** |
Created attachment 879 [details] Fix for Xinerama/Twinview Attached there's a patch to fix the Xinerama functionality under SDL 2. With Nvidia's 302.17 binary driver, Twinview is reporting the screens correctly using the Xinerama extension, but this was not enough to fix the problems I was seeing. The attached patch should solve those problems, creating two SDL Video Displays for each screen, and fullscreen functionality now works as expected.