home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / graphiti / superdsk / fire / disk1 / readme.eng < prev    next >
Text File  |  1994-08-16  |  24KB  |  632 lines

  1.  
  2.     ╔═════════════════════════════════════════════════════════════════╗
  3.     ║                                                                 ║
  4.     ║  SPEA FIRE                              Software Release 0894.6 ║
  5.     ║                                                                 ║
  6.     ║                    README File  Rev.2.4                         ║
  7.     ║                                                                 ║ 
  8.     ║ SPEA Software AG                                    August 1994 ║
  9.     ║═════════════════════════════════════════════════════════════════║
  10.     ║ This README file provides important information related to the  ║
  11.     ║ SPEA FIRE RISC Graphics Board, Hardware and Software. We recom- ║
  12.     ║ mend to review this information carefully.                      ║ 
  13.     ║                                                                 ║ 
  14.     ║ Please use the cursor and page up/down keys to scroll through   ║
  15.     ║ this information file.                                          ║
  16.     ║ Press ESCAPE to exit the display of README.                     ║
  17.     ║                                                                 ║
  18.     ║ Enter the command SHOW README (from the directory \SPEA\GDC)    ║
  19.     ║ to display this information file again.                         ║
  20.     ╚═════════════════════════════════════════════════════════════════╝
  21.  
  22.  
  23.  
  24.  
  25.           ╔═════════════════════════════════════════════════════╗
  26.           ║           Contents of this README file              ║
  27.           ╚═════════════════════════════════════════════════════╝
  28.  
  29.           This README file contains the following sections:
  30.  
  31.           Section 1) What happened during Installation?
  32.           Section 2) Batch Files to help you get going
  33.           Section 3) Known restrictions
  34.           Section 4) Configuring your Applications
  35.           Section 5) Last minute changes
  36.           Section 6) Troubleshooting                 
  37.  
  38.  
  39.  
  40.  
  41.           ╔═════════════════════════════════════════════════════╗
  42.           ║                    Section 1                        ║
  43.           ║         What happened during Installation ?         ║
  44.           ╚═════════════════════════════════════════════════════╝
  45.  
  46. During installation, the software you selected for installation was copied 
  47. to the specified drive and directory (default: C:\SPEA\GDC). 
  48.  
  49. A "set gdc= " command to set the environment variable GDC was added to the 
  50. end of your AUTOEXEC.BAT file. This environment variable is required by most
  51. SPEA software. A number of batch files was generated. They are explained in 
  52. the next section of this README file.
  53.  
  54. █ NOTE: If you have an AUTOEXEC.BAT file that previously ended by executing
  55.         another batch file (this technique is commonly used with networks),
  56.         then you must move the "set gdc=" command to a location that assures
  57.         that the GDC environment variable gets set.
  58.  
  59.  
  60. The software you selected is placed in your \SPEA\GDC subdirectory in the 
  61. following manner. The tree subdirectories below depict the directory 
  62. structure that would be created if you selected to install all files.
  63.  
  64.       C:\SPEA\GDC─┬─...  
  65.                   ├─FONTS
  66.                   ├─MONITORS
  67.                   └─POPS
  68.  
  69. The \SPEA\GDC subdirectory contains the basic software (sometimes also re-
  70.               fered to as GDC Software) and utilities, and most drivers.
  71.  
  72. The FONTS     subdirectory contains all font files.
  73.  
  74. The MONITORS  subdirectory contains all monitor files.
  75.  
  76. The POPS      subdirectory contains the SPEAPOPS AutoCAD template icon
  77.               menus.
  78.  
  79.  
  80.  
  81.           ╔═════════════════════════════════════════════════════╗
  82.           ║                    Section 2                        ║
  83.           ║          Batch Files to help you get going          ║
  84.           ╚═════════════════════════════════════════════════════╝
  85.  
  86. The \SPEA\GDC subdirectory contains a number of batch files that will help 
  87. you setup your system to use the SPEA GRAPHITI Graphics Board with your ap-
  88. plications. Execute the appropriate batch file(s) BEFORE you configure or 
  89. run your applications.  
  90.  
  91.       SETGDC  .BAT    sets the environment variable GDC
  92.       BIGFOCUS.BAT    AutoCAD 386 Release 11 (protected mode)
  93.       3DS     .BAT    3D Studio
  94.       SHADE   .BAT    AutoShade V2.0
  95.       SKETCH  .BAT    AutoSKETCH
  96.       MSPEAPM .BAT    MicroStation 4.0x / 5.0
  97.  
  98. Remember, you can always add a call to these batch files from within your
  99. AUTOEXEC.BAT file. This way, your system will be automatically setup for
  100. your application(s) during power-up. An example AUTOEXEC.BAT with calls to
  101. batch files is shown below:
  102.  
  103.       @echo off
  104.       prompt $p$g
  105.       path = c:\dos;...
  106.        |
  107.        |
  108.       set gdc=c:\spea\gdc     rem GDC is required by SPEA software
  109.       call %gdc%\bigfocus     rem set DSPADI & POPS
  110.  
  111. In this example, the SPEA software was installed in the "c:\spea\gdc" drive
  112. and subdirectory. When this system reboots, it would be ready to configure
  113. and run AutoCAD 386.
  114.  
  115. NOTE: The call statements must follow the "set gdc=" line.
  116.  
  117.  
  118.  
  119.           ╔═════════════════════════════════════════════════════╗
  120.           ║                    Section 3                        ║
  121.           ║                Known restrictions                   ║
  122.           ╚═════════════════════════════════════════════════════╝
  123.  
  124.  
  125. The following restrictions are known for this software release :
  126.  
  127.  
  128. 1  BigFocus for AutoCAD Rel. 11
  129.  
  130.    This driver does not support all video modes the SPEA FIRE board may be
  131.    configured for.
  132.  
  133.  
  134. 2  BigWin Driver for Windows/Windows for Workgroups 3.1x
  135.  
  136.    The driver supplied with this Superdisk release supports 8 bit /
  137.    256 colors and 32 bit / True Color.
  138.     
  139.    
  140.  
  141.  
  142.  
  143.  
  144.  
  145.           ╔═════════════════════════════════════════════════════╗
  146.           ║                    Section 4                        ║
  147.           ║           Configuring your Applications             ║
  148.           ╚═════════════════════════════════════════════════════╝
  149.  
  150. This information is provided as a quick start method for experienced users. 
  151. Please see the SPEA User's Manuals for a more detailed description.
  152.  
  153.  
  154.  
  155.           ╔═════════════════════════════════════════════════════╗
  156.           ║     AutoCAD 386 Release 11 (Protected Mode)         ║
  157.           ╚═════════════════════════════════════════════════════╝
  158.  
  159. Step 1  CONFIG.EXE is automatically started during the SPEA installation 
  160.         to setup the menu text foreground/background colors,
  161.         display list memory, font, color palette, etc... to be used by your
  162.         SPEA BigFocus driver. Your selections will be used for all subse-
  163.         quent AutoCAD sessions.
  164.  
  165. Step 2  Run BIGFOCUS.BAT in your \SPEA\GDC subdirectory to setup the DOS 
  166.         environment variables required by AutoCAD 386. You will need to run
  167.         BIGFOCUS.BAT each time you reboot before running AutoCAD 386. See 
  168.         the example above for automatic setting via your AUTOEXEC.BAT file.
  169.         file.
  170.  
  171. Step 3  Configure the AutoCAD 386 display interface for the ADI P386 (Pro-
  172.         tected-Mode) Driver.
  173.  
  174. Step 4  Call the drawing editor (load an existing or begin a new drawing)  
  175.  
  176.  
  177.  
  178.           ╔═════════════════════════════════════════════════════╗
  179.           ║                   AutoSHADE V2.0                    ║
  180.           ╚═════════════════════════════════════════════════════╝
  181.  
  182. Step 1  Run CONFIG.EXE, and use the UTILITY pull-down to select AutoSHADE.
  183.         Use this program to set the menu text foreground/background colors
  184.         and fonts. Your selections will be used for all subsequent Auto-
  185.         SHADE sessions.
  186.  
  187. Step 2  Run SHADE.BAT in your SPEA software subdirectory to setup the DOS 
  188.         environment variables required by AutoSHADE. You will need to run
  189.         SHADE.BAT each time you reboot; prior to running AutoSHADE.  
  190.         See the example above for automatic setting via your AUTOEXEC.BAT 
  191.         file.
  192.  
  193. Step 3  Configure  AutoSHADE  for the SPEA protected-mode driver. Execute
  194.         the "shade -r" command, then make the following selections:
  195.  
  196.         1) Select your pointing device
  197.         2) Display device?       "P386 ADI display driver"  for single screen
  198.                                  "VGA, or Hercules, etc..." for dual screen
  199.         3) Rendering device?     "P386 ADI display driver"
  200.         4) Select video mode     
  201.         5) Select display resolution
  202.         6) Enter Zoom factor     (only displayed if zoom is possible)
  203.         7) Display & AutoShade share single screen? 
  204.                                  "Yes"                      for single screen
  205.                                  "No"                       for dual screen 
  206.         5) Display & Renderman share single screen? 
  207.                                  "Yes"                      for single screen
  208.                                  "No"                       for dual screen 
  209.         6) Flip screen require redraw? 
  210.                                  "Yes"                      for single screen
  211.         7) Select your Rendering hardcopy device
  212.  
  213.  
  214.  
  215.           ╔═════════════════════════════════════════════════════╗
  216.           ║                    AutoSKETCH                       ║
  217.           ╚═════════════════════════════════════════════════════╝
  218.  
  219. Step 1  Run CONFIG.EXE, and use the UTILITY pull-down to select AutoSKETCH.
  220.         Use this program to set your menu text foreground/background colors
  221.         and fonts.  Your selections will be used for all subsequent Auto-
  222.         SKETCH sessions.
  223.  
  224. Step 2  Run SKETCH.BAT in your SPEA software subdirectory to setup your sys-
  225.         tem for running AutoSKETCH with the SPEA board. You will need to run 
  226.         this batch file each time you reboot;  prior to running AutoSKETCH.  
  227.         See the example  above for automatic setting via your  AUTOEXEC.BAT 
  228.         file.
  229.  
  230. Step 3  Configure AutoSKETCH by executing "sketch -r".
  231.  
  232.         Select your display device: "Autodesk Device Interface display"
  233.  
  234.  
  235.  
  236.           ╔═════════════════════════════════════════════════════╗
  237.           ║              3D Studio 1.0 / 2.0 / 3.0              ║
  238.           ╚═════════════════════════════════════════════════════╝
  239.  
  240. Step 1  Run the batch file corresponding to your system from your \SPEA\GDC 
  241.         software subdirectory to setup the DOS environment variables required 
  242.         for 3D Studio:
  243.  
  244.         (a) 486/386 PC with Intel coprocessor:    3DS.BAT
  245.         (b) 386 without Intel coprocessor:    3DS387.BAT
  246.  
  247.         (c) 3DS dual screen configuration (second screen = rendering):
  248.                                                 3DSDUAL.BAT
  249.  
  250.         You will need to run the batch file each time you reboot before 
  251.         running 3D Studio. See the example above for automatic setting via 
  252.         your AUTOEXEC.BAT file.
  253.  
  254. Step 2
  255.         3D Studio 1.0 or 2.0 :
  256.         In your 3D Studio subdirectory edit the 3DS.SET file so that the
  257.         following lines are active: 
  258.         Important: remove any semicolons at the start of these lines!
  259.  
  260.         (a) 3D Studio 1.0 (single screen):
  261.  
  262.                 DEFAULT-DISPLAY="RCPADI"
  263.                 MAIN-DISPLAY=RCPADI
  264.                 MATERIAL-DISPLAY=RCPADI
  265.  
  266.         (b) 3D Studio 2.0 (single screen):
  267.  
  268.                 RENDER-DISPLAY=RCPADI
  269.                 MAIN-DISPLAY=RCPADI
  270.                 MATERIAL-DISPLAY=RCPADI
  271.  
  272. Step 3  (optional)
  273.         An ASCII file called 3DS.XLI is included with this release. Font
  274.         types for the Material Editor and SPEAimagePro software may be 
  275.         specified in that file. Use any common text editor to modify 
  276.         3DS.XLI.  
  277.  
  278. Step 4  Rename the file 3DADI.CFG to 3DADI.OLD.
  279.  
  280. Step 5  Start 3D Studio and answer the ensuing configuration questions
  281.         according to your system setup.
  282.  
  283.  
  284.         3D Studio 3.0 :
  285.  
  286.         Change into your 3DS3 directory and enter:
  287.  
  288.         3DS VIBCFG
  289.  
  290.         Select via this configuration
  291.  
  292.         MAIN-DISPLAY     = RCPADI
  293.         MATERIAL_DISPLAY = RCPADI
  294.         RENDER-DISPLAY   = RCPADI
  295.  
  296.         and continue with the configuration following the instructions
  297.         of your 3D Studio documentation. 3D Studio starts subsequently.
  298.  
  299.  
  300.           ╔═════════════════════════════════════════════════════╗
  301.           ║     CFocus Display List Driver for CADdy 7.0/8.0    ║
  302.           ╚═════════════════════════════════════════════════════╝
  303.  
  304. █ NOTE  A CFocus Display List Driver for CADdy 7.0/8.0 is supplied with this
  305.         Superdisk release. 
  306.         Installation and use of this driver software are explained in detail 
  307.         in the SPEA FIRE User's Manuals.
  308.  
  309.  
  310.     ╔═══════════════════════════════════════════════════════╗
  311.     ║               SPEA BigMicro Driver v2.34              ║
  312.     ║              for MicroStation 5.0 for DOS             ║
  313.     ╚═══════════════════════════════════════════════════════╝
  314.      
  315.         1) Configuration
  316.         ================
  317.     
  318.     1) Change to the \USTATION directory.
  319.  
  320.     2) Run the USCONFIG program to select the device driver
  321.     for your SPEA board.
  322.  
  323.     3) Select a second adapter if needed.
  324.          Note: The selection of the left and right screen must be
  325.          agree with the environment variable MSPEAPM (5).
  326.         
  327.     Note: You will be asked whether you want to disable the virtual 
  328.     graphics page. If you disable the 2nd graphics page you can 
  329.     choose resolutions up to 256 colors. If you enable the 2nd 
  330.     graphics page, all possible resolutions are displayed with 
  331.     16 colors only.
  332.  
  333.     4) Select 'Exit' and 'Save'.
  334.  
  335.     5) Configuration of the MicroStation device driver via the 
  336.     environment variable MSPEAPM
  337.  
  338.          You will find the file "MSPEAPM.BAT" in your \SPEA\GDC directory. 
  339.          In the simplest case you have only to start this file and
  340.          the environment variable will be set.
  341.          If you don't need a standard configuration you must change
  342.          the file:
  343.     
  344.         SET MSPEAPM=-Ccardr -Vx [-LCcardl -LVx]
  345.  
  346.         -Ccardr defines the graphics board type for the single screen or 
  347.         the graphics board type for the right screen
  348.         -Ccardl defines the graphic board for the left screen (only for
  349.         dual screen configuration)
  350.  
  351.         cardl, cardr can be:
  352.           0: Graphiti main board (HiLite, FIRE, FGA,...)
  353.           1: Graphiti secondary board (HiLite, FIRE,...)
  354.          10: SPEA V7-board with activated VGA part 
  355.              (V7-MIRAGE, V7-MERCURY, V7-MERCURY PRO with ISA-, VL- or PCI-bus)
  356.          11: SPEA V7-board with deactivated VGA part
  357.              (only V7-MERCURY ISA and V7-MERCURY PRO ISA possible)
  358.  
  359.         -Vx video mode for main/left screen
  360.         -LVx video mode for right screen
  361.  
  362.          The parameter "x" for SPEA Graphiti you can read in your manual or
  363.          after starting the the programs 860MODE, HIMODE, FGAMODE or GDCMODE.
  364.          If you work with S3-chip based SPEA V7-boards you can start
  365.          VMODE in your \SPEA\GDC directory you get a list of the available 
  366.          modes.
  367.          Note: The driver supports olny 8 or 32 bit color dept.
  368.  
  369.     Examples:
  370.          SET MSPEAPM=-C10 -V11
  371.                  SPEA V7-MERCURY with video mode no. 11
  372.  
  373.          SET MSPEAPM=-C0 -V0 -LC10 -LV0
  374.                  SPEA FIRE for right screen, V7-MERCURY for left screen
  375.                  in highest resolution
  376.  
  377.              SET MSPEAPM=-C10 -V0 -LC11 -LV0
  378.                  V7-MIRAGE for right screen, V7-MERCURY Pro with deactivated VGA 
  379.                  part for left screen in highest resolution                 
  380.     
  381.     
  382.     
  383.     2) Driver version characteristics and possible board combinations
  384.     =================================================================
  385.     
  386.     BOARD IDENTIFICATION KEY:
  387.     
  388.     1  = V7-MIRAGE ISA
  389.     2  = V7-MIRAGE P-64 PCI
  390.     3  = V7-MIRAGE P-64 VL
  391.     4  = V7-MERCURY ISA
  392.     5  = V7-MERCURY P-64 PCI
  393.     6  = V7-MERCURY P-64 VL
  394.     7  = SPEA Graphiti HiLite
  395.     8  = SPEA Graphiti HiLite Pro
  396.     9  = FGA860-4/HE
  397.     10 = FGA860-4GX
  398.     11 = FIRE
  399.     12 = Gallery 2/HE
  400.     
  401.     
  402.     BOARD COMBINATIONS TABLE:
  403.     
  404.     Possible table entries:
  405.     
  406.     x     = recommended configuration
  407.     -     = place holder
  408.     
  409.     Boards:
  410.  
  411.       │ 1   2   3   4   5   6   7   8   9   10  11  12
  412.     ──┼───────────────────────────────────────────────
  413.     1 │ -   -   -   X   -   -   -   -   -   -   -   -
  414.       │
  415.     2 │ -   X   -   -   X   -   -   -   -   -   -   -
  416.       │
  417.     3 │ -   -   X   -   -   X   -   -   -   -   -   -
  418.       │
  419.     4 │ -   -   -   -   -   -   -   -   -   -   -   -
  420.       │
  421.     5 │ -   X   -   -   X   -   -   -   -   -   -   -
  422.           │
  423.     6 │ -   -   X   -   -   X   -   -   -   -   -   -
  424.       │
  425.     7 │ X   -   -   -   -   -   -   -   -   -   -   -
  426.       │
  427.     8 │ -   -   -   -   -   -   -   -   -   -   -   -
  428.       │
  429.     9 │ -   -   -   -   -   -   -   -   -   -   -   -
  430.       │
  431.     10│ -   -   -   -   -   -   -   -   -   -   -   -
  432.       │
  433.     11│ X   -   -   -   -   -   -   -   -   -   -   -
  434.       │
  435.         12│ -   -   -   -   -   -   -   -   -   -   -   -
  436.  
  437.     DRIVER FEATURES TABLE:
  438.     
  439.     Key:
  440.     
  441.     o     = available
  442.     empty = not available
  443.     Bus     ISA = ISA Bus
  444.             VL  = VESA Local Bus
  445.             PCI = PCI Local Bus
  446.     ni    = non interlaced
  447.     8 bit = 256 colors
  448.     24 bit= true color
  449.     
  450.     
  451.     Board  Bus           Max. resolution     Max. resolution
  452.                             (ni, 8 bit)         (ni, 24 bit)
  453.     --------------------------------------------------------
  454.     1      ISA          1024x768(1280x1024) 640x480    
  455.     2      PCI          1152x870(1280x1024) 640x480/800x600
  456.     3      VL             1152x870(1280x1024) 640x480/800x600
  457.     4      ISA            1280x1024           800x600
  458.     5      PCI            1280x1024           800x600
  459.     6      VL             1280x1024           800x600 
  460.     7      ISA            1280x1024           800x600
  461.     8      ISA            1536x1152           1152x900
  462.     9      ISA            1280x1024
  463.     10     ISA            1280x1024
  464.     11     ISA            1280x1024           800x600
  465.     12     ISA            1280x1024
  466.          
  467.     
  468.  
  469.         Note on the 3D Viewer for MicroStation 4.0x
  470.         ===========================================
  471.         If a view is loaded into the 3D Viewer window when this window is of 
  472.         "fixed size" (1/4 of the screen), and then the window size is 
  473.         changed to be variable and is increased - in this case it is usually 
  474.         necessary to reload the view into the 3D Viewer to make it 
  475.         completely fill the window.
  476.  
  477.  
  478.  
  479.           ╔═════════════════════════════════════════════════════╗
  480.           ║              SPDRIVER for CADdy 9.0                 ║
  481.           ╚═════════════════════════════════════════════════════╝
  482.  
  483.      Configuration:
  484.  
  485.           Start the installation program CADDYINS from within your
  486.           CADdy 9.0 directory:
  487.  
  488.           CD \CADDY900
  489.           CADDYINS
  490.  
  491.           Select: Graphic Driver Installation
  492.  
  493.           Choose in the menu "Selection of Graphics Systems":  SPEA
  494.  
  495.  
  496.      Prior to starting CADDY:
  497.  
  498.      1.   Change into your GDC directory, set up the environment
  499.           variable GDC and activate the resident driver SPDRIVER:
  500.  
  501.           CD \SPEA\GDC
  502.           SETGDC
  503.           SPDRIVER
  504.  
  505.      2.   Activate the driver GD_@.COM in the CADdy 9.0 directory
  506.           (if not already activated by AUTOEXEC.BAT):
  507.  
  508.           CD \CADDY900
  509.           GD_@
  510.  
  511.  
  512.      To remove the SPDRIVER from memory, please enter from within
  513.      your GDC directory:
  514.  
  515.           SPUNRES
  516.  
  517.  
  518.  
  519.  
  520.           ╔════════════════════════════════════════════════════════╗
  521.           ║ BigWin Treiber für Windows/Windows für Workgroups 3.1x ║
  522.           ╚════════════════════════════════════════════════════════╝
  523.  
  524. █ NOTE   Installation and use of the SPEA BigWin Driver for Windows 
  525.          are described in detail in the SPEA User's Manuals.
  526.  
  527.  
  528.          Limitations known for this driver release :
  529.  
  530.          Please refer to Section 3 of this README file. 
  531.  
  532.  
  533.           ╔═════════════════════════════════════════════════════╗
  534.           ║                    Section 5                        ║
  535.           ║               Last minute changes                   ║
  536.           ╚═════════════════════════════════════════════════════╝
  537.  
  538. This section documents some last minute changes, not yet documented in the
  539. FIRE user's manuals.
  540.  
  541. 1) BigFocus Driver for AutoCAD 11
  542. =================================
  543.  
  544.  ■ Speed Problems          
  545.  
  546.    - In the case not enough system memory is available, a reduction in speed
  547.    may occur if to much memory is reserved for ACAD386-RAM.
  548.    Call the configuration program CONFIG and set  
  549.           
  550.         ACAD386-RAM to 512 kB (Default value: 4 MB), 
  551.    
  552.    so the system memory is not reserved for the BigFocus driver only
  553.    and there will be more space for the AutoCAD program files. 
  554.  
  555.    - Selecting a big font for the AutoCAD menus and selecting the 3D display 
  556.      of the buttons may also reduce driver speed. 
  557.  
  558.  
  559.  ■ 3D Button in AutoCAD 11
  560.    
  561.    a) DEACTIVATING the 3D-Button Display:
  562.       Enter at the DOS level: (or make an entry into the AutoCAD start file):
  563.  
  564.         SET 3D=off
  565.       
  566.       The DEACTIVATION is valid
  567.       - until the next system start (booting), if it is not done via an entry 
  568.         into the AUTOEXEC.BAT or 
  569.       - until the activation as described in b) or
  570.       - with every AutoCAD start, if you inserted the entry into the AutoCAD 
  571.         start file. 
  572.  
  573.    b) ACTIVATING the 3D-Button Display (only necessary if the 3D buttons 
  574.       had been deactivated as described in a).
  575.       Enter at the DOS level:
  576.  
  577.         SET 3D=          (without any specification)
  578.  
  579.  
  580.  
  581.  
  582.  
  583. 3) SPEA SPDRIVER
  584. ================
  585.  
  586.    Loading the driver :
  587.    - Change to the directory \SPEA\GDC and enter :
  588.  
  589.      SPDR860
  590.  
  591.      The "terminate-stay-resident" (TSR) driver software will be loaded.
  592.  
  593.    Removing the TSR module:
  594.    - Enter  SPUNRES  from the \SPEA\GDC directory to remove the TSR driver
  595.      from memory.    
  596.  
  597.  
  598.           ╔═════════════════════════════════════════════════════╗
  599.           ║                    Section 6                        ║
  600.           ║                 Troubleshooting                     ║
  601.           ╚═════════════════════════════════════════════════════╝
  602.  
  603.  
  604. SYMPTOM:  GDCINST program gives the NO MONITOR FILES FOUND message.
  605. SOLUTION: Make sure that the GDC environment variable is set (execute the 
  606.           SETGDC batch file).   
  607.           
  608. SYMPTOM:  The CONFIG program gives the CANNOT RUN WHEN AUTOCAD IS ACTIVE
  609.           message, and you are executing CONFIG from DOS not within AutoCAD.
  610. SOLUTION: Erase the file FOCUS.LCK in your SPEA software subdirectory.
  611.  
  612. SYMPTOM:  When configuring AutoCAD for the SPEA FIRE driver the message
  613.           FILE AUTOCAD.XLI or SPEA.XLI NOT FOUND is given.
  614. SOLUTION: Make sure that the GDC environment variable is set (run SETGDC in
  615.           your SPEA software subdirectory), and run the CONFIG program to
  616.           create an AUTOCAD.XLI file (this file is automatically created when
  617.           you exit the CONFIG program - it contains your selections for color, 
  618.           font, etc.)
  619.  
  620. SYMPTOM:  Installation of BigWin Drivers for Windows for WorkGroups 3.11
  621.           SPSETUP pops up message "VGACOLOR.2G_ not found".
  622. SOLUTION: Specify your SPEA GDC directory as the path of the WfWG 3.11 
  623.           installation disks (for example C:\SPEA\GDC instead of A:\).
  624.           After copying VGACOLOR.2G_ , SPSETUP prompts you again for the 
  625.           WfWG 3.11 installation disks. Now specify the actual installation 
  626.           drive (for example A:\).
  627.  
  628.  
  629.           ╔═════════════════════════════════════════════════════╗
  630.           ║                  End of README                      ║
  631.           ╚═════════════════════════════════════════════════════╝
  632.