home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / VPIC43B.ZIP / CONFIG.DOC < prev    next >
Text File  |  1991-04-02  |  8KB  |  131 lines

  1. CONFIGURING VPIC
  2. VPIC must be configured to run correctly with your display board. The
  3. configuration process tells VPIC:
  4.     1. The title you want for the menu.
  5.     2. What VGA chip you have, so it can use the proper bank switching routine.
  6.     3. How much memory you have (in 64K banks).
  7.     4. The menu color you want.
  8.     5. How to set the various modes you want to use.
  9.  
  10. If you aren't sure which VGA chip your board uses, you can run WHICHVGA, which
  11. will try to identify your VGA chip and the amount of memory you have. If this
  12. doesn't work, you can remove the display board and look at the label on the
  13. large chip with leads coming out all four sides. Sometimes, you can tell without
  14. removing the board by using DEBUG (or Turbo Debugger, Codeview, or any debugger)
  15. and 'dumping' the contents of display BIOS. To do this, enter DEBUG at the DOS
  16. prompt and you will get a - prompt. Then enter d C000:0 to display the first
  17. part of display BIOS. To dump more of BIOS, juts enter d. You may recognize the
  18. chip manufacturers name here, such as ATI, Trident, Tseng, Paradise, etc. To
  19. exit DEBUG, just enter q.
  20.  
  21. If WHICHVGA comes back with VESA, that means that your board supports the VESA
  22. standard, which offers a standard interface for VPIC to your SuperVGA display
  23. adapter. It defines the SuperVGA extended modes that your card will do, and has
  24. a standard interface for setting the mode and bank switching, etc. You may have
  25. received a VESA `Terminate and Stay Resident' (TSR) program with your VGA board.
  26. If so, you are encouraged to use it, since it more or less guarantees that VPIC
  27. will work with your display card. The only disadvantage of VESA is concerned
  28. with scrolling the VGA screen, since there is no standard interface for setting
  29. the top of screen beyond 16 bits (line 81 at 800x600x256, line 102 at
  30. 640x480x256, or line 204 at 320x200x256).
  31.  
  32. This version of VPIC does not automatically read the VESA info from your display
  33. BIOS, so you will have to modify the VESA.CFG file to reflect what WHICHVGA
  34. returned. Note the modes that are displayed, then put a semicolon in front of
  35. the modes in VESA.CFG that were not returned, and save the VESA.CFG file. Then,
  36. run CVPIC VESA to configure VPIC for a VESA board. A later version of VPIC will
  37. automatically detect the VESA BIOS, and read and use the modes defined by the
  38. VESA BIOS; it will not have to be configured unless the display adapter doesn't
  39. support VESA.
  40.  
  41. The current VGA chips and the config file chip names are:
  42. CFG File    Manufacturer/version        Comments
  43. =================================================================
  44. AHEADA      Ahead ver A             Older Ahead cards.
  45. AHEADB      Ahead ver B             Ahead VGA Wizard/Deluxe.
  46. ATIOLD      ATI, 1024x768x16 mode 65h   ATI ver 1 chip, VGAWonder
  47. ATINEW      ATI, 1024x768x16 mode 55h   ATI ver 2 up chip, VGAWonder+
  48. CIRRUS      Cirrus CL-GD 500/600    MaxLogic MaxVGA boards NOT SUPPORTED YET
  49. CHIPSTECH   Chips & Technology 82C452   Cardinal, Older Boca
  50. EVEREX      Original Everex chip
  51. EVBIOS      Everex 673, etc         Has bank switching built into BIOS
  52. GENOA       Genoa (Sim ET 3000)     5300/6300 = 256K, others = 512K
  53. HEADLAND    Headland HT-208         Used on VGA-1024i
  54. OAK         Oak
  55. PARADISE    Paradise                Older Paradise cards
  56. TRI88BR     Trident TVGA 8800BR     Used on older Trident boards, 128K banks.
  57. TRI88CS     Trident TVGA 8800CS     Used on newer Trident boards (Maxxon, Logix)
  58. TRI89       Trident TVGA 8900       Latest Trident VGA chip, 1M memory avail.
  59. TS3000      Tseng ET 3000           Used on early Genoa, Orchid, others
  60. TS4000      Tseng ET 4000           Recent Orchid, STB, other, 1M memory avail.
  61. TS4000HI    Tseng ET 4000 HiColor   Does 32K colors to 800x600, 1M memory avail.
  62. WD90C      Western Digital WD90C00  Recent Paradise cards, same operation.
  63. VIDEO7      Video 7                 Earlier Video 7 boards, BIOS bank switching.
  64. ZYMOS       Zymos Poach 51          True Tech HiRes and others.
  65. VESA        VESA Standard           For boards which have VESA in BIOS. This will
  66.                                     be auto-detected soon. Run WHICHVGA to see.
  67.  
  68. As new chips become available, they will be added to this list. Run WHICHVGA to
  69. find your VGA chip (works most of the time), and then run CONFIG and find a CFG
  70. file using that VGA chip. Check that the modes agree with the graphics modes in
  71. your manual (16 and 256 color modes only); if they match your card exactly, use
  72. that CFG file by pressing ENTER. If not, copy the closest file to a new filename
  73. with extension CFG and change the modes to agree with your manual. Make the
  74. title and menu color whatever you like (see CONFIGURATION FILE FORMAT). Then
  75. rerun CONFIG, pick that file, and press ENTER to configure VPIC. There are
  76. numerous configuration files which come with VPIC, but there are so many boards
  77. out there that I can't list all of them.
  78.  
  79. MENU CONFIGURATION
  80. To configure VPIC, make sure that VPIC, CVPIC, CONFIG, and all the .CFG files
  81. are in the current directory. By running the CONFIG program, VPIC can be
  82. configured from a menu. CONFIG lists all the configuration files (with a .cfg
  83. extension) in the current directory, and shows you the contents of each as you
  84. move around the list using the cursor keys. ESCape aborts the CONFIG program
  85. without changing VPIC, and ENTER configures VPIC for the highlighted file.
  86. Pressing a letter key jumps to next filename starting with that letter (or
  87. number).
  88.  
  89. MANUAL CONFIGURATION
  90. You can use CVPIC to configure VPIC manually by entering
  91.      CVPIC [config_file[.ext]]
  92. where the default configuration file is VPIC.CFG (which is for the Orchid
  93. Designer VGA board with white menu text color) and the default extension is CFG.
  94.  
  95. CONFIGURATION FILE (.CFG) FORMAT
  96. CVPIC ignores leading spaces and blank lines in the file, and all characters
  97. after a semicolon are considered comments and ignored. The .CFG file contains
  98. the following lines, which can be up to 150 characters in length each:
  99.  
  100.     1. Board name, which will appear in the VPIC menu. This is user defineable,
  101.        and could be something like 'Joe's VGA Board'.
  102.  
  103.     2. VGA CHIP should be one of the names supported by VPIC; see above. Upper
  104.        or lower case is OK.
  105.  
  106.     3. The number of 64K banks of display ram usable for pictures (1 for
  107.        standard VGA (no extended modes), 4 for 256K, 8 for 512K, 16 for 1M).
  108.  
  109.     4. Menu text color; 0 thru 7 corresponds to black, blue, green, aqua, red,
  110.        violet, brown, and white. For example, 4 would be red text.
  111.  
  112.     5 thru n. The following lines describe the modes supported by the board.
  113.       Each line is of the form: F1 F2 AX BX CX DX W H C G P where:
  114.         *  F1 = VGA (256 color) mode flag.
  115.         *  F2 = 256K colors to choose from flag (as in mode 12h, 640x480x16 or
  116.            any 256 color mode).
  117.         *  AX,BX,CX,DX  register values used to set this mode. Preceeding the
  118.            numbers by 0x indicates hex; ie., 0x10 = 16.
  119.         *  W, H, C  are width, height, colors in this mode.
  120. VESA.CFG ONLY
  121.         *  G is the VESA Granularity in Kilobytes; you only need to specify this
  122.            if WHICHVGA returned VESA and a Granularity of less than 64K for a
  123.            mode; ie, if the Granularity for a mode was 4K, use 4 for this field.
  124.         *  P is the number of color planes; usually 1 for 256 color modes and 4
  125.            for 16 color modes. However, the ATI in 1024x768x16 uses 1 plane and
  126.            2 pixels/byte.
  127.  
  128.       All the VGA (256 color) modes should be grouped first, followed by the EGA
  129.       (16 color) modes.
  130.  
  131.