home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text0451.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  2.7 KB  |  67 lines

  1.     id m0tmR6u-0007q3a; Tue, 13 Feb 96 13:14 MST
  2. Sender: owner-paper
  3. Received: from ardi.com by ftp.ardi.com
  4.     (Smail3.1.29.1 #3) id m0tmR6H-0007q1n; Tue, 13 Feb 96 13:13 MST
  5. Path: sloth.swcp.com!usenet
  6. From: Clifford T. Matthews <ctm@ardi.com>
  7. Newsgroups: comp.emulators.mac.executor
  8. Subject: Re: screen refresh
  9. Date: 13 Feb 1996 12:57:55 -0700
  10. Organization: ARDI
  11. Lines: 44
  12. Message-ID: <ufag2n0zi4.fsf@ftp.ardi.com>
  13. References: <311D2407.39F0@ix.netcom.com> <1iqHxoHpvahK089yn@skypoint.com>
  14. NNTP-Posting-Host: ftp.ardi.com
  15. In-reply-to: rsteiner@skypoint.com's message of 11 Feb 1996 23:30:56 -0600
  16. X-Newsreader: Gnus v5.0
  17. To: executor@ardi.com
  18. X-MailNews-Gateway: From newsgroup comp.emulators.mac.executor
  19. Sender: owner-paper@ardi.com
  20. Precedence: bulk
  21.  
  22. >>>>> "Rich" == Richard Steiner <rsteiner@skypoint.com> writes:
  23. In article <1iqHxoHpvahK089yn@skypoint.com> rsteiner@skypoint.com (Richard Steiner) writes:
  24.  
  25.  
  26.     Rich> Here in comp.emulators.mac.executor, Steve Duhaime
  27.     Rich> <smd3@ix.netcom.com> spake unto us, saying:
  28.  
  29.     >> With the help of a kind person I figured out how to change
  30.     >> screen resolution, can I change the refresh rate?
  31.  
  32.     Rich> Typing "executor -help" at the DOS prompt will give you a
  33.     Rich> whole list of command-line options.  You can use "executor
  34.     Rich> -help > help.txt" to redirect the output to a text file
  35.     Rich> (it's more than one screen long).
  36.  
  37.     Rich> One of those options (-refresh) allows you to change the
  38.     Rich> refresh rate.  Also, you can use Control-Apple-5 when inside
  39.     Rich> a program to change a number of different things for that
  40.     Rich> program.
  41.  
  42. There may be some confusion here.
  43.  
  44. There are two different refresh rates and I suspect Steve and Rich are
  45. talking about two different ones.
  46.  
  47. One rate is the rate at which the image on the monitor is drawn by the
  48. electron beam.  That rate can't be adjusted by Executor.
  49.  
  50. The other rate only comes into play when some programs write directly
  51. to screen memory and expect the results to immediately be displayed on
  52. the screen.  Under many Operating Systems, Executor isn't able to map
  53. the screen into memory in such a way for this to work.  In that case
  54. Executor needs to periodically copy from the pretend screen to the
  55. real screen.  That is what "-refresh n" does, where "n" is the number
  56. of sixtieths of a second to wait in between repainting.  These days
  57. Executor will automatically detect programs that require refresh and
  58. set refresh to 10 (i.e. 6 updates a second), which is a compromise
  59. number (if your CPU can handle it, setting refresh to 3 makes games
  60. much more smooth).
  61.  
  62. Sorry for the confusion.
  63.  
  64. --Cliff
  65. ctm@ardi.com
  66.  
  67.