Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #17267
| References | <d9c2e86d-eef1-4c5b-b5e0-d3c67e29368f@q16g2000yqn.googlegroups.com> <376e5d38-4384-4453-9719-302150827c58@a17g2000yqj.googlegroups.com> <CAFwQ1Sva2DLJBdGBQWFyzKZBzm-3mkExtyUDe5=a=pTGKqejpg@mail.gmail.com> |
|---|---|
| Date | 2011-12-15 13:18 +0100 |
| Subject | Re: Screen Control Fullscreen ON/OFF |
| From | Nizamov Shawkat <nizamov.shawkat@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3669.1323951493.27778.python-list@python.org> (permalink) |
> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Screen Control Fullscreen ON/OFF yeet <y.turgut@gmail.com> - 2011-12-15 02:59 -0800
Re: Screen Control Fullscreen ON/OFF yeet <y.turgut@gmail.com> - 2011-12-15 03:12 -0800
Re: Screen Control Fullscreen ON/OFF Nizamov Shawkat <nizamov.shawkat@gmail.com> - 2011-12-15 12:44 +0100
Re: Screen Control Fullscreen ON/OFF Grant Edwards <invalid@invalid.invalid> - 2011-12-15 19:50 +0000
Re: Screen Control Fullscreen ON/OFF Nizamov Shawkat <nizamov.shawkat@gmail.com> - 2011-12-15 13:18 +0100
Re: Screen Control Fullscreen ON/OFF Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2011-12-15 15:19 +0100
Re: Screen Control Fullscreen ON/OFF Yigit Turgut <y.turgut@gmail.com> - 2011-12-15 08:57 -0800
Re: Screen Control Fullscreen ON/OFF 88888 Dihedral <dihedral88888@googlemail.com> - 2011-12-15 06:40 -0800
csiph-web