home *** CD-ROM | disk | FTP | other *** search
- Using a Super VGA Graphics Board with MICRO CADAM
- ===== = ===== === ======== ===== ==== ===== =====
-
- The SET VGA statment in your AUTOEXEC.BAT file may need to be
- changed to allow MICRO CADAM to operate properly with your
- particular graphics board. If you selected SUPER VGA from
- the MCINSTAL program, the following SET statement will appear
- in your AUTOEXEC.BAT:
-
- SET VGA=800,600,58h
-
- If you have a PARADISE VGA board, this setting should work
- as is. Other VGA boards will need different settings.
-
- The format of the SET VGA command is as follows:
-
- SET VGA,x,y,mode
-
- X - is the horizontial resolution
- Y - is the vertical resolution
- MODE - is the Video BIOS mode setting value for that intermediate mode
-
- These values can usually be found in the programmer section of the user's
- manual for the graphics board. The values of X, Y, and MODE can be specified
- in either decimal or hex. Hex values must have an "h" appended to the end.
-
- Some example settings are as follows:
-
- Graphics Card Command
- ============= ===================
- A11 SET VGA=640,480,12h
- ATI VGA WONDER SET VGA=800,600,54h
- EIZO Professional MD-B07 SET VGA=800,600,58h
- EIZO Professional MD-B10 SET VGA=800,600,29h
- Genoa SuperVGA HiRes-10* SET VGA=800,600,79h
- Orchid's Designer VGA** SET VGA=800,600,29h
- Paradise VGA Professional SET VGA=800,600,58h
- STB Systems VGA Extra SET VGA=800,600,29h
- Trident TVGA SET VGA=800,600,5bh
-
- * Valid only on Genoa SuperVGA HiRes-10 BIOS Version 2.0 and above
- ** Some older Orchid's Designer VGA boards must be modified by
- Orchid to run at this mode
-
- For additional information, call your graphics board vendor.