home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1114.lha / Programs / SetBuffers / documents / SetBuffers.doc < prev    next >
Encoding:
Text File  |  1995-07-15  |  4.7 KB  |  143 lines

  1.  
  2.     *********************************************************************
  3.     *  SETBUFFERS v1.28 -- sets buffers for FileSystem Devices          *
  4.     *  Copyright (C) 1993-1995 AUSTEX SOFTWARE. Freely Distributable.   *
  5.     *********************************************************************
  6.  
  7.  
  8. GETTING STARTED
  9.  
  10.     SetBuffers is a simple tool for setting the amount of buffers
  11.     for each device in your system. It is a logical extension of
  12.     the addbuffers command.
  13.     
  14.     This tool is designed to be used with KickStart v37.175 or
  15.     greater and WorkBench 2.04+.
  16.     
  17. USAGE
  18.  
  19.     SetBuffers can be used from either the CLI or from WorkBench. There are
  20.     parameters that can be used to alter the operation of SetBuffers.
  21.     The default configuration is taken when no parameters are entered.
  22.  
  23.     SETBUFFERS   EDIT/S,USE/S,SAVE/S,DISKREQ/S
  24.  
  25.     EDIT (default)
  26.  
  27.     This setting will open up a window for use in editing the buffer
  28.     parameters. (see EDITING)
  29.  
  30.     SAVE
  31.     
  32.     This option will save the current configuration as an environment
  33.     archive file. Saving the configuration will ensure that you have
  34.     it upon next reset using a standard startup-sequence.
  35.  
  36.     USE
  37.     
  38.     This option will take the current configuration and perform the
  39.     buffer changes if there are any. Currently, if an error occurs
  40.     when changing a buffer size, it is ignored.
  41.  
  42.     DISKREQ
  43.     
  44.     This option allows a disk retry requester to appear when using
  45.     the info feature. As the default, no requester appears when
  46.     obtaining information on a device where no disk in present.
  47.  
  48.  
  49. WORKBENCH
  50.  
  51.     SetBuffers may be used from the WorkBench. Double clicking on the
  52.     program icon will start the program and parse any options the
  53.     user has set. These options are the same as per the CLI.
  54.     
  55.     Placing the icon in the WBStartup drawer on WorkBench would be
  56.     a logical place, but the buffer changes won't be made until this
  57.     time. For a faster startup-sequence the user would be better to
  58.     place a call to SetBuffers in the startup-sequence file just
  59.     before IPrefs, or more legally, in the user-startup file.
  60.  
  61.  
  62. EDITING
  63.  
  64.     The listview gadget in the edit window displays the current filesystem
  65.     devices in your setup. These devices are capable of buffer operation.
  66.     The first value to the right of the device name represents the current
  67.     buffer value assigned to that device. The number after the arrow 
  68.     represents the value you wish to change the buffers to. This value can
  69.     be greater or smaller than the current value.
  70.     
  71.     The value options on the far right in the edit window represent a
  72.     selection of possible values you may want to use. The top option named
  73.     "current", when selected, will cause no change to be made to the
  74.     device buffer. The last option "user" accepts a minimum of 2k and
  75.     only positive values to be entered. You may want to enter a value of
  76.     880 for a complete normal density disk buffer.
  77.     
  78.     A total of the buffer values in shown in a text gadget. This is the
  79.     addition of values preferred for buffering.
  80.     
  81.     After you have selected values and are finished editing, you may;
  82.     
  83.     o Select the CANCEL gadget to ignore selections and exit or,
  84.     o Select "Save Settings" from the setting menu to save your values and/or
  85.     o Select USE to change the buffer settings.
  86.     
  87. INFO
  88.     
  89.     Selecting the info button will (if a device list exists) produce a simple
  90.     requester containing information on the selected device.
  91.  
  92.  
  93. ACKNOWLEDGMENTS
  94.  
  95.     Thanks to our beta-testers:
  96.     David Hughes (Kingaroy Software), Simon Spagnol and
  97.     Wayne Spagnol.
  98.  
  99. DISTRIBUTION
  100.  
  101.     SetBuffers may be freely distributed, as long as no charge is made other
  102.     than to cover time and copying costs.
  103.  
  104.     Other options may not be given without permission from AUSTEX SOFTWARE.
  105.  
  106.  
  107.     Bug reports, suggestions etc.....
  108.  
  109.     AUSTEX SOFTWARE
  110.     P.O.BOX 48
  111.     KIRWAN, QUEENSLAND 4817
  112.     AUSTRALIA.
  113.  
  114.     EMail: Stephen.Smith@jcu.edu.au
  115.  
  116. VERSIONS
  117.  
  118.     o v1.00    - First version test.
  119.  
  120.     o v1.02    - Minimum user selection fixed.
  121.  
  122.     o v1.03    - Pre-release version.
  123.  
  124.     o v1.04    - Release version.
  125.  
  126.     o v1.05    - Fixed text format in listview gadget. Window enlarged.
  127.  
  128.     o v1.06    - Restore function was not restoring 'current' options
  129.               correctly. 
  130.             - Window zoom now looks at correct font height.
  131.  
  132.     o v1.07/v1.25 - Internal updates.
  133.  
  134.     o v1.26    - Fixed bug with workbench exit function.
  135.             - Access to "NET:" device removed.
  136.             - Added gadget for information on each device.
  137.             - Filesystem devices are now listed alphabetically. 
  138.             - New look to window with custom backfill.
  139.             - Keyboard shortcuts added for each gadget.
  140.             - Added DISKREQ option.
  141.             - Fixed for gfx cards.
  142.     o v1.28 - Fixed bug with memory total addition.
  143.