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

  1. >>>>> "Rich" == Richard Steiner <rsteiner@skypoint.com> writes:
  2. In article <1iqHxoHpvahK089yn@skypoint.com> rsteiner@skypoint.com (Richard Steiner) writes:
  3.  
  4.  
  5.     Rich> Here in comp.emulators.mac.executor, Steve Duhaime
  6.     Rich> <smd3@ix.netcom.com> spake unto us, saying:
  7.  
  8.     >> With the help of a kind person I figured out how to change
  9.     >> screen resolution, can I change the refresh rate?
  10.  
  11.     Rich> Typing "executor -help" at the DOS prompt will give you a
  12.     Rich> whole list of command-line options.  You can use "executor
  13.     Rich> -help > help.txt" to redirect the output to a text file
  14.     Rich> (it's more than one screen long).
  15.  
  16.     Rich> One of those options (-refresh) allows you to change the
  17.     Rich> refresh rate.  Also, you can use Control-Apple-5 when inside
  18.     Rich> a program to change a number of different things for that
  19.     Rich> program.
  20.  
  21. There may be some confusion here.
  22.  
  23. There are two different refresh rates and I suspect Steve and Rich are
  24. talking about two different ones.
  25.  
  26. One rate is the rate at which the image on the monitor is drawn by the
  27. electron beam.  That rate can't be adjusted by Executor.
  28.  
  29. The other rate only comes into play when some programs write directly
  30. to screen memory and expect the results to immediately be displayed on
  31. the screen.  Under many Operating Systems, Executor isn't able to map
  32. the screen into memory in such a way for this to work.  In that case
  33. Executor needs to periodically copy from the pretend screen to the
  34. real screen.  That is what "-refresh n" does, where "n" is the number
  35. of sixtieths of a second to wait in between repainting.  These days
  36. Executor will automatically detect programs that require refresh and
  37. set refresh to 10 (i.e. 6 updates a second), which is a compromise
  38. number (if your CPU can handle it, setting refresh to 3 makes games
  39. much more smooth).
  40.  
  41. Sorry for the confusion.
  42.  
  43. --Cliff
  44. ctm@ardi.com
  45.  
  46.