home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / EGA_VGA / ATI_2.ZIP / README.ACA < prev    next >
Encoding:
Text File  |  1990-08-01  |  13.9 KB  |  287 lines

  1.  
  2.  
  3.  
  4.         File Name: README.ACA
  5.         Source   : Disk #2
  6.         P/N      : 1082109522/1082107222/1082207222/1082209522
  7.         Date     : August 1, 1990
  8.  
  9.         =================================================================
  10.  
  11.         This directory contains drivers for use on AutoCAD version  2.52,
  12.         2.62, Release 9 and 10 and AutoCAD 386 Release 10. The  directory
  13.         should contain the following files:
  14.  
  15.                  o ACAD54B.EXE   - This driver support 2 modes
  16.                                    * 800x600 16-color
  17.                                    * 1024x768 16-color - requires
  18.                                      512K of video memory (This
  19.                                      mode is only for V4 board & up)
  20.                  o ACAD61B.EXE   - This driver supports 3 modes
  21.                                    * 640x400 256-color
  22.                                    * 640x480 256-color - requires
  23.                                      512K of video memory
  24.                                    * 800x600 256-color  - requires
  25.                                      512K of video memory
  26.                  o ACAD65B.EXE   - 1024x768 16-color driver - requires
  27.                                    512K of video memory (This mode is
  28.                                    for V3 board)
  29.                  o ACAD67B.EXE   - 1024x768 4-color driver
  30.                  o ACADL54B.EXE  - Display List driver for AutoCAD
  31.                                    Release 10 only - requires at least
  32.                                    256K of expanded memory
  33.                  o ACADDRV.EXE   - Driver installation program. This
  34.                                    program is started by the main program
  35.                                    VDRIVER.EXE.
  36.                  o README.ACA    - This file.
  37.  
  38.         -----------------------------------------------------------------
  39.  
  40.                          USING DISPLAY LIST DRIVER
  41.  
  42.         To  use  the  Display List driver with  AutoCAD  Release  10,  an
  43.         expanded memory board with at least 256KB of memory is  required.
  44.         The main advantage of using this driver is to speed up the redraw
  45.         command.  However, the Display List driver occupies 40 KB more of
  46.         the system memory than the other drivers.
  47.  
  48.         -----------------------------------------------------------------
  49.  
  50.  
  51.                                  SETUP PROCEDURE
  52.  
  53.                  1.  Install AutoCAD onto your hard disk.
  54.  
  55.                  2.  Run the VDRIVER.EXE and follow the instructions given
  56.                      by the program.
  57.  
  58.                  3.  After the installation,  type AACAD to start AutoCAD.
  59.               README.ACA                           Page 2
  60.  
  61.  
  62.                      The AACAD.BAT is created by VDRIVER.
  63.  
  64.         -----------------------------------------------------------------
  65.  
  66.  
  67.                              CONFIGURING AUTOCAD
  68.  
  69.         The first time you use AutoCAD with the ADI drivers, you need  to
  70.         configure AutoCAD for the ADI display.
  71.  
  72.         1. Select  CONFIGURE  AUTOCAD  from the AutoCAD  main  menu.  (If
  73.            AutoCAD  was not previously configured, you are  automatically
  74.            put into the configuration menu when you start AutoCAD).
  75.  
  76.         2. Select CONFIGURE VIDEO DISPLAY from the configuration menu.
  77.            Select the ADI display from the list of video displays.
  78.  
  79.            The  ADI  drivers support ADI display version up to  V4.0.  If
  80.            your  AutoCAD Rel 9 was supported with ADI 3.0,  contact  your
  81.            AutoCAD dealer for an upgrade to ADI 3.1.
  82.  
  83.         3. The ADI display uses interrupt 7A as default. You can accept
  84.            it by pressing ENTER at the prompt for display option configu-
  85.            ration:
  86.  
  87.                    Hexadecimal interrupt code (INT 0XXh) <7A>:
  88.  
  89.            If  your system requires a different interrupt code,  type  in
  90.            the corresponding interrupt in hexadecimal number.
  91.  
  92.         4. Select the appropriate options and save the new configuration.
  93.            Do  not  select a command prompt area if you  are  using  dual
  94.            monitors.  (See DUAL DISPLAY ADAPTER CONFIGURATION)
  95.  
  96.            For  more information on configuring AutoCAD, consult  AutoCAD
  97.            manual.
  98.  
  99.         -----------------------------------------------------------------
  100.  
  101.                           LOADING THE ADI DRIVERS
  102.  
  103.         The ADI drivers differ from the drivers distributed with  AutoCAD
  104.         in  that  they  must be loaded BEFORE running  AutoCAD.  The  ADI
  105.         drivers are "terminate and stay resident" programs.
  106.  
  107.         1. The ADI drivers have several options, which are  invoked  when
  108.            the drivers are loaded.  The syntax is as follows:
  109.  
  110.             ACADxxB [i] [d] [v??] [u] [2] [p?] [m??] [w] [g] [r] [s?] [e??]
  111.  
  112.            where xx is the high resolution mode number (54, 65 ...etc.)
  113.  
  114.            The options can be entered in any order except option 'u'.  If
  115.            no  option  is  specified, the drivers will  use  the  default
  116.            settings.
  117.               README.ACA                           Page 3
  118.  
  119.  
  120.  
  121.         OPTIONS
  122.  
  123.            A. The 'i' parameter selects a gray background on the  drawing
  124.               area except ACAD67B.EXE driver.  ACAD67B.EXE has 4 sets  of
  125.               palette to choose from. When the 'i' parameter is used with
  126.               the ACAD67B.EXE, the background color can be gray, white or
  127.               green  depending on which set of palette is used.  The  de-
  128.               fault  is  black for all drivers.  See item F  for  how  to
  129.               select different palette.
  130.  
  131.            B. The 'd' parameter selects dual display.  If your system  is
  132.               equipped  with  an additional monochrome  text  card,  this
  133.               option  allows you to put the drawing on a multisync  moni-
  134.               tor and the text on a monochrome monitor. (See DUAL DISPLAY
  135.               ADAPTER CONFIGURATION)
  136.  
  137.            C. The  'v??'  parameter  specifies  an  alternate   interrupt
  138.               vector.   The default interrupt is 7A.  If you are using  a
  139.               NOVELL  network  or  any  other  software  that  also  uses
  140.               interrupt  7A,  we suggest that you use interrupt  7B.   To
  141.               select a different interrupt, replace ?? with the appropri-
  142.               ate hexadecimal number.
  143.  
  144.               Do  not  experiment with this feature unless you  are  very
  145.               familiar  with IBM PC software standards as this may  cause
  146.               problems.
  147.  
  148.            D. The  'u' parameter is used to unhook the  interrupt  vector
  149.               and remove the driver from memory.  If the driver is loaded
  150.               with  an interrupt vector other than 7A, you need to  enter
  151.               the interrupt vector ('v??') before 'u'.
  152.  
  153.            E. The  '2' parameter reassigns the 16-color patterns  to  the
  154.               256-color  patterns.   This  option is  used  for  16-color
  155.               drivers only.  To display the new color assignment, look at
  156.               the chroma sample drawing or select the chroma command from
  157.               the COLORS menu.
  158.  
  159.               CAUTION:  You will find that if you select this option  and
  160.               your  drawing uses a color number higher than 9, the  color
  161.               is  displayed  differently because of the  reassignment  of
  162.               colors.
  163.  
  164.            F. The  'p?'  parameter is used for  ACAD67B.EXE  only.   This
  165.               option  selects  different palette.  There  are  4  palette
  166.               sets:
  167.  
  168.                   p0: Black      (Gray)    Dark Gray      White
  169.                   p1: Black      Cyan      Red            (White)
  170.                   p2: Black      (Green)   Red            Yellow
  171.                   p3: Black      Cyan      Magenta        (White)
  172.  
  173.               The  color inside the bracket () indicates  the  background
  174.               color when option 'i' is used. p1 is the default set.
  175.               README.ACA                           Page 4
  176.  
  177.  
  178.               If you want to use other set of palette, you need to modify
  179.               the AACAD.BAT to include the desired set.  For example:
  180.  
  181.                        ACAD67B v7B i p3
  182.  
  183.               will  select  palette set p3 and white  as  the  background
  184.               color.
  185.  
  186.            G. The  'm??'  parameter selects video mode.  This  option  is
  187.               used   for  ACAD61B.EXE  which  supports  more   than   one
  188.               resolution.    Loading   ACAD61B.EXE  without   the   'm??'
  189.               parameter will automatically select the 640 x 400 256-color
  190.               mode.  To choose the 640 x 480 256-color (mode 62) and  the
  191.               800 x 600 256-color (mode 63), replace '??' with 62 and  63
  192.               respectively.
  193.  
  194.            H. The  'w'  parameter is used to save the  pull  down  window
  195.               function.   This option will generate a temporary file  and
  196.               it will be stored in the drive specified in option 's?'. If
  197.               no  option 's?' is used, the temporary file will be  stored
  198.               in drive C as default.
  199.  
  200.            I. The  'g'  parameter  enables  the  save  graphics   display
  201.               function.   This  function does not require  screen  redraw
  202.               when  switching  between graphics screen and  text  screen.
  203.               This  option will generate a temporary file and it will  be
  204.               stored in the drive specified in option 's?'. If no  option
  205.               's?' is used, the temporary file will be stored in drive  C
  206.               as default.
  207.  
  208.            J. The  'r' parameter enables the rendering display  function.
  209.               This function does not require screen redraw when switching
  210.               between graphics display and rendering display.  As options
  211.               'w' and 'g', option 'r' will generate a temporary file  and
  212.               this  file will be stored in the drive specified in  option
  213.               's?'. If no option 's?' is used, the temporary file will be
  214.               stored  in  drive  C as default. This option  is  used  for
  215.               AutoShade only.
  216.  
  217.            K. The  's?'  parameter  selects  which  drive  to  store  the
  218.               temporary  file.   The drive can be a RAM disk  or  a  hard
  219.               disk.   For example, 'sd' will select drive D as the  drive
  220.               to hold the temporary file.  Please note that colon is  not
  221.               required after the letter D.  The default is C drive.
  222.  
  223.               The  drive must be big enough to store the temporary  file.
  224.               The  following  table shows the amount of  disk  space  re-
  225.               quired.
  226.  
  227.               Mode               Pull down     Graphics      rendering
  228.                                  menu only     display only  display only
  229.               -----------------------------------------------------------
  230.               800x600 16-color   470KB         235KB          235KB
  231.               640x400 256-color  500KB         250KB          250KB
  232.               640x480 256-color  600KB         300KB          300KB
  233.               README.ACA                           Page 5
  234.  
  235.  
  236.               800x600 256-color  938KB         469KB          469KB
  237.               1024x768 16-color  768KB         384KB          384KB
  238.               1024x768 4-color   384KB         192KB          192KB
  239.  
  240.               For  example, to save pull down menu, graphics display  and
  241.               rendering display in 800x600 16-color mode, you need  940KB
  242.               (470KB + 235KB + 235KB) of disk space.
  243.  
  244.            L. The  'e??' parameter is only available to the display  list
  245.               driver  ACADL54B.EXE.  This parameter is used  to  allocate
  246.               the  expanded memory.  The range of expanded memory can  be
  247.               used  by the driver is from 256KB to 16 MB with a  step  of
  248.               64KB.   To  set  the desired  expanded  memory,  enter  the
  249.               hexadecimal  number  from 4h to 100h after  the  'e'.   For
  250.               example:  e4 will allocate 256KB (4 x 64KB = 256KB) and  ef
  251.               will  allocate  960KB (fh=15 decimal; 15 x 64KB  =  960KB).
  252.               The default expanded memory requested is 10h 64K-pages  for
  253.               a  1024KB display list.  If fewer 64K-pages are  available,
  254.               the driver will allocate as many memory as possible.
  255.  
  256.         2. To see what options the driver supports, use the 'h' option.
  257.            For example:  ACADxxB h.
  258.  
  259.         3. The  interrupt you use for the ADI driver must match with  the
  260.            one selected in step 3 of CONFIGURING AUTOCAD.  To change  any
  261.            option,  you  need  to modify the  AACAD.BAT  to  include  the
  262.            desired  option or you can load the driver manually and  start
  263.            AutoCAD without using AACAD.BAT.
  264.  
  265.         -----------------------------------------------------------------
  266.  
  267.                        DUAL DISPLAY ADAPTER CONFIGURATION
  268.  
  269.         Dual display adapter configurations are used in AutoCad to  allow
  270.         more room for the drawing.  With a second display adapter, it  is
  271.         possible  to  move the command prompt and the menu  bar  off  the
  272.         graphics display onto a text display.
  273.  
  274.         A dual display adapter configuration would involve using your VGA
  275.         card and a monochrome display adapter in the same system  (please
  276.         consult  your VGA user manual for specifications and  limitations
  277.         of  dual  display  installation).   During  installation  of  the
  278.         AutoCad  driver  (using VDRIVER), select DUAL DISPLAY  under  the
  279.         configuration  menu  and install the AutoCad  driver.   Prior  to
  280.         running  AutoCad,  be  sure that the default video  mode  is  VGA
  281.         COLOR.
  282.  
  283.  
  284.         For a printout of this information, type
  285.  
  286.               A>COPY README.ACA PRN <enter>
  287.