home *** CD-ROM | disk | FTP | other *** search
/ 1st Canadian Shareware Disc / 1st_Canadian_Shareware_Disc_1991.ISO / graphics / videoid / videoid.doc next >
Text File  |  1990-12-30  |  2KB  |  37 lines

  1. Execute VIDEOID to identify the type of video adapter(s). The information is
  2. written both to the screen and also to a text file named VIDEOID.TXT
  3.  
  4. The first six steps, identifying the installed video adapter(s) are based on
  5. routines from Richard Wilton's "Programmer's Guide to PC and PS/2 Video
  6. Systems" (Microsoft Press, ISBN 1-55615-103-9) with minor modifications to
  7. identify 64k/256k EGAs.
  8.  
  9. If an EGA or VGA is detected, a seventh step dumps the first 216 bytes of
  10. video RAM to show the manufacturer's copyright notice.
  11.  
  12. If a VGA is detected, step 8 attempts to identify the chipset manufacturer
  13. and the amount of video memory, if possible. These routines are primarily
  14. based on John Bridges' VGAKIT with modifications and additions. VideoId adds
  15. detect routines for 8514/a and the Hercules Graphics Station and additional
  16. memory tests, where available.
  17.  
  18.                              detect  memory  memory test results
  19.                              ------- ------- ---------------------
  20.   IBM 8514/a                 VIDEOID         ???k
  21.   Hercules Graphics Station  VIDEOID VIDEOID                  1meg
  22.   Ahead Systems type A       vgakit          ???k
  23.   Ahead Systems type B       vgakit          ???k
  24.   Tseng 3000                 vgakit          ???k
  25.   Tseng 4000                 vgakit  VIDEOID      256k, 512k, 1meg
  26.   Everex                     vgakit  vgakit       256k, 512k
  27.   Trident                    vgakit          ???k
  28.   ATI                        vgakit  vgakit       256k, 512k
  29.   Video7                     vgakit  vgakit       256k, 512k
  30.   Paradise                   vgakit  VIDEOID      256k, 512k
  31.   Chips & Technologies       vgakit  vgakit       256k, 512k
  32.   Oak Technologies           vgakit  vgakit       256k, 512k
  33.  
  34. The Herc GS "1meg" result is plugged. The Paradise memory routine seems to
  35. be working on a variety of Paradise cards and clones. The Tseng 4000 routine
  36. is new in version 1.3, and we need reports of test results.
  37.