home *** CD-ROM | disk | FTP | other *** search
Wrap
Received: from netnet1.netnet.net (netnet1.netnet.net [198.70.64.2]) by nacm.com (8.6.10/8.6.9) with ESMTP id UAA00412 for <executor@nacm.com>; Wed, 25 Oct 1995 20:13:00 -0700 Received: (from mouring@localhost) by netnet1.netnet.net (8.6.9/8.6.9) id WAA07288; Wed, 25 Oct 1995 22:12:59 -0500 Date: Wed, 25 Oct 1995 22:12:59 -0500 (CDT) From: Ben Lindstrom <mouring@netnet.net> To: executor@nacm.com Subject: Linux + SVGALIB In-Reply-To: <Pine.SUN.3.91.951025171554.10970D-100000@netnet1.netnet.net> Message-ID: <Pine.SUN.3.91.951025220845.6729A-100000@netnet1.netnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-paper@nacm.com Precedence: bulk Please go through your code and find places where the screen in being updated (hopefully they are in one common place. =). And check if the current VT terminal is focused on the window.. Test Case: Start up globe (which gets 160 fps on my 486dx2-80 =) and go to another VT terminal. Then return...Black mouse curser and any moving graphics become black.=) Acutely you don't even need to run anything.=) At least if you can figure out if your are doing massives amount of screen graphics...lock the VT terminal focus. =)