home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1996 January / MG_0196.ISO / spea / graphiti / superdsk / fga / disk1 / readme.eng < prev    next >
Text File  |  1994-02-10  |  31KB  |  720 lines

  1.  
  2.       ╔═════════════════════════════════════════════════════════════════╗
  3.       ║                                                                 ║
  4.       ║  SPEA FGA / FGA860 / FGA860-GX          Software Release 0294.2 ║
  5.       ║                                                                 ║
  6.       ║                      README File  Rev.3.2                       ║
  7.       ║                                                                 ║
  8.       ║  SPEA Software AG                                 February 1994 ║
  9.       ║═════════════════════════════════════════════════════════════════║
  10.       ║ This README file provides important information related to the  ║
  11.       ║ SPEA FGA860/FGA860-GX hardware and software. We recommend you   ║
  12.       ║ 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) to ║
  19.       ║ display this information file again.                            ║
  20.       ╚═════════════════════════════════════════════════════════════════╝
  21.  
  22.  
  23.           ╔═════════════════════════════════════════════════════╗
  24.           ║           Contents of this README file              ║
  25.           ╚═════════════════════════════════════════════════════╝
  26.  
  27.           This README file contains the following sections:
  28.  
  29.           Section 1) What Happened During Installation?
  30.           Section 2) Batch Files To Help You Get Going
  31.           Section 3) Known Restrictions
  32.           Section 4) Configuring Your Applications
  33.           Section 5) Last Minute Changes
  34.           Section 6) Troubleshooting Problems                
  35.  
  36.  
  37.  
  38.           ╔═════════════════════════════════════════════════════╗
  39.           ║                    Section 1                        ║
  40.           ║         What Happened During Installation ?         ║
  41.           ╚═════════════════════════════════════════════════════╝
  42.  
  43. During installation, the software you selected for installation was copied 
  44. to the specified drive and directory (defaults are C:\SPEA\GDC). 
  45.  
  46. A "set gdc= " command to set the environment variable GDC was added to the 
  47. end of your AUTOEXEC.BAT file. This environment variable is required by most
  48. SPEA software.  A number of batch files was generated. They are explained in 
  49. the next section of this README file.
  50.  
  51. █ NOTE: If you have an AUTOEXEC.BAT file that previously ended by executing
  52.         another batch file (this technique is commonly used with networks),
  53.         then you must move the "set gdc=" command to a location that assures
  54.         that the GDC environment variable gets set.
  55.  
  56.  
  57. The software you selected was placed in your \SPEA\GDC subdirectory in the 
  58. following manner. The tree below shows the directory structure that would 
  59. be created if you selected to install all files.
  60.  
  61.       C:\SPEA\GDC─┬─...  
  62.                   ├─FONTS
  63.                   ├─MONITORS
  64.                   └─POPS
  65.  
  66. The \SPEA\GDC subdirectory contains the basic software (sometimes also re-
  67.               fered to as GDC Software) and utilities, and most drivers.
  68.  
  69. The FONTS     subdirectory contains all font files.
  70.  
  71. The MONITORS  subdirectory contains all monitor files.
  72.  
  73. The POPS      subdirectory contains the SPEAPOPS AutoCAD template icon
  74.               menus.
  75.  
  76.  
  77.  
  78.           ╔═════════════════════════════════════════════════════╗
  79.           ║                    Section 2                        ║
  80.           ║          Batch Files To Help You Get Going          ║
  81.           ╚═════════════════════════════════════════════════════╝
  82.  
  83. The \SPEA\GDC subdirectory contains  a number of batch files that will help 
  84. you set up your system to use the SPEA Graphiti graphics board with your ap-
  85. plications. Execute the appropriate batch file(s)  BEFORE  you configure or 
  86. run your applications.  
  87.  
  88.       SETGDC  .BAT    sets the environment variable GDC
  89.       BIGFOCUS.BAT    AutoCAD 386 Release 11 (protected mode)
  90.       3DS     .BAT    3D Studio
  91.       3DS387  .BAT    3D Studio for 386 PC's without Intel 80387
  92.       SHADE   .BAT    AutoShade V2.0
  93.       SKETCH  .BAT    AutoSKETCH
  94.       TIGA    .BAT    TIGA 2.05 or TIGA 2.20 (as defined during installation)
  95.       
  96. Remember, you can always add a call to these batch files from within your
  97. AUTOEXEC.BAT file.  This way,  your system  will be automatically setup for
  98. your application(s) during power-up.  An example AUTOEXEC.BAT with calls to
  99. batch files is shown below:
  100.  
  101.       @echo off
  102.       prompt $p$g
  103.       path = c:\dos;c:\spea\gdc; ...
  104.        |
  105.        |
  106.       set gdc=c:\spea\gdc     rem GDC is required by SPEA software
  107.       call %gdc%\bigfocus     rem set DSPADI & POPS
  108.       call %gdc%\tiga         rem set TIGA variable, load driver
  109.  
  110. In this example, the SPEA software was installed in the "c:\spea\gdc" drive
  111. and subdirectory.  When this system reboots, it would be ready to configure
  112. and run AutoCAD and TIGA applications.
  113.  
  114. NOTE: The call statements MUST FOLLOW the "set gdc=" line.
  115.  
  116.  
  117.  
  118.           ╔═════════════════════════════════════════════════════╗
  119.           ║                    Section 3                        ║
  120.           ║                Known Restrictions                   ║
  121.           ╚═════════════════════════════════════════════════════╝
  122.  
  123.       TIGA Driver for Windows 3.x                                                              
  124.  
  125. 1.    With Windows running in 286 standard mode, and TIGA installed in in-
  126.       terrupt 0x7F, you can not switch between old DOS applications using 
  127.       the TAB key. Install TIGA in a different interrupt level (ie: 0x60) 
  128.       if this is a concern. For example, change the entry SET TIGA=... in 
  129.       TIGA.BAT to
  130.  
  131.       set tiga=-mc:\spea\gdc -lc:\spea\gdc -i0x60
  132.  
  133.       This example will make the interrupt be hexidecimal 60 and assumes 
  134.       that the TIGA software is located in drive C: subdirectory \SPEA\GDC.   
  135.       If you have previously loaded the TIGACD driver, then you must remove
  136.       it before executing the TIGA.BAT file again. Use the  tigacd -u  com-
  137.       mand.
  138.  
  139.  
  140. 2.    If the TIGA/Windows drivers encounter a problem during Windows start-
  141.       up, one of the following messages may be displayed:
  142.  
  143.       2.1  Error: Tiga CD is not responding.
  144.  
  145.       Load the TIGA Communications Driver (tigacd.exe) before running Win-
  146.       dows. Execute the TIGA.BAT file to do so.
  147.  
  148.       2.2  Warning: Tiga CD Revision 2.05 required for correct operation.
  149.     
  150.       TIGA releases earlier than V2.05 contain code bugs which may result
  151.       in Unrecoverable Application Errors (UAEs) while running Windows. It
  152.       is strongly recommended that you update your TIGA version to 2.05 or
  153.       2.20.
  154.  
  155.       2.3  Error: Could not load Tiga RLM file.
  156.  
  157.       The TIGA/Windows driver was unable to load  TIGAWIN.RLM . This file
  158.       must be in the Windows system subdirectory, or in the directory spe-
  159.       cified by the -l option of the TIGA environment variable.
  160.  
  161.  
  162.           ╔═════════════════════════════════════════════════════╗
  163.           ║                    Section 4                        ║
  164.           ║           Configuring Your Applications             ║
  165.           ╚═════════════════════════════════════════════════════╝
  166.  
  167. This information is provided as a quick start reference for experienced 
  168. users. Please read the SPEA User's Manuals for a more detailed description.
  169.  
  170.  
  171.           ╔═════════════════════════════════════════════════════╗
  172.           ║     AutoCAD 386 Release 11 (Protected Mode)         ║
  173.           ╚═════════════════════════════════════════════════════╝
  174.  
  175. NOTE:   For users of a FGA860-GX Graphics Subsystem only:
  176.  
  177.         If you use a  FGA860-GX graphics subsystem,  and installed the SPEA
  178.         860GX BigFocus driver  for this hardware platform, you might want 
  179.         to work with the 3D Viewer supplied with this driver. In this case,
  180.         - a minimum of 8 MBytes of RAM must be installed on the 860GX board,
  181.         - select the option  DISPLAY LIST  when running CONFIG, and set the
  182.           size of 3D-Memory to at least 5 MBytes.
  183.  
  184. Step 1  Run CONFIG.EXE to setup the menu text foreground/background colors,
  185.         display list memory, font, color palette, etc... to be used by your
  186.         SPEA BigFocus driver.  Your selections will be used for all subse-
  187.         quent AutoCAD sessions.
  188.  
  189. Step 2  Run BIGFOCUS.BAT in your  \SPEA\GDC  subdirectory to setup the DOS 
  190.         environment variables required by AutoCAD 386. You will need to run
  191.         BIGFOCUS.BAT  each time you reboot before running AutoCAD 386. See 
  192.         the example above for automatic setting via your AUTOEXEC.BAT file.
  193.         file.
  194.  
  195. Step 3  Configure the AutoCAD 386 display interface for the ADI P386 (Pro-
  196.         tected-Mode) Driver.
  197.  
  198. Step 4  Call the drawing editor (load an existing or begin a new drawing)  
  199.  
  200.  
  201.           ╔═════════════════════════════════════════════════════╗
  202.           ║                   AutoSHADE V2.0                    ║
  203.           ╚═════════════════════════════════════════════════════╝
  204.  
  205. Step 1  Run CONFIG.EXE, and use the UTILITY pull-down to select AutoSHADE.
  206.         Use this program to set the menu text foreground/background colors
  207.         and fonts.  Your selections will be used for all subsequent Auto-
  208.         SHADE sessions.
  209.  
  210. Step 2  Run SHADE.BAT in your SPEA software subdirectory to setup the DOS 
  211.         environment variables required by AutoSHADE.  You will need to run
  212.         SHADE.BAT each time you reboot; prior to running AutoSHADE.  
  213.         See the example above for automatic setting via your AUTOEXEC.BAT 
  214.         file.
  215.  
  216. Step 3  Configure AutoSHADE as explained in the manual (section ADIREND).
  217.  
  218.  
  219.           ╔═════════════════════════════════════════════════════╗
  220.           ║                    AutoSKETCH                       ║
  221.           ╚═════════════════════════════════════════════════════╝
  222.  
  223. Step 1  Run CONFIG.EXE, and use the UTILITY pull-down to select AutoSKETCH.
  224.         Use this program to set your menu text foreground/background colors
  225.         and fonts. Your selections will be used for all subsequent 
  226.         AutoSKETCH sessions.
  227.  
  228. Step 2  Run SKETCH.BAT in your SPEA software subdirectory to setup your sys-
  229.         tem for running AutoSKETCH with the SPEA board. You will need to run 
  230.         this batch file each time you reboot;  prior to running AutoSKETCH.  
  231.         See the example  above for automatic setting via your  AUTOEXEC.BAT 
  232.         file.
  233.  
  234. Step 3  Configure AutoSKETCH by executing "sketch -r", and make the following
  235.         selections:
  236.  
  237.         1) Select your pointing device
  238.         2) Display device? "Autodesk Device Interface display"
  239.         3) Select your Rendering hardcopy device
  240.  
  241.  
  242.           ╔═════════════════════════════════════════════════════╗
  243.           ║              3D Studio 1.0 / 2.0 / 3.0              ║
  244.           ╚═════════════════════════════════════════════════════╝
  245.  
  246. Step 1  Run the batch file corresponding to your system from your \SPEA\GDC 
  247.         software subdirectory to setup the DOS environment variables required 
  248.         for 3D Studio:
  249.  
  250.         (a) 486/386 PC with Intel coprocessor:    3DS.BAT
  251.         (b) 386 without Intel coprocessor:    3DS387.BAT
  252.  
  253.         (c) 3DS dual screen configuration (second screen = rendering):
  254.                                                 3DSDUAL.BAT
  255.  
  256.         You will need to run the batch file each time you reboot before 
  257.         running 3D Studio. See the example above for automatic setting via 
  258.         your AUTOEXEC.BAT file.
  259.  
  260. Step 2
  261.         3D Studio 1.0 or 2.0 :
  262.         In your 3D Studio subdirectory edit the 3DS.SET file so that the
  263.         following lines are active: 
  264.         Important: remove any semicolons at the start of these lines!
  265.  
  266.         (a) 3D Studio 1.0 (single screen):
  267.  
  268.                 DEFAULT-DISPLAY="RCPADI"
  269.                 MAIN-DISPLAY=RCPADI
  270.                 MATERIAL-DISPLAY=RCPADI
  271.  
  272.         (b) 3D Studio 2.0 / 3.0 (single screen):
  273.  
  274.                 RENDER-DISPLAY=RCPADI
  275.                 MAIN-DISPLAY=RCPADI
  276.                 MATERIAL-DISPLAY=RCPADI
  277.  
  278.         3D Studio 3.0 (dual screen):
  279.  
  280.         Change into your 3DS directory and enter:
  281.  
  282.         3DS VIBCFG
  283.  
  284.         Select via this configuration
  285.  
  286.         MAIN-DISPLAY     = ...
  287.         MATERIAL_DISPLAY = ...
  288.         RENDER-DISPLAY   = RDPADI
  289.  
  290.         and continue with the configuration following the instructions
  291.         of your 3D Studio documentation. 3D Studio starts subsequently.
  292.  
  293. Step 3  (optional)
  294.         An ASCII file called 3DS.XLI is included with this release. Font
  295.         types for the Material Editor and SPEAimagePro software may be 
  296.         specified in that file. Use any common text editor to modify 
  297.         3DS.XLI.  
  298.  
  299. Step 4  Rename the file 3DADI.CFG to 3DADI.OLD.
  300.  
  301. Step 5  Start 3D Studio and answer the ensuing configuration questions
  302.         according to your system setup.
  303.  
  304.  
  305.           ╔═════════════════════════════════════════════════════╗
  306.           ║                   ANIMATOR PRO                      ║
  307.           ╚═════════════════════════════════════════════════════╝
  308.  
  309.          Change to the ANIMATOR PRO directory and call the CFANIPRO.BAT file.
  310.          Now the corresponding drivers are copied into the ANIMATOR PRO
  311.          directory and ANIMATOR PRO will be started in the highest possible
  312.          resolution.
  313.  
  314.          Use 'Screen Size' and 'Extra' to select other resolutions.
  315.  
  316.          After terminating the program correctly you can start ANIMATOR PRO
  317.          as you did before via ANI in the resolution that you have selected
  318.          before.
  319.  
  320.  
  321.           ╔═════════════════════════════════════════════════════╗
  322.           ║     CFocus Display List Driver for CADdy 8.0        ║
  323.           ╚═════════════════════════════════════════════════════╝
  324.  
  325.         A CFocus Display List Driver for CADdy 8.0 is supplied with this
  326.         Superdisk release. Installation and use of this driver are explained
  327.         in detail in the FGA User's Manuals.
  328.  
  329.  
  330.           ╔═════════════════════════════════════════════════════╗
  331.           ║                    S P I R I T                      ║
  332.           ╚═════════════════════════════════════════════════════╝
  333.  
  334.         A display list driver supporting SPIRIT is delivered by the company
  335.         SoftTech with the SPIRIT Software itself. Please contact your SPIRIT
  336.         dealer to obtain this driver.
  337.  
  338.  
  339.                                                          
  340.           ╔═════════════════════════════════════════════════════╗
  341.           ║                  Generic CADD 5.0                   ║
  342.           ╚═════════════════════════════════════════════════════╝
  343.  
  344. Step 1  Run CONFIG.EXE in your Generic CADD subdirectory. Press <ENTER> to
  345.         get to the main menu. Select a video graphics display. Make your
  346.         image save/load selection. Go to the end of the list of display 
  347.         devices and select number 60, Other VGD file(s). Enter the path of
  348.         your Generic CADD subdirectory, and select SPEA.VGD.
  349.  
  350. Step 2  Run GENCDTMS.EXE in your SPEA software subdirectory to install the
  351.         terminate-stay-resident (TSR) driver required for Generic CADD. This
  352.         command must be executed each time you reboot to reload the driver.
  353.         You can include this into your AUTOEXEC.BAT file to automatically 
  354.         load the driver at power-up time. The syntax of the command is as 
  355.         follows:
  356.  
  357.         gencdtms -f(fontfile) -i(interrupt number) 
  358.  
  359.         The fontfile can be any font file in the SPEA subdirectory that has
  360.         a Y resolution that is a multiple of 8. For example: bit8x8.fnt, 
  361.         bit8x16.fnt, bit12x16.fnt, sys8x16.fnt, sys16x32.fnt, cond8x16.fnt,
  362.         or bit16x16.fnt.  
  363.  
  364.         The interrupt number is entered in hexidecimal format, and can be
  365.         any interrupt between hexidecimal 40 - FF. Default is CC.
  366.  
  367.         Executing the following command from your \SPEA\GDC subdirectory 
  368.         will remove the TSR from memory:
  369.  
  370.         gcunres 
  371.  
  372.  
  373.           ╔═════════════════════════════════════════════════════╗
  374.           ║                 MicroStation 4.0.x                  ║
  375.           ║                Protected Mode Driver                ║
  376.           ╚═════════════════════════════════════════════════════╝
  377.  
  378. Step 1  Run USCONFIG.EXE in your Microstation subdirectory.  Select DISPLAY
  379.         ADAPTERS.  Then select <VENDOR SUPPLIED DRIVER>.  Then select SPEA
  380.         GRAPHITI SERIES Prot.Mode.
  381.  
  382. █ NOTE: Refer also to Section 5 of this README file.
  383.  
  384.  
  385.           ╔═════════════════════════════════════════════════════╗
  386.           ║                      TOPCAD                         ║
  387.       ╚═════════════════════════════════════════════════════╝
  388.  
  389.         To run TOPCAD you need the two files SPFGA.REX and TOPCAD.FGA
  390.         from the subdirectory TOPCAD on the superdisk "Disk 3 of 3".
  391.         Please copy those files into your TOPCAD\CONFIG subdirectory.
  392.       
  393.  
  394.           ╔═════════════════════════════════════════════════════╗
  395.           ║                  TIGA Applications                  ║
  396.           ╚═════════════════════════════════════════════════════╝
  397.  
  398. Step 1  With this FGA superdisk two TIGA driver versions(2.05 and 2.20)
  399.         are delivered. There are the following differences between both
  400.         drivers:
  401.  
  402.         TIGA 2.05:
  403.         - supports 256 colors only
  404.         - necessary for older programs that do not work with the newer TIGA
  405.           driver versions.
  406.  
  407.         TIGA 2.20
  408.         - supports color depths of 16 and 256 colors 
  409.           (for FGA and FGA860-GX)
  410.         - problems with some older programs may occur
  411.  
  412.         During the installation you will be asked which TIGA driver you want
  413.         to install.
  414.  
  415.  
  416. █ Note  Because only ONE TIGA driver can be installed please inform you before
  417.         installing the driver which TIGA version you need.
  418.  
  419. Step 2  Run  TIGA.BAT  in your SPEA software subdirectory to setup the DOS
  420.         environment variables, and load the terminate-stay-resident (TSR)
  421.         program (TIGACD), required for TIGA applications. You will need to
  422.         run TIGA.BAT each time you reboot.
  423.         See the example above for automatic setting via your AUTOEXEC.BAT
  424.         file.
  425.  
  426.         Executing the following command from your SPEA\GDC subdirectory will
  427.         remove the TSR from memory:
  428.  
  429.         tigacd -u <ENTER>
  430.  
  431.  
  432. Step 3  (For TIGA 2.20 only!)
  433.         Change to the GDC dirctory. There call the program TIGAMODE. Now
  434.         configure via this program the driver for the resolution that you
  435.         desire.
  436.  
  437.  
  438.           ╔═════════════════════════════════════════════════════════════╗
  439.           ║ SPEA BigWin Treiber for Windows/Windows for Workgroups 3.1x ║
  440.           ╚═════════════════════════════════════════════════════════════╝
  441.  
  442.          Installation and use of the SPEA BigWin Driver are described
  443.          in detail in the SPEA User's Manuals.
  444.  
  445. Quick installation:
  446.  
  447. Step 1   Configure Windows via SETUP for Standard VGA and run Windows.
  448.  
  449. Step 2   Select in the program manager "File" and "Execute" and enter:
  450.  
  451.          C:\SPEA\GDC\SPSETUP
  452.  
  453. Step 3   Select the preferred resolution and follow the program until
  454.          restart of Windows with the SPEA BigWin driver activated.
  455.          
  456.  
  457.          Available drivers for FGA and FGA860-GX:
  458.  
  459.              BigWin      for FGA based systems
  460.              BigWin860   for FGA860-GX based systems
  461.  
  462.  
  463.           ╔═════════════════════════════════════════════════════╗
  464.           ║             TIGA Driver for Windows 3.x             ║
  465.           ╚═════════════════════════════════════════════════════╝
  466.  
  467.         Configuration of Windows 3.1 for TIGA
  468.         ─────────────────────────────────────
  469.         Windows 3.x Driver (TIGA)
  470.         ─────────────────────────
  471.  
  472. 1)      Run TIGA.BAT in your \SPEA\GDC software subdirectory, which will
  473.         set up the DOS environment variables and load the terminate-stay-
  474.         resident program TIGACD. You will need to run TIGA.BAT each time
  475.         you reboot before running Windows. 
  476.         See the example above for automatic setting via your AUTOEXEC.BAT 
  477.         file.
  478.  
  479.         Executing the following command from your \SPEA\GDC subdirectory will
  480.         remove the TSR driver from memory:
  481.  
  482.         tigacd -u <ENTER>
  483.  
  484. 2)      Run the Windows SETUP.EXE program (under DOS, from within your
  485.         WINDOWS directory):
  486.  
  487.         CD\WINDOWS
  488.         SETUP
  489.  
  490. 3)      The SETUP screen shows the configuration presently active.
  491.         Select at "Display" the line:
  492.  
  493.         "Other (Requires disk provided by a hardware manufacturer)"
  494.  
  495. 4)      At the prompt for the OEM driver disk, enter your SPEA software
  496.         drive and subdirectory.  For example, if you had installed the
  497.         SPEA software in the C:\SPEA\GDC drive and directory, enter:
  498.  
  499.         C:\SPEA\GDC
  500.  
  501. 5)      A list of TIGA drivers for WINDOWS 3.x is now presented:
  502.  
  503.         8 bit drivers:
  504.                   'TIGA (256 colors or less) (large fonts)'
  505.                   'TIGA (256 colors or less) (small fonts)'
  506.  
  507.  
  508.         Note that you may only select a driver that is supported by
  509.         the graphics board installed.
  510.  
  511. 6)      The corresponding driver files will be copied from your GDC directory
  512.         into your Windows directory. As the necessary font files are also
  513.         delivered with the SPEA Superdisk, you can enter the GDC directory
  514.         when you are prompted for the "Windows original disks" as well as for
  515.         the "Windows 3.1 TIGA update disk ".
  516.  
  517. 7)      Start Windows now.
  518.  
  519. Note:   In the case Windows doesn't run, maybe the wrong color depth is
  520.         active. Use the program TIGAMODE (at DOS prompt) to adjust a
  521.         256 color resolution and restart Windows. TIGAMODE.EXE is placed
  522.         in directory C:\SPEA\GDC.
  523.  
  524.  
  525.           ╔═════════════════════════════════════════════════════╗
  526.           ║                    Section 5                        ║
  527.           ║               Last Minute Changes                   ║
  528.           ╚═════════════════════════════════════════════════════╝
  529.  
  530.          This section documents some last minute changes, not yet 
  531.          documented in the user's manuals.
  532.  
  533. 1  FGA Software
  534. 1.1  MicroStation driver
  535.  
  536. A new version of the SPEA driver for MicroStation is supplied with 
  537. this SUPERDISK release. The following enhancements have been 
  538. implemented in this driver version:
  539.  
  540. 1.1.1  The driver supports two-board configurations consisting of 
  541.        one SPEA FGA and one SPEA HiLite/FIRE/Painter/Gallery/Flash. 
  542.        Configurations with two SPEA FGA boards are not supported yet. 
  543.  
  544. 1.1.2  A new parameter has been added (to be specified either on the 
  545.        command line, or by the environment variable MSPEAPM). The parameter 
  546.        defines the video mode and is  -v  for the right screen, 
  547.        respectively  -lv  for the left screen.
  548.  
  549. The following video modes are available for the FGA:
  550.  
  551.    mode 0  =  1280 x 1024 x 8 bit planes (256 colors)     
  552.    mode 1  =  1280 x 1024 x 4 bit planes ( 16 colors)   
  553.  
  554. 1.1.3  Weighted lines are displayed as with the TIGA or VGA driver 
  555.        for MicroStation. This means that displays are very fast but 
  556.        optically not as good.
  557.  
  558.        When the new  -w  parameter is specified, display of the weighted 
  559.        lines can be improved, however at the cost of lower performance.
  560.  
  561.  
  562. 1.2 FGAWATCH - VGA video mode watchdog software
  563.  
  564. A new (undocumented) utility named FGAWATCH is on the SUPERDISK. 
  565. This monitors VGA video modes intended for the graphics monitor (i.
  566. e. the output on the RGB connector) and prints an error report on 
  567. the hi-res screen, if a VGA video mode is encountered, which is not 
  568. supported. To load FGAWATCH residently into memory enter: 
  569.       FGAWATCH
  570.  
  571. To remove this software from system memory enter:
  572.  
  573.       FGAWATCH -r
  574.  
  575. The software requires 3,712 Bytes of system memory. This software 
  576. can be loaded into upper memory (please check your DOS documentation 
  577. for more information in this respect).
  578.  
  579. Important: the VGA modes are still available on the FGA's seperate VGA 
  580.            output connector. A dual screen configuration (VGA + hi-res)
  581.            can therefore still use the VGA modes.
  582.  
  583.  
  584. 1) BigFocus Driver for AutoCAD 11
  585. =================================
  586.  
  587.  ■ Speed Problems
  588.  
  589.    - In the case not enough system memory is available, a reduction in speed
  590.    may occur if to much memory is reserved for ACAD386-RAM.
  591.    Call the configuration program CONFIG and set
  592.  
  593.         ACAD386-RAM to 512 kB (Default value: 4 MB),
  594.  
  595.    so the system memory is not reserved for the BigFocus driver only
  596.    and there will be more space for the AutoCAD program files.
  597.  
  598.    - Selecting a big font for the AutoCAD menus and selecting the 3D display
  599.      of the buttons may also reduce driver speed.
  600.  
  601.  
  602.  ■ 3D Button in AutoCAD 11
  603.  
  604.    a) DEACTIVATING the 3D-Button Display:
  605.       Enter at the DOS level: (or make an entry into the AutoCAD start file):
  606.  
  607.         SET 3D=off
  608.  
  609.       The DEACTIVATION is valid
  610.       - until the next system start (booting), if it is not done via an entry
  611.         into the AUTOEXEC.BAT or
  612.       - until the activation as described in b) or
  613.       - with every AutoCAD start, if you inserted the entry into the AutoCAD
  614.         start file.
  615.  
  616.    b) ACTIVATING the 3D-Button Display (only necessary if the 3D buttons
  617.       had been deactivated as described in a).
  618.       Enter at the DOS level:
  619.  
  620.         SET 3D=          (without any specification)
  621.  
  622.           ╔═════════════════════════════════════════════════════╗
  623.           ║                    Section 6                        ║
  624.           ║             Troubleshooting Problems                ║
  625.           ╚═════════════════════════════════════════════════════╝
  626.  
  627.  
  628. SYMPTOM:  GDCINST program gives the NO MONITOR FILES FOUND message.
  629. SOLUTION: Make sure that the GDC environment variable is set (execute the
  630.           SETGDC batch file).
  631.  
  632. SYMPTOM:  The CONFIG program gives the CANNOT RUN WHEN AUTOCAD IS ACTIVE
  633.           message, and you are executing CONFIG from DOS not within AutoCAD.
  634. SOLUTION: Erase the file FOCUS.LCK in your SPEA software subdirectory.
  635.  
  636. SYMPTOM:  When configuring AutoCAD for the SPEA FGA driver the message
  637.           FILE AUTOCAD.XLI or SPEA.XLI NOT FOUND is given.
  638. SOLUTION: Make sure that the GDC environment variable is set (run SETGDC in
  639.           your SPEA software subdirectory), and run the CONFIG program to
  640.           create an AUTOCAD.XLI file (this file is automatically created when
  641.           you exit the CONFIG program - it contains your selections for color,
  642.           font, etc.)
  643.  
  644. SYMPTOM:  Board will not initialize
  645. SOLUTION: If the FGA board will not initialize (corresponding error 
  646.           report on the screen) or shows irrational colors (e.g. when loading 
  647.           Windows) then it is possible that the data in the EEPROM of the 
  648.           board is not correct. To correct this, you must restore the boot 
  649.           software by reprogramming the EEPROM with the data held in a 
  650.           specific boot*.out file (in your GDC directory). Proceed as follows 
  651.           to reprogram the EEPROM:
  652.  
  653. Step 1  Enter the following command:
  654.  
  655.         FGAPROM
  656.  
  657.         This program checks which series number your FGA has and copies
  658.         the boot data in BOOT.OUT (FGA series boards other than xx55xxxx)
  659.         or that in BOOT2.OUT (FGA series numbers xx55xxxx only) to the EEPROM.
  660.         Note that the screen is blanked whilst the data is copied.
  661.  
  662. Step 3  The version of the boot software now on the board can be checked
  663.         with the command FGAFIRM when the display returns.
  664.  
  665.         An undocumented optional parameter for FGAPROM is " -n". This option 
  666.         deactivates the automatic user parameter backup feature now 
  667.         integrated in FGAPROM. When "-n" is not stated, the user parameters 
  668.         stored in the switch positions (C ... F) are first saved when the 
  669.         EEPROM contents are overwritten and then written into the EEPROM 
  670.         again. This means that user monitor parameters are not destroyed 
  671.         when FGAPROM is used. By entering <FGAPROM -n> the data is lost when 
  672.         the EEPROM is rewritten. 
  673.  
  674.         Enter <FGAPROM -?> to list all the parameters for the command on the 
  675.         screen.
  676.  
  677. Tip: If you should encounter difficulties when using FGAPROM then we
  678. recommend that you check your Utilities Manual and use ALL the standard 
  679. options when entering the command.
  680.  
  681. Examples:
  682.  
  683. 1) FGA series board number 91593142, installed at board address 280 hex as
  684.    the main board:
  685.  
  686.    FGAPROM -b280 -c0 -sC3CC BOOT.OUT
  687.  
  688. 2) FGA series board number 92553142, installed at board address 300 hex as
  689.    the secondary board:
  690.  
  691.    FGAPROM -b300 -c1 -sC3CC BOOT2.OUT
  692.  
  693. Please refer to the Utilities Manual for a more detailled description of
  694. the standard options for the FGAPROM command.
  695.  
  696.  
  697. SYMPTOM:  GDCINST program gives the NO MONITOR FILES FOUND message.
  698. SOLUTION: Make sure that the GDC environment variable is set (execute the 
  699.           SETGDC batch file).   
  700.           
  701. SYMPTOM:  The CONFIG program gives the CANNOT RUN WHEN AUTOCAD IS ACTIVE
  702.           message, and you are executing CONFIG from DOS not within AutoCAD.
  703. SOLUTION: Erase the file FOCUS.LCK in your SPEA software subdirectory.
  704.  
  705. SYMPTOM:  When configuring AutoCAD for the SPEA FGA driver the message
  706.           FILE AUTOCAD.XLI or SPEA.XLI NOT FOUND is given.
  707. SOLUTION: Make sure that the GDC environment variable is set (run SETGDC in
  708.           your SPEA software subdirectory), and run the CONFIG program to
  709.           create an AUTOCAD.XLI file (this file is automatically created when
  710.           you exit the CONFIG program - it contains your selections for color, 
  711.           font, etc.)
  712.  
  713. SYMPTOM:  If in the DOS full screen under Windows the keyboard does not work:
  714. SOLUTION: Press simultaneously CTRL + ALT + ENTER to continue.
  715.  
  716.  
  717.           ╔═════════════════════════════════════════════════════╗
  718.           ║                  End of Readme                      ║
  719.           ╚═════════════════════════════════════════════════════╝
  720.