home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1267.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  988 b   |  25 lines

  1. >>>>> "Hugh" == Hugh Mclenaghan <hughmcl@chem.gla.ac.uk> writes:
  2.  
  3.     Hugh> Here is a further note about some bugs.  I changed the
  4.     Hugh> refresh and the problem with the screen being redrawn funder
  5.     Hugh> mouse cursor seemed to be sorted, but it seems to be running
  6.     Hugh> quite slowly.  1.99m is fine on the same machine.
  7.  
  8. Yes, this is what I'd expect to happen.  In "normal" screen update
  9. mode, Executor doesn't transfer pixels from the internal screen to the
  10. SVGA board until the program checks for events (keypresses, mouse
  11. presses, etc.)  This is a performance heuristic.
  12.  
  13. "refresh" mode will force the real screen to get updated periodically
  14. regardless, at a certain performance penalty.
  15.  
  16. "animation" mode will cause all drawing to appear on the SVGA board
  17. ASAP, at a performance penalty (not nearly as bad as refresh, but not
  18. as good as normal).
  19.  
  20. I'll change Executor so that the entire screen you are seeing is
  21. always properly updated when the cursor is redrawn.
  22.  
  23. -Mat
  24.  
  25.