home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text2835.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.9 KB

  1. Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.10/8.6.9) with ESMTP id OAA08651 for <executor@nacm.com>; Fri, 7 Jul 1995 14:11:06 -0700
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id PAA29922; Fri, 7 Jul 1995 15:11:04 -0600
  3. Received: from gwar.ardi.com by mailhost  with smtp
  4.     (nextstep Smail3.1.29.0 #11) id m0sUKdx-000YbmC; Fri, 7 Jul 95 15:09 MDT
  5. Received: by gwar.ardi.com (linux Smail3.1.28.1 #5)
  6.     id m0sUKdw-000GOkC; Fri, 7 Jul 95 15:09 MDT
  7. Message-Id: <m0sUKdw-000GOkC@gwar.ardi.com>
  8. Date: Fri, 7 Jul 95 15:09 MDT
  9. From: mat@ardi.com (Mat Hostetter)
  10. To: Hugh Mclenaghan <hughmcl@chem.gla.ac.uk>
  11. Subject: Re: Executor/DOS 1.99m bug report
  12. In-Reply-To: <20576.199507061240@nernst.chem.gla.ac.uk>
  13. References: <20576.199507061240@nernst.chem.gla.ac.uk>
  14. cc: executor@nacm.com
  15. Sender: owner-paper@nacm.com
  16. Precedence: bulk
  17.  
  18. >>>>> "Hugh" == Hugh Mclenaghan <hughmcl@chem.gla.ac.uk> writes:
  19.  
  20.     Hugh> Here is a further note about some bugs.  I changed the
  21.     Hugh> refresh and the problem with the screen being redrawn funder
  22.     Hugh> mouse cursor seemed to be sorted, but it seems to be running
  23.     Hugh> quite slowly.  1.99m is fine on the same machine.
  24.  
  25. Yes, this is what I'd expect to happen.  In "normal" screen update
  26. mode, Executor doesn't transfer pixels from the internal screen to the
  27. SVGA board until the program checks for events (keypresses, mouse
  28. presses, etc.)  This is a performance heuristic.
  29.  
  30. "refresh" mode will force the real screen to get updated periodically
  31. regardless, at a certain performance penalty.
  32.  
  33. "animation" mode will cause all drawing to appear on the SVGA board
  34. ASAP, at a performance penalty (not nearly as bad as refresh, but not
  35. as good as normal).
  36.  
  37. I'll change Executor so that the entire screen you are seeing is
  38. always properly updated when the cursor is redrawn.
  39.  
  40. -Mat
  41.  
  42.