Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #17267

Re: Screen Control Fullscreen ON/OFF

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <nizamov.shawkat@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.076
X-Spam-Evidence '*H*': 0.85; '*S*': 0.00; 'python.': 0.04; 'partly': 0.16; 'sync': 0.16; 'white,': 0.16; 'cc:addr:python-list': 0.16; 'cc:no real name:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'delayed': 0.23; 'cc:2**0': 0.24; 'not.': 0.28; 'depends': 0.28; 'message-id:@mail.gmail.com': 0.28; 'anyway.': 0.29; 'cc:addr:python.org': 0.29; 'point,': 0.32; 'pretty': 0.32; 'actually': 0.33; 'it.': 0.34; 'something': 0.35; 'subject:/': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'not,': 0.37; 'screen': 0.38; 'received:209.85': 0.38; 'either': 0.39; 'received:209': 0.40; 'hope': 0.61; 'more': 0.61; 'received:209.85.216.174': 0.80; 'subject:Control': 0.84; 'subject:OFF': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EDCGlEtKzg1vYnCgFOuhySmzb/uB5eciE1T7nXihzBY=; b=i0twrrn1NRasrD1yGh9t/lV/lSFtfCnfRvzXgVFK5SHCBQUg21uZLtiiWJ4BcQ6WUS 7+Q3Tr5cAsnglPX7pKVg3s57/Nfdx+DByLoLoNcXphRZknxxbgBIqRP/S2zrcAa6p8y3 402nVZGguHlUqdB5QaIw3uAxUHaN4+rRovtb0=
MIME-Version 1.0
In-Reply-To <CAFwQ1Sva2DLJBdGBQWFyzKZBzm-3mkExtyUDe5=a=pTGKqejpg@mail.gmail.com>
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 Thu, 15 Dec 2011 13:18:10 +0100
Subject Re: Screen Control Fullscreen ON/OFF
From Nizamov Shawkat <nizamov.shawkat@gmail.com>
To yeet <y.turgut@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3669.1323951493.27778.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1323951493 news.xs4all.nl 6849 [2001:888:2000:d::a6]:45472
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:17267

Show key headers only | View raw


> 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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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