> It depends on whether you want sync to vblank or not. If not, that is
> pretty easy - use sleep() or something similar. If you have to use
> sync (screen is always either black or white, never partly black and
> white) then it is much much more difficult. Actually I do not know of
> any way to sync to it.

But you do not have to sync to vblank anyway. So you can turn on
vblank sync for the videocard and then you will have either completely
black or completely white screen at each single time point, but this
will be delayed in regard to what you set in python.

Hope this helps,
S.Nizamov
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to