home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / x / x24wnstl.zip / WINSTALL.TXT < prev   
Text File  |  1992-10-12  |  2KB  |  48 lines

  1. Running Winstall with Command-line Parameters
  2. ---------------------------------------------
  3.  
  4. Winstall can be executed with command-line parameters giving the driver
  5. resolution, colors, and font.  This will install the driver which
  6. conforms to the parameters given.  Usage is:
  7.  
  8. winstall <resolution> <colors> <font>
  9.  
  10. If any parameters are invalid, Winstall will tell you which parameter
  11. was invalid.  A bad parameter either indicates that the colors or font
  12. is invalid for the given resolution or there is a spelling error in the
  13. parameter.  Valid values for each parameter follow.  Note that the text
  14. for each parameter must be typed exactly as shown.
  15.  
  16.     Resolution       Colors (planes)        Font
  17.     ----------       ---------------        ----
  18.     640x200          4                      small
  19.     640x400          8                      large
  20.     640x480          15
  21.     800x600          16
  22.     1024x768         24
  23.     1280x960
  24.     1280x1024
  25.  
  26. The selections for colors are actually the number of bits per pixel.
  27. The following chart maps bpp to number of colors:
  28.  
  29.     bpp           Colors
  30.     --------------------
  31.     4             16
  32.     8             256
  33.     15            32768 (HiColor)
  34.     16            65536
  35.     24            16.7M (TrueColor)
  36.  
  37. Examples:
  38.  
  39.     winstall 1024x768 4 small
  40.  
  41. Selects 1024 by 768 resolution, 16 colors (4 bits per pixel) and the
  42. small, or normal, font.
  43.  
  44.     winstall 640x480 15 small
  45.  
  46. Selects 640x480 resolution, 32768 colors (HiColor), and a small font.
  47.  
  48.