| Summary: | Fullscreen broken with SDL_RENDERER_SOFTWARE in Gnome 3 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Jonas Thiem <contact> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | etc0de |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Jonas Thiem
2011-06-20 08:35:36 UTC
This seems to be the output that identifies the current hg revision I use (sorry if it is not, I am not familiar with hg): bash-4.2$ hg summary parent: 5552:2167a41feefe tip Fixed gcc warnings for apps using SDL headers with -Wundef flag. branch: default commit: 3 modified, 2 deleted, 1 unknown update: (current) bash-4.2$ I got a workaround: Starting windowed and then after 5 seconds running SDL_SetWindowFullscreen(mainwindow, SDL_TRUE); gets me a properly working fullscreen mode. If I use SDL_SetWindowFullscreen(mainwindow, SDL_TRUE); right after SDL_CreateWindow()/SDL_CreateRenderer(), I get just the broken fullscreen though (so the same bugged behaviour as with direct fullscreen as described in this bug report). The problem is seemingly resolved, probably due to a bugfix in gnome 3 itself. Great, thanks for the update! |