We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 491

Summary: SDL_VIDEODRIVER=fbcon seems not to have double buffering, cursor quirks occur
Product: SDL Reporter: Ivan Vucica <ivucica>
Component: videoAssignee: 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
I am not very proficient in SDL, however I have observed behavior of game Battle for Wesnoth and it appears that, with SDL_VIDEODRIVER=fbcon there's no doublebuffering. Also, there are some mouse cursor quirks. 

Easiest way to see this in action is running wesnoth with the appropriate video driver, and then going to credits. Much visual flickering occurs. 

I have also reported this bug to Wesnoth's bugsystem here:
https://gna.org/bugs/?7998
Comment 1 Sam Lantinga 2007-12-29 12:18:42 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!