@LANGUAGE Deutsch
@LANGUAGE English
@+Deutsch
miro Computer Products                                Stand: 28.04.1993

                        Aktuelle Informationen
                    ==============================

    -  N E U : wenn Sie keinen Monochrom-Adapter installiert 
       haben und Ihren VGA-Adapter auch nicht mit "MODE MONO" 
       in den Monochrom-Mode umschalten, knnen Sie im Menu 
       "TIGA konfigurieren" als Speicheradresse auch den Wert
       0xB400 verwenden, welches das letzte Listenelement ist.
       Leider wird diese Adresse nicht von Windows akzeptiert.

    -  N E U : miro hat eine verkleinerte Version des TIGACD
       entwickelt, den LIGHTCD. Dieser ist um die Hlfte kleiner,
       hat aber auch einen eingeschrnkten Funktionsumfang. Er kann
       angewendet werden, wenn Sie ihre Treiber mit Hilfe eines
       Memory Managers in den Upper Memory Bereich auslagern und
       dieser dafr nicht mehr ausreicht. Bei Anwendung des LIGHTCD
       mssen der Graphics Manager und die Download Module fr eine
       Applikation manuell auf die TIGER geladen werden.

       Der LIGHTCD mu wie folgt aktiviert werden:
         TIGACD -U           : normalen TIGACD entladen
         LIGHTCD             : LIGHTCD laden
         TIGALNK -LIGHT      : Laden von GraphicsManager und
                               Extended Primitives.
         TIGALNK -LR Module1.RLM
         TIGALNK -LR Module2.RLM
         ...
         Applikation.EXE
         LIGHTCD -U          : LIGHTCD entladen
         TIGACD              : normalen TIGACD wieder laden.
                          
       Der LIGHTCD luft nur mit ausgewhlten Applikationen. Dies
       mu von Fall zu Fall neu ermittelt werden.

    -  A C H T U N G : Update der TIGA Systemsoftware von 
       Version 2.05 auf 2.20 ! Folgende Dateien sind nicht 
       kompatibel zwischen den beiden Versionen:

       - INSTALL.EXE               - EXTPRIMS.RLM
       - TIGA.CL                   - TIGALNK.EXE
       - TIGACD.EXE                - TIGAMODE.EXE
       - TIGAGM.OUT                - SETUP.EXE
       - MIROMODE.EXE

       Die neue Version mu unbedingt mit dem neuen Installa-
       tionsprogramm von der Diskette installiert werden, ansonsten
       funktioniert die TIGA-Konfiguration nicht korrekt.


    -  A C H T U N G : Die Bedeutung der Dip-Schalter 
       11 und 12 hat sich gendert:

       Schalter: 11   12   Bedeutung
                 OFF  OFF  Onboard VGA deaktiviert, Zweischirmbetrieb 
                 OFF  ON   Onboard VGA aktiviert, Einschirmbetrieb
                 ON   OFF  Onboard VGA deaktiviert, Zweischirmbetrieb 
                 ON   ON   Onboard VGA aktiviert, Zweischirmbetrieb 

       Die Schalter mssen fr die korrekte Funktion von Hardware 
       und Software unbedingt richtig gesetzt sein.

    -  Das Programm COLORMOD.COM, welches in der AUTOEXEC.BAT 
       aufgerufen wird, dient dazu, um im Einschirmbetrieb die
       VGA sicher in ihren Farbmodus zu schalten. Im Zweischirm-
       betrieb hat es keine Auswirkungen.

    -  Falls Sie ber einen 80486-Rechner mit Secondary Cache 
       (auch Second Level Cache genannt) verfgen, mu der von 
       der miroTIGER belegte Memory Mapped Bereich C000h - DFFFh 
       vom Caching ausgenommen werden. Achten Sie in diesem Fall 
       bei der Auswahl des Speicheradrebereichs fr miroTIGER darauf, 
       da dieser sich im C- oder D-Segment befindet. 
       Detaillierte Informationen finden Sie im Anhang A des Basis-
       handbuches und im Benutzerhandbuch zu Ihrem Rechner. 
       
    -  Default Einstellungen der miroTIGER
       I/O Adresse 360H
       VGA eingeschaltet
       Einschirmbetrieb
       Einzelheiten siehe Basishandbuch Seite 2-3ff

