[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Vertical Sync



On Tue, 2005-11-01 at 20:54 +0800, Simon Wittber wrote:
> Is there a cross platform way to perform buffer swaps on the vertical sync?
> 
> I'm having trouble with jerky motion, even though I am getting 800
> fps. On windows boxes, where vertical sync is enabled, it runs very
> smoothly.


SDL does not offer any way to to be vsynced with the monitor. So it is
entirely up to the display driver hoy the display updates are performed.
In the same vein, there is no way to control the refresh rate
either. :-[