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 - SDL_VIDEODRIVER=fbcon seems not to have double buffering, cursor quirks occur
Summary: SDL_VIDEODRIVER=fbcon seems not to have double buffering, cursor quirks occur
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 enhancement
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-11 09:09 UTC by Ivan Vucica
Modified: 2007-12-29 12:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!