| Summary: | CRTC size incorrectly detected when using xrandr --scale-from | ||
|---|---|---|---|
| Product: | SDL | Reporter: | James Le Cuirot <chewi> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | ASSIGNED --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | 2.0.5 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
James Le Cuirot
2016-12-14 22:05:37 UTC
I see that I overlooked this line in SetXRandRModeInfo: ((SDL_DisplayModeData*)mode->driverdata)->xrandr_mode = modeID; Obviously this is critically important so I'll take that into account too. :) When adding the larger size (e.g. 4K) then this would actually be the modeID for the smaller size (e.g. 1080p). |