home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / 100UTILI / VGAUTIL.ZIP / ACAD.TXT < prev    next >
Text File  |  1989-09-26  |  4KB  |  94 lines

  1. Using AutoCAD Release 9 in 800 by 600 Graphics on the Paradise VGA1024 Card.
  2.  
  3. We have supplied a driver for AutoCAD Release 9 that will allow you to use
  4. the 800 by 600 extended resolution graphics capabilities of the Paradise
  5. VGA1024 Card with AutoCAD's Advanced User Interface.  The driver is in the form
  6. of an AutoCAD Device Interface or ADI driver. ADI is a generalized driver
  7. format that allows you to load drivers into memory prior to running AutoCAD.
  8. To use this driver, you must have AutoCAD Release 9 with a version 3.1 ADI
  9. "generic" driver. This driver conforms to the AutoCAD display device
  10. interface specification version 3.1. 
  11.      This driver requires that you are using your Paradise VGA1024 Card in
  12. conjunction with a multi-frequency monitor capable of displaying 800 by 600
  13. resolution.  If you are using fixed frequency VGA monitor you should install
  14. AutoCAD Release 9 for standard 640 by 480 VGA resolution. 
  15.      This driver is designed for AutoCAD Release 9 only and does not support
  16. AutoShade or AutoSketch.
  17.      If you are using an older version of AutoCAD (versions 2.18 through
  18. 2.60) you can use the ADI version 2.1 drivers, "DS800.EXE and DS480.EXE,"
  19. included on the Paradise VGA1024 Card Utilities disk.  Use DS800.EXE to
  20. display 800 by 600 graphics on your multi-frequency display.  Refer to the 
  21. Paradise VGA1024 Card Software Guide.  Use DS480.EXE to display 640 by 480
  22. VGA resolution graphics with these older versions of AutoCAD.
  23.  
  24.  
  25.  
  26. Configuring AutoCAD for the 800 by 600 graphics mode.
  27.  
  28. 1.    Copy the file DS800R9.EXE from the supplied Paradise VGA1024 Card
  29. Utilities disk to your AutoCAD diskette or directory. This file is a program
  30. that loads an ADI driver, which allows AutoCAD to work in the Paradise VGA1024
  31. Card's extended resolution 800 by 600 mode.
  32.  
  33. 2.    Run DS800R9.EXE. You will get a message that reads:
  34. --- AutoCAD Device Interface (ADI) Display Driver ---
  35. This indicates that the AutoCAD driver for the 800 by 600 mode of the
  36. Paradise VGA1024 Card has been loaded into memory.
  37.  
  38. 3.    If you are using a mouse or graphics tablet that requires a separate
  39. driver, be sure that its driver is loaded at this point.
  40.  
  41. 4.    Execute ACAD to start the AutoCAD Release 9 program.
  42.  
  43. 5.    From the main menu choose option 5 to configure AutoCAD Release 9.
  44.  
  45. 6.    From the configuration menu choose option 3 "Configure video
  46. display."
  47.  
  48.  
  49.  
  50. 7.    Choose the option for "ADI display v3.1" driver from the list of
  51. available video drivers.  If there is no option for "ADI display v3.1" make
  52. sure that you are using AutoCAD Release 9, or you may need to obtain an ADI
  53. generic driver update from AutoDesk or your AutoCAD dealer.  When asked for
  54. the hexadecimal interrupt code, choose the default -"7A".
  55.  
  56. 8.    Make sure all other configuration options are set as appropriate for
  57. your computer equipment.
  58.  
  59. 9.    Exit to the main menu and keep your configuration changes.
  60.  
  61. 10.   AutoCAD is now ready to run in the 800 by 600 resolution graphics.
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. Running AutoCAD Release 9 in the 800 by 600 graphics mode.
  75.  
  76. If you have not configured AutoCAD as described above, do so now. If you have
  77. done the configuration as described above, you can start AutoCAD by simply
  78. loading the "DS800R9" ADI driver and your mouse or other pointer driver prior
  79. to executing the AutoCAD program.
  80.  
  81. The commands can easily be incorporated into a batch file. Your batch file
  82. might look like the following.
  83.  
  84. DS800R9     (Loads the Paradise VGA1024 Card's 800 by 600 ADI 3.1 driver.)
  85. MOUSE       (Loads mouse driver
  86.                     - this would depend on type of pointer or  mouse used.)
  87. ACAD        (Starts AutoCAD program.)
  88.  
  89. Option:
  90. You may choose to run AutoCAD with an inverted black background rather than
  91. the white background that is standard by invoking the driver with the
  92. parameter of "-i."  Type:
  93. DS800R9 -i   
  94.