home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Video Alman…Century in Depth - Sports / ALMANAC_03.iso / svgahelp.txt < prev    next >
Text File  |  1993-09-14  |  15KB  |  322 lines

  1. SVGAHELP.TXT - last revised 09/02/93
  2.  
  3. You are most likely reading this file because your system did not respond
  4. to VESA Super VGA Video BIOS Extensions (VBE) requests made by the
  5. installation program.  Don't panic!  Problems such as yours are often easy
  6. to fix (e.g. you haven't loaded the VESA driver for your video card).  This
  7. file contains information which can help you get up and running.
  8.  
  9. This program requires a Super VGA (SVGA) card which complies with the VESA
  10. SVGA Video BIOS Extensions (VBE), version 1.2, and which is capable of
  11. displaying 640x480 pixels in 256 colors (VBE video mode 101 hex).  This
  12. program has been tested on VESA VBE-compatible video cards, and is known to
  13. work correctly with a compliant system.
  14.  
  15. -----------------------------------------------------------------------------
  16. 1. What are the VESA Super VGA Video BIOS Extensions?
  17. -----------------------------------------------------------------------------
  18.  
  19. There are a vast number of SVGA video boards on the market.  Because there
  20. was no existing standard when the first SVGA boards became available, each
  21. manufacturer chose different ways of controlling the additional video modes
  22. that SVGA offers.  This means that a program would need to determine which
  23. SVGA board was in use, and make the correct calls to the video hardware for
  24. that board.
  25.  
  26. The VBE is a standard which allows software developers to support one
  27. method for controlling SVGA video modes that will run on a wide variety of
  28. cards.
  29.  
  30. Many new SVGA cards support the VBE directly on-board.  For older SVGA
  31. cards, manufacturers have developed Terminate-and-Stay-Resident (TSR)
  32. programs which map the standard VBE requests into the specific commands
  33. required for their particular SVGA chip set.
  34.  
  35. NOTE: some manufacturers refer to this TSR program as a "VESA driver."
  36.  
  37.  
  38. -----------------------------------------------------------------------------
  39. 2. Where can I find a TSR for my video board?
  40. -----------------------------------------------------------------------------
  41.  
  42. The first place to look for a TSR is on a utilities diskette in the box
  43. containing your SVGA card.  It will most likely have a name like VESA.COM
  44. or VESA.EXE.  Sometimes there will be some additional characters in the
  45. name.  For example, the TSR for SVGA cards based on the Tseng Labs chip set
  46. is often called TLIVESA.COM.
  47.  
  48. If you purchased a system that was pre-configured, chances are that the
  49. file is in a directory on your hard drive.  Type the following command at
  50. the DOS prompt:
  51.  
  52.     DIR C:\ /S | FIND "VESA"
  53.  
  54. to locate any files with "VESA" in their name.  If you have the Norton
  55. Utilities, the File Find utility can be used for this same purpose.  (NOTE:
  56. the /S parameter of the DIR command is only available under DOS 5.0 or
  57. higher [required for this product]).
  58.  
  59.  
  60. -----------------------------------------------------------------------------
  61. 3. No luck.  My dog ate the box and the diskette.
  62. -----------------------------------------------------------------------------
  63.  
  64. Don't give up.  The first thing to do is call the dealer that sold you the
  65. card or system.  They may be able to help you get a replacement disk.  If
  66. you have a complete system, the dealer or system manufacturer can probably
  67. tell you if a VESA TSR was included with your system, and where to find it.
  68. At worst, the dealer/vendor should be able to tell you what kind of a card
  69. you have.
  70.  
  71.  
  72. -----------------------------------------------------------------------------
  73. 4. Still no luck.  The dealer is out of business or can't help me.
  74. -----------------------------------------------------------------------------
  75.  
  76. Don't give up!
  77.  
  78. If you have a manual for the card, it may have the information you need to
  79. determine which SVGA chip set your video card uses, information on setting
  80. up the card for VESA VBE-compatibility, or information on how to get
  81. technical support.  The information you need may be in a section of the
  82. manual called "VESA compatibility" or "Device Drivers".
  83.  
  84. Many video cards report the name of the manufacturer and other useful
  85. information when you do a hard reset of your system (i.e. turning it on or
  86. pressing the reset switch).  Trying resetting your system and looking at
  87. the first few messages which appear on your screen.
  88.  
  89. As a courtesy, we have included a program which will attempt to determine
  90. what kind of a video card is installed in your system.  To run the program,
  91. make sure the CD-ROM is in the drive (label side up), and type
  92.  
  93.     X:\SVGATEST
  94.  
  95. where 'X' is the letter of your CD-ROM drive.  Don't forget to press the
  96. Enter key.  Among other things, SVGATEST will report
  97.  
  98. Super VGA chip type is          ATI TECHNOLOGIES
  99.                 CHIPS & TECHNOLOGIES
  100.                 GENOA SYSTEMS
  101.                 PARADISE/WESTERN DIGITAL
  102.                 TSENG LABS
  103.                 VIDEO7/HEADLAND TECHNOLOGIES
  104.                 *** UNRECOGNIZED ***
  105.  
  106. SVGATEST also prints out the first 256 bytes of memory at C000 and E000
  107. (the most likely places for the video card's ROM-BIOS).  You may see text
  108. here that will help you determine the manufacturer's name.
  109.  
  110. Unfortunately, automatic detection of SVGA hardware is not 100%-reliable
  111. (another reason for the VESA standard!).  SVGATEST may report that it does
  112. not recognize your card for several reasons:
  113.  
  114.     * QEMM "stealth mode" has relocated the video BIOS from its normal
  115.       location at C000 in memory.  Try running SVGATEST without QEMM
  116.       active.
  117.  
  118.     * Your SVGA card uses a chip set which is not one of the above.  The
  119.       chip sets listed are the most common, but newer chip sets may not be
  120.       recognized (although most newer cards support VBE directly).
  121.       Contacting the manufacturer of your board or chip set is probably
  122.       the only way you will be able to get the necessary support.
  123.  
  124.     * You have a standard VGA or other non-SVGA video adapter.  In this
  125.       case, you will be unable to run the program, as it requires an SVGA
  126.       that is compatible with VBE 1.2.
  127.  
  128. If you have experience opening up your computer, feel comfortable doing
  129. it, and know which of the adapter cards is your video card (Hint: it's the
  130. one that your monitor is plugged into), you can probably determine the chip
  131. set being used on your video card just by looking.  For example, the top of
  132. the chip may say "Tseng Labs ET4000AX" or "WDC WD90C00" (a Western Digital
  133. chip).
  134.  
  135. WARNING: TURN OFF YOUR COMPUTER AND UNPLUG IT FROM THE WALL BEFORE
  136. ATTEMPTING TO OPEN IT UP.
  137.  
  138. Don't forget someone who has a system or video card like yours. They may
  139. have already solved the problem for you!  Or perhaps you have a computer-
  140. knowledgeable friend who might be willing to help you.
  141.  
  142.  
  143. -----------------------------------------------------------------------------
  144. 5. OK.  I've figured out who made my card.  How do I get the TSR software?
  145. -----------------------------------------------------------------------------
  146.  
  147. If you know the company that made your card (or the SVGA chip set that it
  148. uses), chances are that you can call their Customer Support number and get
  149. the help you need.  They may be able to send you a diskette, direct you to
  150. their BBS, or some other source (such as Compuserve) for the TSR.
  151.  
  152. Here are the Customer Support numbers for some of the most popular SVGA
  153. card manufacturers:
  154.  
  155.     ATI Technologies................(416) 756-0711
  156.     Chips & Technologies............(800) 323-4477 extension 4129
  157.     Genoa Systems...................(408) 432-8324
  158.     Paradise (Western Digital)......(800) 832-4778
  159.     Sigma...........................(800) 845-8086
  160.     STB.............................(214) 234-8750
  161.     Tecmar..........................(800) 344-4463
  162.     Tseng Labs......................(215) 968-0502
  163.     Video7/Headland Technologies....(800) 248-1850
  164.     Western Digital (Paradise)......(800) 832-4778
  165.  
  166. While we have made every attempt to ensure that these numbers are
  167. accurate, they are subject to change.  You may have a more up-to-date
  168. number in the manual for your SVGA card.
  169.  
  170. If you have a modem and subscribe to Compuserve, you may be able to
  171. download the most current TSR software from Compuserve.  Type "GO VESA"
  172. at the prompt, which will take you to the IBM Programmers forum.  You
  173. will need to select Library 12, which contains a variety of VESA-related
  174. materials.  Using the BROWSE command will describe each of the available
  175. files in the library.
  176.  
  177.  
  178. -----------------------------------------------------------------------------
  179. 6. I know what SVGA card I have, but (a) the vendor is unreachable,
  180.    and/or (b) I don't subscribe to Compuserve.
  181. -----------------------------------------------------------------------------
  182.  
  183. As a courtesy, we have included a number of TSRs from various video card
  184. manufacturers.  These manufacturer-supplied TSRs are the most recent
  185. available from VESA, but newer (and possibly more compatible) TSRs are
  186. probably available directly from the video card manufacturer.  We haven't
  187. tested all of these drivers, and since we didn't write them, we can't
  188. supply technical support for them.  They may help you get up and running,
  189. but WE STRONGLY RECOMMEND YOU CONTACT YOUR VIDEO BOARD MANUFACTURER FOR THE
  190. LATEST VERSION OF THEIR TSR.
  191.  
  192. The TSRs are located in subdirectories in the \VESA directory of the
  193. CD-ROM.  The subdirectory names match the names of various video card
  194. manufacturers.  If you don't find the name of your manufacturer, try
  195. running SVGATEST.
  196.  
  197. If you used SVGATEST to determine your card type, it only reports the
  198. SVGA chip type used by the manufacturer.  Here's where to look, based on
  199. what SVGATEST reports:
  200.  
  201.     ATI Technologies                \VESA\ATI
  202.  
  203.     Chips & Technologies            \VESA\CHIPS
  204.  
  205.     Genoa Systems                   \VESA\GENOA
  206.  
  207.     Paradise/Western Digital        \VESA\PARADISE
  208.  
  209.     Trident Microsystems            \VESA\TRIDENT
  210.  
  211.     Tseng Labs                      \VESA\TSENG
  212.  
  213.     Video7/Headland Technologies    \VESA\VIDEO7
  214.  
  215.  
  216. -----------------------------------------------------------------------------
  217. 7. OK, I've got the TSR for my video board.  Now what?
  218. -----------------------------------------------------------------------------
  219.  
  220. Now we're getting somewhere!
  221.  
  222. First of all, if VESA.COM (or whatever it's named) is on a diskette, copy
  223. it to your hard drive.  Load VESA.COM, and then re-run the installation
  224. program.  For example, if you copied VESA.COM to C:\STUFF\VESA.COM on your
  225. hard drive, you should type
  226.  
  227.     C:\STUFF\VESA
  228.  
  229. and press Enter.  This will load the TSR into memory.  Be sure to look at
  230. any messages the TSR displays on loading, and make sure it loaded
  231. successfully.  Now run the INSTALL program from the CD-ROM drive as before.
  232.  
  233. If you plan to use the program regularly (and we hope you do!), you should
  234. probably add the line
  235.  
  236.     C:\STUFF\VESA
  237.  
  238. (or whatever is correct for your system) to your AUTOEXEC.BAT file, so it
  239. will be loaded whenever you start your system.  If you don't add this line
  240. to your AUTOEXEC.BAT file, you will need to type the command each time
  241. before running the program.  The program will remind you if you forget to
  242. load the TSR, as it checks for the presence of a VBE-compatible system
  243. when it starts.
  244.  
  245. NOTE TO ADVANCED USERS:  you may want to load the TSR into high memory to
  246. maximize the memory available to DOS programs.  Use the command that is
  247. appropriate for your memory manager (e.g. LOADHIGH for EMM386.EXE).
  248.  
  249.  
  250. -----------------------------------------------------------------------------
  251. 8. I've loaded a TSR, but the installation program still doesn't detect a
  252.    VESA VBE.
  253. -----------------------------------------------------------------------------
  254.  
  255. You probably rebooted your system after loading the TSR.
  256.  
  257. Remember, the TSR won't be there when you reboot your system, unless you've
  258. added the command to load the TSR to your AUTOEXEC.BAT file.  If INSTALL
  259. still reports that your system is not responding to VBE requests, make sure
  260. that you've loaded the TSR.
  261.  
  262. First, try loading the TSR by typing the command at the keyboard.  Make
  263. sure there are no error messages.  If INSTALL still doesn't run, you may be
  264. using the wrong TSR.
  265.  
  266. If you added the command to load the TSR to your AUTOEXEC.BAT file, check
  267. to make sure that it was typed correctly, and that it executes correctly
  268. when you reboot your system (you may want to put a PAUSE command after the
  269. command which loads the TSR, so you can make sure).
  270.  
  271.  
  272. -----------------------------------------------------------------------------
  273. 9. I've loaded the TSR, INSTALLed the program successfully, and yet the
  274.    program reports <not VESA compatible> when I run it.
  275. -----------------------------------------------------------------------------
  276.  
  277. You probably rebooted your system after INSTALLing the program.  Remember,
  278. the TSR won't be there when you reboot your system, unless you've added
  279. the command to load the TSR to your AUTOEXEC.BAT file.
  280.  
  281. First, try loading the TSR by typing the command at the keyboard.  Make
  282. sure there are no error messages.  If the program still doesn't run, you
  283. may have loaded a TSR which doesn't check to see if the correct hardware
  284. is present (yes, there actually are TSRs which are that dumb!).
  285.  
  286. If you added the command to load the TSR to your AUTOEXEC.BAT file, check
  287. to make sure that it was typed correctly, and that it executes correctly
  288. when you reboot your system (you may want to put a PAUSE command after the
  289. command which loads the TSR, so you can make sure).
  290.  
  291.  
  292. -----------------------------------------------------------------------------
  293. 10. I've loaded the TSR, INSTALLed the program successfully, the program
  294.     runs, and yet the display doesn't look right when I run the program.
  295. -----------------------------------------------------------------------------
  296.  
  297. Again, make sure you are running the latest version of the TSR software
  298. (if any) for your video.  Contact the video card manufacturer to see if
  299. your card is known to be incompatible with this program.  If you've tried
  300. every other avenue, then call our Technical Support numbers:
  301.  
  302.     Voice: (415) 883-5157
  303.       FAX: (415) 883-0367
  304.  
  305. We want you to be satisfied with your Software Toolworks product.
  306.  
  307.  
  308. -----------------------------------------------------------------------------
  309. 11. I've loaded the TSR, INSTALLed the program successfully, and the
  310.     program looks and runs great!
  311. -----------------------------------------------------------------------------
  312.  
  313. That's great!  Don't forget to send in your registration card, and thanks
  314. for buying our product...
  315.  
  316. Enjoy!
  317.  
  318.  
  319. VESA is a registered trademark of the Video Electronics Standards Association.
  320.  
  321. -----------------------------END OF FILE-------------------------------------
  322.