Fehler und noch nicht implementierte Features:

     - Die Datei CONFIG.SYS wird bzgl. der Reservierung 
       eines Speicherbereiches bei Verwendung eines Memory
       Managers nicht modifiziert.

     - Wenn bei einem Festfrequenzmonitor in der Konfiguration:
       "Onboard VGA aktiviert, Zweischirmbetrieb" nach dem
       Einschalten des Rechners versucht wird, ein VGA Signal
       auszugeben, so kann dies mit einem Aufruf von 
       "TIGER.BAT BOOT" unterbunden werden.

     - AutoCAD miroGTI4 (DSTIGER.EXP)
       Beim Drcken von F1 oder beim Wechseln des Viewports whrend
       miroSPOTVIEW aktiv ist, wird der Zoomfaktor im miroSPOTVIEW auf 
       den ganzen Viewport bernommen und der miroSPOTVIEW beendet.

     - AutoCAD mit miroGTI12 (RCTIGER.EXP)
       Die Default-Konfiguration des stufenlosen Panning ist AUS.
       Sie kann mit den beiden neu hinzugekommenen Befehlen 
       ami_panon eingeschaltet und mit
       ami_panoff wieder ausgeschaltet werden.
@------------------------------------------------------------------------------
@+English
miro Computer Products AG                                     April 27, 1993

                        Current Information
                    ==============================

    -  NEW : if you don't use a monochrome adapter and don't 
       switch your VGA with "MODE MONO" into the monochrome 
       mode, you can select a memory address 0xB400 at the 
       "TIGA configuration" menu. The address is the last 
       element in the list, but it will not accepted by Windows. 
       
    -  NEW : miro has developed a smaller version of TIGACD:
       LIGHTCD. LIGHTCD uses only half of the memory space the 
       original TIGACD does but has a restricted functionality. 
       You can use it if you load your drivers with the Memory 
       Manager into the Upper Memory Area and if this does not 
       have enough memory. To use LIGHTCD you have to load the 
       Graphics Manager and the Download Modules (Extended 
       Primitives) for your application manually.

       To use LIGHTCD enter:
         TIGACD -U                (deactivating original TIGACD)
         LIGHTCD                  (loading LIGHTCD)
         TIGALNK -LIGHT           (loading GraphicsManager) 
         TIGALNK -LR module1.RLM  (loading Extended Primitives)
         TIGALNK -LR module2.RLM  (loading Extended Primitives)
         ...
         application.EXE
         LIGHTCD -U               (deactivating LIGHTCD)
         TIGACD                   (loading original TIGACD)
                          
       LIGHTCD runs only under certain applications. Before using 
       it check if your application supports LIGHTCD.


    -  A T T E N T I O N : Update of TIGA system software from
       version 2.05 to 2.20 ! The following files are not 
       compatible between the two versions:

       - INSTALL.EXE               - EXTPRIMS.RLM
       - TIGA.CL                   - TIGALNK.EXE
       - TIGACD.EXE                - TIGAMODE.EXE
       - TIGAGM.OUT                - SETUP.EXE
       - MIROMODE.EXE

       The new version has to be installed with the installation
       programm from floppy disk, otherwise the TIGA 
       configuration does not work correctly.


    -  A T T E N T I O N : The meaning of the DIP switches 
       11 and 12 have changed:

       switch: 11   12   
               OFF  OFF  Onboard VGA disabled, dual screen mode 
               OFF  ON   Onboard VGA enabled, single screen mode
               ON   OFF  Onboard VGA disabled, dual screen mode
               ON   ON   Onboard VGA enabled, dual screen mode

       The switches have to be set to the right positions for correct
       working of hardware and software.


    -  The program COLORMOD.COM, which will be executed in AUTOEXEC.BAT 
       is necessary to switch the VGA savely to color in single screen mode.
       It has no effect in dual screen mode.

    -  If you have a 80486 computer that uses secondary cache (also known 
       as second level cache) the mapped memory area C000h - DFFFh occupied
       by the miroTIGER board has to be excluded from caching. In this case
       make sure the memory area you choose for miroTIGER is in the C or D 
       segment. For further information refer to appendix A of basis manual
       and the computer's User's Manual.

    -  Default configuration of the miroTIGER
       I/O address 360H
       VGA enabled
       single screen mode
       details see basic manual page 2-3ff

Known bugs and not yet implemented features:

     - The file CONFIG.SYS will not be changed for reservation of a
       memory area while a memory manager is used.
       
     - If a fixed frequence monitor is used with VGA enabled (DIP-12) in 
       dual screen mode you can disable the VGA signal on the high resolution
       monitor with "TIGA.BAT BOOT".

     - AutoCAD 386 and miroGTI4 (DSTIGER.EXP)
       If F1 is pressed or the current viewport is changed while
       miroSPOTVIEW is active, the current zoom factor that is used by
       miroSPOTVIEW is chosen for the entire viewport and miroSPOTVIEW 
       is killed.

     - AutoCAD 12 and miroGTI12 (RCTIGER.EXP)
       The default configuration for continuous panning is set to OFF.
       There are two new commands to switch this feature:
       ami_panon to switch ON and
       ami_panoff to switch this feature OFF.
@------------------------------------------------------------------------------
