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