| Summary: | SDL_VIDEODRIVER=fbcon seems not to have double buffering, cursor quirks occur | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ivan Vucica <ivucica> |
| Component: | video | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Ivan Vucica
2007-09-11 09:09:31 UTC
This is usually caused by an application requesting a hardware video surface and not correctly handling it. The simple fix would be to remove SDL_HWSURFACE from the video mode arguments. Please let me know if this isn't the case! |