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: 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: References: <376e5d38-4384-4453-9719-302150827c58@a17g2000yqj.googlegroups.com> Date: Thu, 15 Dec 2011 13:18:10 +0100 Subject: Re: Screen Control Fullscreen ON/OFF From: Nizamov Shawkat To: yeet 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 > 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