home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / m / m067 / 1.img / DRIVERS / 910.EXE / ACAD.TXT next >
Encoding:
Text File  |  1992-06-05  |  4.3 KB  |  98 lines

  1.  
  2.               ╔════════════════════════════════════════════════╗
  3.               ║      Using AutoCAD Release 9 & Release 10      ║
  4.               ╚════════════════════════════════════════════════╝
  5.  
  6. We have supplied a driver for AutoCAD Release 9/10 that will allow you to use
  7. the extended resolution graphics capabilities of the SpeedStar 24x with 
  8. AutoCAD's Advanced User Interface.  The driver is in the form of an AutoCAD 
  9. Device Interface or ADI driver. ADI is a generalized driver format that 
  10. allows you to load drivers into memory prior to running AutoCAD. To use
  11. this driver, you must have AutoCAD Release 9 with a version 3.1 ADI "generic"
  12. driver or Release 10 with a version 4.0 ADI "generic" driver. This driver
  13. conforms to the AutoCAD display device interface specification.
  14.      
  15. This driver requires that you are using your SpeedStar 24x in conjunction with
  16. a multi-frequency monitor capable of displaying extended resolutions. If you
  17. are using fixed frequency VGA monitor you should install AutoCAD Release 9/10
  18. for standard 640 by 480 VGA resolution.
  19.  
  20. This driver is designed for AutoCAD Release 9/10 only and does not support
  21. AutoShade.
  22.  
  23. If you are using an older version of AutoCAD (versions 2.18 through 2.62), 
  24. the provided ADI drivers will not operate with that environment. 
  25.  
  26.               ╔════════════════════════════════════════════════╗
  27.               ║   Configuring AutoCAD Release 9 & Release 10   ║
  28.               ╚════════════════════════════════════════════════╝
  29.  
  30.  
  31. 1.  Run the driver selected (DS800X16.EXE for this example). You will get a 
  32.     message that reads:
  33.  
  34.     --- AutoCAD Device Interface (ADI) Display Driver ---
  35.     
  36.     This indicates that the AutoCAD driver for the 800 by 600 mode of the
  37.     VGA Card has been loaded into memory.
  38.  
  39.     The driver files are named as follows:
  40.  
  41.     Name            Resolution Selected
  42.     ------------    -------------------
  43.     DS800X16.EXE       800x600x16
  44.     DS800FF.EXE        800x600x256
  45.     DS102416.EXE       1024x768x16
  46.     DS1K256.EXE        1024x768x256
  47.  
  48. 2.  If you are using a mouse or graphics tablet that requires a separate
  49.     driver, be sure that its driver is loaded at this point.
  50.  
  51. 3.  Execute ACAD to start the AutoCAD Release 9/10 program.
  52.  
  53. 4.  From the main menu choose option 5 to configure AutoCAD Release 9/10.
  54.  
  55. 5.  From the configuration menu choose option 3 "Configure video display."
  56.  
  57. 6.  Choose the option for "ADI display v3.1" / "ADI display v4.0" driver from
  58.     the list of available video drivers.  If there is no option for "ADI
  59.     display v3.1" / "ADI display v4.0" make sure that you are using AutoCAD
  60.     Release 9/10, or you may need to obtain an ADI generic driver update from
  61.     AutoDesk or your AutoCAD dealer.  When asked for the hexadecimal interrupt
  62.     code, choose the default "7A". Unless "7A" cause a conflict with other
  63.     software, then choose another vector. Type DS800X16 ?, to display option
  64.     list.
  65.  
  66. 7.  Make sure all other configuration options are set as appropriate for your
  67.     computer equipment.
  68.  
  69. 8.  Exit to the main menu and keep your configuration changes.
  70.  
  71. 9.  AutoCAD is now ready to run in the 800 by 600 resolution graphics.
  72.  
  73.               ╔══════════════════════════════════════════╗
  74.               ║   Running AutoCAD Release 9 Release 10   ║
  75.               ╚══════════════════════════════════════════╝
  76.  
  77. If you have not configured AutoCAD as described above, do so now. If you have
  78. done the configuration as described above, you can start AutoCAD by simply
  79. loading the "DS800X16" ADI driver and your mouse or other pointer driver prior
  80. to executing the AutoCAD program.
  81.  
  82. The commands can easily be incorporated into a batch file. Your batch file
  83. might look like the following.
  84.  
  85. DS800X16    (Loads the SpeedStar 24x's 800x600 16-color ADI driver.)
  86. MOUSE       (Loads mouse driver
  87.                     - this would depend on type of pointer or  mouse used.)
  88. ACAD        (Starts AutoCAD program.)
  89.  
  90. Option:
  91. You may choose to run AutoCAD with an inverted black background rather than
  92. the white background that is standard by invoking the driver with the
  93. parameter of "i"  Type: DS800X16 i
  94.  
  95. You may need to change AutoCAD vector interrupt code to something other than
  96. the default "7A". Type DS800x16 xx
  97.                   Where xx is the two digit hexadecimal vector interrupt code
  98.