home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 27 Fixes20 / 27-Fixes20.zip / 6200.rm < prev    next >
Text File  |  1994-02-18  |  72KB  |  1,934 lines

  1. OS/2 2.11 - README
  2. _________________
  3.  
  4.    Welcome to OS/2* 2.11.  This README provides
  5.    helpful hints found during testing as well as
  6.    updated information that was not available at the
  7.    time the publications were printed.  It is divided
  8.    into the following categories:
  9.  
  10.    o   General System Considerations
  11.    o   WIN-OS/2 Application Compatibility
  12.    o   DOS Application Compatibility
  13.    o   OS/2 Application Compatibility
  14.    o   DOS and WIN-OS/2 Multimedia Application
  15.        Compatibility
  16.    o   Network
  17.    o   Display Adapters
  18.    o   Audio Adapters
  19.    o   Printers
  20.    o   Scanners
  21.    o   Advanced Power Management Support for Portable Computers
  22.    o   Mahjongg Game
  23.    o   Trademarks
  24.  
  25.    A separate README file for MMPM/2 is contained
  26.    in the MMPM/2 program.
  27.  
  28.  
  29.  
  30. GENERAL SYSTEM CONSIDERATIONS
  31.  
  32.    o   Your system .INI files might be read-only. As a result,
  33.        the system will not update the .INI files.  When this
  34.        happens, the position of the icons will not be saved.
  35.        To resolve this problem go to the directory where your system .INI
  36.        files are located C:\OS2 (default).  Then, type the following:
  37.  
  38.             ATTRIB -r *.ini
  39.  
  40.        Shut down your system and when it starts, your system .INI
  41.        files are updated.
  42.  
  43.  
  44.    o   OS/2 2.1 uses a system proportional font
  45.        that is designed to meet the International
  46.        Standards Organization (ISO) 9241 standard
  47.        and the German DIN 66234 standard on
  48.        suitable hardware.
  49.  
  50.        ISO compliant fonts cause some text strings
  51.        to be clipped.  If you do not want to use
  52.        ISO compliant fonts, modify the OS2.INI
  53.        file to install fonts that are not ISO
  54.        compliant.  Font changes made in the
  55.        OS2.INI file are global across all
  56.        applications.  If you have REXX installed,
  57.        you can type the following information into
  58.        a CMD file and use it to change the font.
  59.  
  60.            /* */
  61.            call RxFuncAdd "SysIni", "RexxUtil", "SysIni"
  62.            AppName = "PM_SystemFonts"
  63.            KeyName = "DefaultFont"
  64.            FontName = "10.System Proportional Non-ISO"
  65.            call SysIni "USER", AppName, KeyName, FontName||"0"x
  66.            exit
  67.  
  68.        After the file has been run, shut down and
  69.        restart the system.
  70.  
  71.    o   If you experience video corruption:
  72.        -   Display the pop-up menu for the
  73.            desktop; then select Refresh to redraw
  74.            the desktop.
  75.        -   If the screen goes blank, press Alt+Esc
  76.            to switch between the applications to
  77.            force repainting of the screen.
  78.  
  79.  
  80.    o   DOS images on the hard disk (VMBs) need to
  81.        use the FSFILTER and FSACCESS drivers
  82.        provided with this version of OS/2.
  83.        FSFILTER and FSACCESS drivers are located in
  84.        the \OS2\MDOS directory.
  85.  
  86.    o   The Check disk option for a CD-ROM object
  87.        will not display information about the
  88.        CD-ROM.  To obtain information about the
  89.        CD-ROM:
  90.        1.  Point to the CD-ROM drive object.
  91.        2.  Click mouse button 2.
  92.        3.  Select the arrow to the right of Open.
  93.        4.  Select Details view.
  94.  
  95.    o   During a system shutdown, there might be
  96.        times when the "Shutdown is completed"
  97.        message is not displayed.  If this happens,
  98.        wait 30 seconds until all disk activity is completed, and
  99.        then restart the system.
  100.  
  101.    o   If you are installing OS/2 2.11 over a
  102.        system that has OS/2 2.0 installed, the
  103.        desktop directory name will be "OS!2_2.0_D"
  104.        and the title of the desktop will be "OS/2
  105.        2.0 Desktop".  On a system that has OS/2
  106.        2.11 installed, the desktop directory name
  107.        will be "Desktop".
  108.  
  109.    o   If you have a preinstalled system, and you
  110.        change your country or keyboard configuration
  111.        using the Configure Preinstalled System program,
  112.        located in the Configuration Tools folder, the
  113.        changes occur only for OS/2 sessions.
  114.        To configure the country and keyboard for WIN-OS/2*
  115.        sessions, use the International icon from the
  116.        WIN-OS/2 Control Panel.
  117.  
  118.    o   After installing OS/2 2.11 on your system, use the
  119.        Migrate Applications program instead of the Selective Install
  120.        program to migrate your programs.  The
  121.        Migrate Applications program is located in the System
  122.        Setup folder.
  123.  
  124.    o   If you are running CHKDSK from the command line
  125.        without the /F parameter on an HPFS partition which also
  126.        contains your SWAPPER.DAT file, you may receive a SYS0552
  127.        error message. This message can be ignored. If you are using
  128.        CHKDSK from the popup menu of a drive icon, you may receive a
  129.        WARNING message stating "The disk is in use or locked by
  130.        another process." If this occurs, CHKDSK will not let you
  131.        display the graphical representation of disk usage.
  132.  
  133.    o   Added support for Boot Manager exists on a disk other than
  134.        Disk 1.  The ability to delete and re-install the Boot
  135.        Manager requires that you exit FDISK after you delete the
  136.        Boot Manager and re-start FDISK to install Boot Manager again.
  137.        This is true even if you are going to place it in the same
  138.        partition.  This means you would have to re-enter the partition
  139.        names.
  140.  
  141.  
  142.   o  The kernel debug diskettes shipped with the Developer's Toolkit for
  143.      OS/2 version 2.1 will not work with OS/2 version 2.11.  (The kernel
  144.      debug files for OS/2 version 2.11 are located on the OS/2 version
  145.      2.11 CD-ROM.  Please reference the Kernel Debugger Installation
  146.      README file in the OS2TK21\DEBUG sub-directory on the CD for more
  147.      information.)
  148.  
  149.      If you do not have access to this CD-ROM, you can retrieve the
  150.      kernel debug files for OS/2 version 2.11 electronically through the
  151.      IBM Personal Computer Company Bulletin Board System (PCC BBS)
  152.      sponsored by the IBM Personal Systems Help Center in Raleigh, North
  153.      Carolina.  The PCC BBS is available 24 hours a day on a toll-call
  154.      basis with  no access charge to the bulletin board.  To access the
  155.      PCC BBS call 1-919-517-0001.
  156.  
  157.      Requirements for the asynchronous electronic connection to the PCC
  158.      BBS are:
  159.  
  160.        * A modem that support 1200 to 14400 baud
  161.        * Communication software that supports 8 bit file transfers
  162.        * A switched telephone line.
  163.  
  164.      The modem should be set to:
  165.  
  166.         - eight data bits
  167.         - one stop bit
  168.         - no parity
  169.         - standard transmission speed from 1200 to 14400 baud.
  170.  
  171.      Refer to the bulletin titled "OS/2 2.11 Kernel Debug Files" in
  172.      file area 11 (OS/2 Programming) on the PCC BBS for downloading
  173.      instructions once you are  connected.
  174.  
  175.      The kernel debug files will also be available on the Developer
  176.      Connection for  OS/2 Volume 3 CD-ROM.
  177.  
  178.  
  179.  
  180. WIN-OS/2 APPLICATION COMPATIBILITY
  181.  
  182.    o   The original WIN-OS/2 color scheme was added
  183.        to the list of available color schemes in
  184.        the WIN-OS/2 color panel.  If you change color
  185.        schemes and would like to return to the original
  186.        color scheme, select WIN-OS/2 Original.
  187.  
  188.    o   The performance of Windows** programs that
  189.        use floating point operations can be
  190.        improved by changing the WIN-OS/2 setting
  191.        WIN_RUN_MODE to Enhanced Compatibility.
  192.  
  193.    o   Windows scanning programs should be run in
  194.        a WIN-OS/2 full-screen session to avoid
  195.        video corruption.
  196.  
  197.    o   To ensure the integrity of 16-color bit
  198.        maps on SVGA, XGA*, and 8514 systems, run
  199.        Microsoft** Paint Brush in a WIN-OS/2
  200.        full-screen session.
  201.  
  202.    o   Some messages encountered in a WIN-OS/2
  203.        window session request that you select
  204.        either Ignore or Close; when, the only
  205.        options are Ignore and OK.  Select OK
  206.        instead of Close.
  207.  
  208.    o   If you are using a WIN-OS/2 window session,
  209.        an OS/2 Presentation Manager** session, and a
  210.        DOS full-screen session, Alt+Esc might not
  211.        sequence through all of the windows
  212.        correctly.  Alt+Esc might switch to the
  213.        WIN-OS/2 session every other time, or the
  214.        DOS full-screen session might never be
  215.        displayed.
  216.  
  217.        To avoid this problem, press Ctrl+Esc or
  218.        press mouse buttons 1 and 2 at the same
  219.        time to display the Window List.  Then select
  220.        the desired session.
  221.  
  222.    o   If you are in a full-screen WIN-OS/2
  223.        session and transparent desktop icons appear over open
  224.        windows, minimize or maximize the window to
  225.        force repainting.
  226.  
  227.    o   During installation of the Windows 3.1 SDK,
  228.        a message is displayed stating that the
  229.        installation program cannot find
  230.        KRNL286.EXE or KRNL386.EXE.  Ignore the
  231.        message and continue installation.  The SDK
  232.        will function normally.
  233.  
  234.    o   If you are using the Winsleuth Gold
  235.        hardware diagnostics program:
  236.  
  237.        -   Do not run Chip test (a RAM test
  238.            program).  Chip test attempts to lock
  239.            hardware interrupts.  OS/2 2.1 does not
  240.            allow programs to lock hardware
  241.            interrupts.
  242.  
  243.        -   When the video mode hardware test
  244.            switches from character to graphics
  245.            mode, a "suspended" message might
  246.            appear.  If the message appears, select
  247.            Full-screen from the Sessions System
  248.            menu.  Testing will resume.
  249.  
  250. APPLICATION NOTES:
  251.  
  252.     Access Dr. Watson** Hollywood** WinRoach**
  253.     ------------------------------------------
  254.     Run in a WIN-OS/2 full-screen session.
  255.  
  256.  
  257.     AmiPro** 2.0 and 3.0
  258.     --------------------
  259.     Equation symbols might be incorrect after
  260.     certain printer drivers are installed.
  261.  
  262.  
  263.     ATM fonts
  264.     ---------
  265.     WIN-OS/2 includes ATM fonts Version 2.5.  If
  266.     you were using a previous version of ATM fonts
  267.     with your Windows programs, you can upgrade to
  268.     the new ATM fonts provided by WIN-OS/2.  See
  269.     the "OS/2 2.1 Using the Operating System" book
  270.     for instructions.
  271.  
  272.  
  273.     Borland Turbo and Pascal debugger
  274.     ----------------------------------
  275.     Run in a full-screen session.
  276.  
  277.  
  278.     CorelDRAW** 2.0
  279.     -------------
  280.     Install from a DOS or OS/2 session.
  281.  
  282.  
  283.  
  284.     Facelift** Fonts
  285.     ----------------
  286.     Modify the SYSTEM.INI file after the fonts are
  287.     installed:
  288.  
  289.     1.  Edit the SYSTEM.INI file in the \OS2\WINOS2
  290.         directory.
  291.     2.  Change the SDISPLAY.DRV= line to SDISPLAY.ORG=.
  292.     3.  Copy the DISPLAY.DRV= line to the next line in
  293.         the file.  Add an "S" to the beginning of the
  294.         new (copied) line.
  295.     4.  Save and exit the file.
  296.     5.  Restart WIN-OS/2.
  297.  
  298.  
  299.     FoxPro** 2.5
  300.     ------------
  301.     Install using a WIN-OS/2 Enhanced-compatibility
  302.     mode session, but run in a WIN-OS/2
  303.     standard-mode session.
  304.  
  305.  
  306.     FrameMaker**
  307.     ------------
  308.     Use a mouse to select table cells.
  309.  
  310.  
  311.     Lotus Improv 2.0 for Windows
  312.     ----------------------------
  313.     Must be installed with WIN-OS/2 running in
  314.     enhanced mode.
  315.  
  316.  
  317.     Mathematica** 2.2
  318.     -----------------
  319.     Must run seamlessly in a WIN-OS/2 window.
  320.  
  321.  
  322.     Microsoft Windows Printing System
  323.     ---------------------------------
  324.     The OS/2 spooler must be disabled.  If you are
  325.     using a parallel printer, direct the output of
  326.     the printer to LPT1 instead of LPT1.OS2.
  327.  
  328.  
  329.     Norton Desktop** 2.0
  330.     ------------------
  331.     Run in a WIN-OS/2 full-screen standard-mode session.
  332.  
  333.  
  334.     Paint Brush
  335.     -------------
  336.     To ensure the integrity of 16-color bit maps on
  337.     SVGA, XGA, and 8514 systems, run Paint Brush in
  338.     a WIN-OS/2 full-screen session.
  339.  
  340.     If you are using the Paint Brush program in a
  341.     WIN-OS/2 window session, the mouse pointer/hourglass
  342.     will not disappear when the Zoom In option is
  343.     selected from the View menu.  In a full-screen
  344.     WIN-OS/2 session, the mouse pointer/hourglass
  345.     will disappear and only the Zoom In box will
  346.     remain on the screen.
  347.  
  348.     If you are using Paint Brush to paint single
  349.     pixels in zoom-in mode, the pixel being painted will look
  350.     unpainted where the mouse pointer covers it.
  351.     Zoom out and in again to see the entire pixel painted correctly.
  352.  
  353.  
  354.     Powerpoint** 3.0
  355.     ----------------
  356.     If you are displaying the DROPBXV.PPT and
  357.     GRIDWRVK.PPT demo slides in 640x480x256 resolution,
  358.     you might see small horizontal line corruption.
  359.  
  360.     If you are using a WIN-OS/2 window, you might
  361.     get incorrect background color when viewing a
  362.     thumbnail of a template.  This will not affect
  363.     the running of the application.
  364.  
  365.  
  366.     Video for Windows
  367.     -----------------
  368.     Run in a full-screen session.
  369.  
  370.     If you configure video animation to run full-screen
  371.     in Video playback, deselect Skip video frames if
  372.     behind, to eliminate any corruption of the video
  373.     during play.
  374.  
  375.  
  376.     WindowWorks**
  377.     -------------
  378.     Install in a WIN-OS/2 full-screen session.
  379.  
  380.  
  381.  
  382. DOS APPLICATION COMPATIBILITY
  383.  
  384.    o   Use OS/2 system utilities.  DOS system
  385.        utilities might not recognize the extended
  386.        attributes associated with a file.
  387.  
  388.    o   OS/2 provides integral disk caching and
  389.        memory optimization functions.  Use of the
  390.        equivalent functions that are provided with
  391.        MS-DOS** 6.0 is not necessary and might produce
  392.        errors.
  393.  
  394.    o   It is not necessary to run SHARE.EXE in a DOS session.
  395.        OS/2's DOS emulation provides SHARE.EXE compatible to that which
  396.        comes with DOS versions 5.x and 6.x.
  397.  
  398.  
  399.  
  400.  
  401. APPLICATION NOTES:
  402.  
  403.     DOS Games
  404.     ---------
  405.     For performance reasons, play in a DOS
  406.     full-screen session.  Change the DOS setting
  407.     VIDEO_8514A_XGA_IOTRAP to OFF.
  408.  
  409.  
  410.     Fotoman**
  411.     ---------
  412.     If you have problems running Fotoman, set the
  413.     DOS COM_DIRECT_ACCESS setting ON.
  414.  
  415.  
  416.     Freelance Graphics**
  417.     --------------------
  418.     If you are using Freelance in a WIN-OS/2
  419.     window, you might get incorrect background
  420.     color when viewing a thumbnail of a template.
  421.     This will not affect the running of the
  422.     application.
  423.  
  424.  
  425.     Harvard Graphics** 3.0
  426.     --------------------
  427.     If you have problems running Harvard Graphics 3.0
  428.     change the DOS setting VIDEO_8514A_XGA_IOTRAP to OFF.
  429.  
  430.  
  431.     Maxis Sim City 2000 for DOS
  432.     ---------------------------
  433.     Under the Program tab for the program object, set the
  434.     Optional Parameters to NO_MEM_CHK.  Under the Session Tab,
  435.     select the DOS_SETTINGS button and set DPMI_MEMORY_LIMIT to 8.
  436.  
  437.  
  438.     Microsoft MSCDEX
  439.     ----------------
  440.     Microsoft MSCDEX.EXE will only run in an OS/2 virtual
  441.     machine boot (VMB) session.  If you are using an OS/2
  442.     supported CD-ROM drive (your CD-ROM drive has an OS/2
  443.     specific driver) you should be able to run your CD-ROM
  444.     based DOS program in a virtual DOS machine (VDM) session
  445.     without MSCDEX.EXE running, since VCDROM.SYS emulates
  446.     MSCDEX function in a VDM.  To run DOS multimedia applications,
  447.     change the DOS_SETTING, INT_DURING_IO to ON, for the program object.
  448.  
  449.     Intel** SatisFAXtion**
  450.     ----------------------
  451.     Must be run in a specific DOS session, unless
  452.     you do the following before you install the program:
  453.  
  454.     1.  Make a copy of your AUTOEXEC.BAT file and
  455.         name it AUTOEXEC.FAX.
  456.     2.  Install the program.
  457.     3.  Rename the AUTOEXEC.BAT file FAX.BAT.
  458.     4.  Rename the AUTOEXEC.FAX file AUTOEXEC.BAT.
  459.     5.  Make a program object for the SatisFAXtion
  460.         program.
  461.     6.  Change the value of the DOS_AUTOEXEC
  462.         setting for the object to FAX.BAT.
  463.     7.  Save and exit the Settings notebook.
  464.  
  465.  
  466.     Microsoft C/C++ 7.0 Linker
  467.     --------------------------
  468.     If you are using Microsoft C/C++ 7.0, configure
  469.     the program object's DOS_SETTINGs with DPMI_DOS_API=ENABLED.
  470.     Also, modify the AUTOEXEC.BAT being used for the session
  471.     so that the Microsoft \C700\BIN directory is searched first.
  472.     For example:
  473.  
  474.       PATH X:\C700\BIN;C:\OS2;C:\OS2\MDOS;C:\OS2\MDOS\WINOS2;C:\;
  475.  
  476.  
  477.     Paradox V4.0
  478.     -------------
  479.     If you have problems running Paradox V4.0
  480.     change the DOS setting DPMI_DOS_API = ENABLE.
  481.  
  482.  
  483.     Wayne Gretsky's Hockey Game
  484.     ---------------------------
  485.     Not supported.
  486.  
  487.  
  488.     Wing Commander** II
  489.     -------------------
  490.     Set HW_TIMER to OFF.
  491.  
  492.  
  493.     WordPerfect V6.0
  494.     -----------------
  495.     If you have problems running WordPerfect V6.0
  496.     change the DOS setting DOS_FILES = >99.
  497.  
  498.  
  499.     Terminator Game
  500.     ---------------
  501.     Must use a joystick.
  502.  
  503.  
  504.  
  505.  
  506. OS/2 APPLICATION COMPATIBILITY
  507.  
  508.    o   Closing OS/2 applications that use the
  509.        hardware palette (typically picture viewers
  510.        or sample graphic applications)
  511.        occasionally causes a repaint problem on
  512.        the desktop.  If the windows do not repaint
  513.        correctly, a refresh will restore the
  514.        desktop, but any windows that are opened or
  515.        moved will still have the problem.
  516.        Restarting the system is the only way to
  517.        completely correct this problem.
  518.  
  519.    o   If you are using Lotus 123G for OS/2 or Lotus
  520.        Freelance Graphics for OS/2, you need to run
  521.        the following utility prior to using these
  522.        products with OS/2 2.1.
  523.        1.  Change to the  Lotus
  524.            directory that contains the application.
  525.            For example, type:
  526.  
  527.              CD \123G
  528.  
  529.        2.  Back up the LD2CORE.DLL file.  For
  530.            example, type:
  531.  
  532.              COPY LD2CORE.DLL LD2CORE.BAK
  533.  
  534.        3.  Run the update program.  Type:
  535.  
  536.              LD2FIX
  537.  
  538.        The Lotus program is now updated.  You need to
  539.        shut down and restart your system for these changes
  540.        to take effect.
  541.  
  542.  
  543. APPLICATION NOTES:
  544.  
  545.      Communications Manager/2
  546.      ------------------------
  547.      When used with Host Graphics support (HGINST)
  548.      you might experience shutdown problems.
  549.      Ensure that the following GDDM fixes have been
  550.      applied to the host system:
  551.  
  552.        UN36882 - MVS
  553.        UN38883 - VM/SP
  554.        UN38884 - VM/XA SP
  555.        UN38885 - DOS/VSE
  556.  
  557.      CorelDRAW 2.5
  558.      -------------
  559.      At the end of CorelDRAW 2.5 installation, you
  560.      might experience problems if you select one
  561.      of the View README options.  The View README
  562.      options are "Yes" and "No".
  563.  
  564.      If you select Yes, CorelDRAW will not run.
  565.      Icons will be generated.  You must restart your
  566.      system and recreate each icon, using the Migrate
  567.      Applications program.
  568.  
  569.      If you select No, CorelDRAW will not run.  A
  570.      folder will appear without icons.  You must
  571.      restart your system and create each icon, using
  572.      the Migrate Applications program.
  573.  
  574.      For information on the Migrate Applications
  575.      program, refer to the OS/2 2.1 Using the
  576.      Operating System book.
  577.  
  578.  
  579.     NetView DM/2 (NVDM/2)
  580.     ---------------------
  581.  o   If you are using the CID method of
  582.      installation, you will need an updated version
  583.      of the LAPSCID.DLL file.  This file is
  584.      available as LAPDLL.ZIP on the CompuServe
  585.      OS2SUPPORT forum, Lib #17 and the OS2BBS
  586.      on TALKLINK.
  587.  
  588.   o  Response install running under NetView to a SVGA or
  589.      dual display system, with the primary as 8514, must
  590.      have 10MB or more on the target system.  Actual requirements
  591.      depend on the applications running while using the response install.
  592.  
  593.  
  594.  
  595.     IBM LAN Server 2.0 and 3.0 Remote Installation
  596.     Program Load (RIPL)
  597.     ----------------------------------------------
  598.     An updated version is needed to run with OS/2 2.1.
  599.     The diskette image is available as 2IRIPL.ZIP
  600.     on the CompuServe OS2SUPPORT forum, Lib #17 and
  601.     the OS2BBS on TALKLINK.
  602.  
  603.     IBM LAN Server DLR 2.0, 3.0
  604.     ---------------------------
  605.      When running WIN-OS2 in a VMboot environment, with DOS
  606.      and IBM LAN Server DOS LAN Requester 2.0 or 3.0, the
  607.      logoff option causes the WIN-OS2 session to freeze.
  608.      This problem occurs when network logon is performed
  609.      prior to entering WIN-OS2.  To resolve the problem,
  610.      do the following:
  611.  
  612.      -  Do not use the network logoff in WIN-OS2 when running
  613.         LAN Server DOS LAN Requester 2.0 or 3.0.
  614.  
  615.  
  616.     RUMBA/400 for OS/2
  617.     ------------------
  618.      If you use RUMBA/400 for OS/2, you might have a more recent
  619.      version of the MIRRORS.DLL file, located in the \OS2\DLL directory.
  620.      The file currently shipped with OS/2 2.11 is from Micrografix
  621.      ToolKit Ver. 3.01, ship level A51 dated 11/16/93.  Before you
  622.      begin installing this version of the operating system, you must
  623.      backup your current MIRRORS.DLL file.  After you install this
  624.      version of the operating system, you can replace the OS/2 2.11
  625.      level of MIRRORS.DLL with the backed up copy you previously created.
  626.  
  627.  
  628. DOS AND WIN-OS/2 MULTIMEDIA APPLICATION COMPATIBILITY
  629.  
  630.    o   The following WIN-OS/2 and DOS Settings
  631.        should be used for Multimedia applications:
  632.  
  633.             DOS/WIN     INT_DURING_IO               ON
  634.             DOS/WIN     HW_TIMER                    ON
  635.             WIN         VIDEO_SWITCH_NOTIFICATION   ON
  636.             WIN         VIDEO_8514A_XGA_IOTRAP      OFF
  637.             DOS/WIN     VIDEO_RETRACE_EMULATION     OFF
  638.             DOS         DPMI_MEMORY_LIMIT           8
  639.  
  640.  
  641. APPLICATIONS NOTES:
  642.  
  643.     Action!** 2.0
  644.     -------------
  645.  
  646.     Run in a WIN-OS/2 full-screen session.  Change the
  647.     following line in the AUTOEXEC.BAT file:
  648.  
  649.        SET TEMP=C:\
  650.  
  651.  
  652.     Animation Works** 1.0
  653.     ---------------------
  654.     Run in 1024x768 resolution.
  655.  
  656.  
  657.     IconAuthor** 4.0
  658.     ----------------
  659.     If you are running the demo for this program,
  660.     you must exit and reenter the WIN-OS/2 session
  661.     before running the actual application.
  662.  
  663.  
  664.     LinkWay* Live 1.0 (Tool Series)
  665.     --------------------------------
  666.     Use the following DOS setting to make the demo
  667.     run properly:
  668.  
  669.       DOS_RMSIZE=576
  670.  
  671.  
  672.     MIDI
  673.     ----
  674.     Make sure that the MIDI mapper (in the Control
  675.     Panel) and channels are properly set to
  676.     the sound adapter.
  677.  
  678.  
  679.     Nautilus** 1.6 and 1.76
  680.     -----------------------
  681.     Run in a WIN-OS/2 full-screen session.
  682.  
  683.  
  684.  
  685. NETWORK
  686.  
  687.  
  688.    o   Some systems could experience problems using Win-OS/2 with
  689.        version 2.0 of the Novell Netware Requester on this version
  690.        of the operating system.  To correct the problems, it is necessary
  691.        to upgrade to Novell Netware Requester for OS/2 Version 2.11.
  692.  
  693.    o   The Workplace Shell login is not compatible
  694.        with NetWare** 4.0 Directory Services and
  695.        should be disabled unless you are using the
  696.        NetWare 4.0 Bindery Compatibility mode.  To
  697.        disable the login:
  698.        1.  Edit the CONFIG.SYS file.
  699.        2.  Remove the CONNECTIONS option from SET
  700.            AUTOSTART.
  701.        3.  Save and exit the CONFIG.SYS file.
  702.        4.  Restart the system to activate the
  703.            changes.
  704.  
  705.    o   If you are using the NetWare Requester
  706.        version 2.01 (which ships with NetWare 4.0) but
  707.        have no NetWare 4.0 servers, you can
  708.        increase the speed of the login process by
  709.        turning the Directory Services off.  To
  710.        turn the services off:
  711.        1.  Edit NET.CFG file in the root directory
  712.            of the boot drive.
  713.        2.  Add "Directory Services Off" to the file.
  714.        3.  Save and exit the file.
  715.  
  716.    o   Novell** NetWare Requester 2.0 and 2.01
  717.        programs NMPIPE.SYS, NPSERVER.SYS, and
  718.        NPDAEMON.EXE require that
  719.        information be added to the OS2VER file.
  720.        To add this information to the file:
  721.        1.  At an OS/2 command prompt, type: ATTRIB
  722.            -h -r -s OS2VER
  723.        2.  Edit the OS2VER file in the root
  724.            directory of the boot drive.
  725.        3.  Type the following information in the
  726.            file:
  727.  
  728.                20=NMPIPE.SYS
  729.                20=NPSERVER.SYS
  730.                20=NPDAEMON.EXE
  731.  
  732.        4.  Save and exit the file.
  733.        5.  Type ATTRIB +h +r +s OS2VER
  734.  
  735.    o   If you are using FFST/2 (for example, if
  736.        you enable the FFST/2 feature when
  737.        installing Communications Manager/2 or Data
  738.        Base Manager/2), REM out the
  739.        "RUN=...\EPW.EXE" statement in your
  740.        CONFIG.SYS file.  To utilize FFST/2
  741.        technology, add a "DETACH EPW.EXE" as the
  742.        first statement in your STARTUP.CMD file.
  743.  
  744.    o   NetWare Client for OS/2 uses a default frame type of 802.2
  745.        on Ethernet networks.  This is a change from the previous
  746.        default frame type of 802.3.  Some routers do not support
  747.        Ethernet 802.2 frame types.  If you are having difficulty
  748.        connecting to your server, add 802.2 Ethernet frame support
  749.        at the server, and ensure your router has the latest revision
  750.        of software.
  751.  
  752.    o   When using NetWare Client version 2.10 for OS/2, it is
  753.        important to load NETX.EXE into both global and private DOS
  754.        sessions.  The NetWare Client installation program can modify
  755.        AUTOEXEC.BAT and any other DOS_AUTOEXEC files you specify.
  756.        You must also change the DOS_LASTDRIVE setting for each DOS
  757.        session to the last local drive on your system.
  758.  
  759.    o   The Virtual Loadable Module (VLM) version of the NetWare
  760.        DOS Client kit can be run in a DOS 5 or 6 VMB session under
  761.        OS/2 in either global or private mode.  Use DOSVIPX to allow
  762.        sharing of the network adapter. This allows limited access
  763.        to NetWare 4.0x Directory Services in a DOS VMB session.
  764.  
  765.    o   The Novell file system fails to recognize LPT4 through LPT9
  766.        print devices and creates a disk full file instead.  Copy or
  767.        pipe to \DEV\LPTx might function as a workaround or drag and drop
  768.        using the Workplace Shell.
  769.  
  770.    o   Pressing Ctrl-C in a NetWare utililty, running in a DOS session,
  771.        might cause a SYS3175 error and the session to fail.  The
  772.        application will abort properly.  If you still require a session
  773.        start a new one.
  774.  
  775.    o   Using a wildcard with the ATTRIB command can produce erratic
  776.        results.  Use NDIR or FLAG instead.
  777.  
  778.    o   WIN-OS/2 File Manager and some other programs might show inaccurate
  779.        drive information when running in a private NetWare session.
  780.        Drives that are mapped in global or OS/2 sessions might appear
  781.        as local drives.  You can remap these drives to other volumes
  782.        or directories without affecting the global session mappings.
  783.  
  784.  DISPLAY ADAPTERS (IMAGE, SVGA, XGA, 8514)
  785.  
  786.    o   The OS/2 operating system will experience
  787.        video problems similar to those observed in
  788.        a DOS environment.  These problems are due
  789.        to the failure of a BIOS video mode set.
  790.        An example of this problem is the video
  791.        image on an ALR** Modular PS with a
  792.        FlexView** 2x SVGA display failing to occupy
  793.        the entire screen in 1024 x 768 mode.
  794.  
  795.    o   If you are using an LCD display and have
  796.        difficulty locating the mouse pointer on
  797.        the screen, you can increase the size of
  798.        the pointer if you are using 640x480
  799.        resolution.  To change the size of the
  800.        pointer (if you have REXX installed):
  801.        1.  Use an editor to create a file called
  802.            LARGE.CMD.
  803.        2.  Add the following information to the
  804.            file.
  805.  
  806.              /* LARGE.CMD Set VGA pointers to large */
  807.              /* (c) Copyright IBM Corp. 1992, All rights reserved */
  808.              call RxFuncAdd "SysIni", "RexxUtil", "SysIni"
  809.              call SysIni "USER", "PM_IBMVGA", "CURSOR_SIZE", "1",
  810.              say Result
  811.              exit
  812.  
  813.        3.  Save and exit the file.
  814.        4.  At an OS/2 command prompt, type "LARGE"
  815.            and press Enter.
  816.  
  817.        This program will increase the size of the
  818.        cursor.  To force a standard size pointer,
  819.        replace the "1" in the program with a "2".
  820.        To let the system select the size of the
  821.        pointer, replace the "1" in the program
  822.        with a "0".
  823.  
  824.    o   Users of the NCR** Safari notebook, SSL/25,
  825.        should modify the following information in
  826.        the CONFIG.SYS file on their startup drive
  827.        to allow video register shadowing to be
  828.        processed correctly in OS/2 2.1.
  829.        Change:
  830.  
  831.            DEVICE=C:\OS2\MDOS\VVGA.SYS
  832.          to
  833.            DEVICE=C:\OS2\MDOS\VSVGA.SYS
  834.  
  835.    o   Systems with Image Adapters running in
  836.        dual-display modes will lose DOS window
  837.        support after a DOS full-screen or OS/2
  838.        full-screen session has been invoked.  The
  839.        system must be restarted to reinstate the
  840.        DOS window environment.  The problem can be
  841.        avoided by turning off the dual display
  842.        mode under the Image Adapter setup.
  843.  
  844.  
  845.    S3 FUNCTIONAL RESTRICTIONS
  846.    ---------------------------
  847.  
  848.          o  After Dark** for Windows** images that move from left to right do
  849.             not perform properly at 640x480x16M resolution.
  850.  
  851.          o  To avoid a General Protection fault while loading Ventura
  852.             Publisher** for Windows be sure it is in one of the 256 color
  853.             resolutions.
  854.  
  855.          o  To avoid a trap in Lotus** 1-2-3** for OS/2 do not attempt to run
  856.             the program at 16.7 million colors.
  857.  
  858.          o  WordPerfect** 5.1 and 5.2 for Windows produce a general protection
  859.             fault when the "Print Preview" option is selected while using
  860.             800x600x64K or 600x480x16 million color mode.
  861.  
  862.          o  Users of the software motion video feature of MMPM/2 should
  863.             expect satisfactory results in 256-color modes.  However, in
  864.             64K-color modes, users of the feature will experience unusual
  865.             MMPMCS results.  The software motion video feature is not
  866.             supported in 16 million color modes.
  867.  
  868.             In addition, the software motion video feature will take
  869.             advantage of a 1MB aperture on video adapters and systems where it
  870.             is available to improve the performance of video playback in
  871.             64K-color modes.  For those systems with nonstandard locations,
  872.             the actual physical address of the aperture must be provided in
  873.             the following CONFIG.SYS statement:
  874.  
  875.                SET VIDEO_APERTURE=xxxh
  876.  
  877.             where "xxx" is a hexadecimal value in units of 1MB, representing
  878.             the actual physical address to map to the aperture.  For example,
  879.             the IBM PS/ValuePoint Systems must have the statement:
  880.  
  881.                SET VIDEO_APERTURE=400h
  882.  
  883.             to use a physical address at 1GB.
  884.  
  885.  
  886.         o  If you are using the 256 color mode, and your desktop
  887.            appears to be darker than other color modes, you must edit the
  888.            SVGADATA.PMI file located in the \OS2 directory.
  889.  
  890.            Change the following statement from:
  891.  
  892.                    HI-COLOR DAC by ....
  893.               to:
  894.                    HI-COLOR DAC by unknown
  895.  
  896.             To make the changes effective you must reboot your system.
  897.  
  898.  
  899. NEW SETVGA PROCEDURE
  900. --------------------
  901.  
  902. Use the following procedure instead of the SETVGA command to return to
  903. VGA mode.
  904.  
  905.         NOTE:  If your display is out of sync, start OS/2 using the OS/2
  906.                Installation Diskette, insert Diskette 1 when prompted, then
  907.                press Esc to access a command prompt.  Follow the instructions
  908.                below to reset your display mode.
  909.  
  910. o  If you installed OS/2 from diskettes:
  911.  
  912.      1.  Be sure RSPDSPI.EXE is in the \OS2\INSTALL directory.  If it is, go
  913.          to step 2.  If it is not, insert Installation Diskette 8 and unpack
  914.          RSPDSPI.EXE with the following command:
  915.  
  916.          C:\OS2\UNPACK A:\INSTAID C: /N:RSPDSPI.EXE
  917.  
  918.              where:  A: is the drive containing Installation Diskette 8
  919.                      C: is the drive where OS/2 is installed
  920.  
  921.      2.  Type C:; then press Enter
  922.      3.  Type CD C:\OS2\INSTALL; then press Enter
  923.      4.  Type RSPDSPI /PK:VGA /SK:NONE /S:A:\ /T:C:; then press Enter
  924.  
  925.              /T:C: where C: is the drive where OS/2 is installed
  926.              /S:A: where A: is the diskette drive you use to install
  927.                    OS/2
  928.  
  929. o  If you installed OS/2 from CD-ROM or a LAN:
  930.  
  931.      1.  Be sure RSPDSPI.EXE is in the \OS2\INSTALL directory.  If it is, go
  932.          to step 2.  If it is not, unpack RSPDSPI.EXE with the following
  933.          command:
  934.  
  935.          C:\OS2\UNPACK E:\DISK_8\INSTAID C: /N:RSPDSPI.EXE
  936.  
  937.              where:  C: is the drive where OS/2 2.1 is installed
  938.                      E: is the CD-ROM or LAN drive
  939.  
  940.      2.  Type C:; then press Enter
  941.      3.  Type CD C:\OS2\INSTALL; then press Enter
  942.      4.  Type RSPDSPI /PK:VGA /SK:NONE /S:E:\OS2SE21\ /T:C:; then press Enter
  943.  
  944.              /T:C: where C: is the drive where OS/2 2.1 is installed
  945.              /S:E: where E: is the CD-ROM or LAN drive
  946.  
  947.  
  948. SVGA CONSIDERATIONS
  949.  
  950.    o   The Western Digital** 90C31 SVGA chip set
  951.        will have video problems when Windows 2.x
  952.        applications are run.
  953.  
  954.    o   If you are using a ZEOS** system with
  955.        Speedstar** VGA, you must run the VMODE
  956.        utility supplied with the system to
  957.        configure the display during the display
  958.        driver installation.
  959.  
  960.    o   Zenith Data Systems** with the Headland Technology
  961.        chip set HT208 do not support high resolution modes
  962.        even though you can successfully set these modes
  963.        and install high resolution drivers.  If a
  964.        high resolution mode is used, a white
  965.        half-screen will be displayed.  To correct
  966.        this problem, use DSPINSTL to install VGA.
  967.  
  968.    o   If you have a Sigma Legend** display
  969.        adapter you might experience minor video
  970.        corruption on the desktop when you switch
  971.        between the desktop and DOS if they are
  972.        running in different modes.  This can be
  973.        corrected by using a DOS utility to set the
  974.        DOS session to the same mode as the
  975.        desktop.
  976.  
  977.  
  978. XGA CONSIDERATIONS
  979.  
  980.    o   If an XGA-2 adapter is installed, and you
  981.        have modified the default display type in
  982.        the System Settings notebook (page 2),
  983.        after you restart the system it will
  984.        display the Workplace Shell* in one
  985.        resolution and WIN-OS/2 in a different
  986.        resolution.  To change the resolution for
  987.        the Workplace Shell:
  988.        1.  Open OS/2 System.
  989.        2.  Open System Setup.
  990.        3.  Open System.
  991.        4.  Select a 640x480xn  resolution.
  992.        5.  Shut down and restart the system.
  993.        6.  Repeat steps 1 through 3.
  994.        7.  Select the desired resolution.
  995.        8.  Shut down and restart the system.
  996.  
  997.        The Workplace Shell and WIN-OS/2 will now
  998.        be displayed in the same resolution.
  999.  
  1000.    o   If you are using a dual-display system with
  1001.        XGA as the primary display and VGA as the
  1002.        secondary display, you might see some minor
  1003.        corruption when the XGA display is set to a
  1004.        resolution with 65536 colors.  This
  1005.        corruption will be on the display that does
  1006.        not have focus and will not interfere with
  1007.        the operation of the system.
  1008.  
  1009.    o   On dual-display configurations with XGA-2
  1010.        as the primary display and VGA as the
  1011.        secondary display, the DOS full-screen
  1012.        session might be corrupted if a Windows
  1013.        application is started in a window session.
  1014.        To recover from this situation, shutdown
  1015.        and restart the system.
  1016.  
  1017.    o   If you are using Dual Boot with an XGA-2
  1018.        adapter, you must modify the CONFIG.DOS
  1019.        file:
  1020.        1.  Edit the \OS2\SYSTEM\CONFIG.DOS file.
  1021.        2.  Locate the line
  1022.            DEVICE=C:\DOS\EMM386.EXE RAM 2048
  1023.            X=nnnn-nnnn
  1024.        3.  Change nnnn-nnnn to C000-CFFF.
  1025.        4.  Save and exit the file.
  1026.  
  1027.    o   On IBM P75 systems, there might be some
  1028.        corruption on the screen whenever several
  1029.        icons are selected and moved together.
  1030.        This corruption can be eliminated by
  1031.        clicking mouse button 2 to bring up the
  1032.        pop-up menu and then selecting Sort.
  1033.  
  1034.    o   An IBM P75 system with an external monitor
  1035.        attached might have only the 640x480x16
  1036.        resolution selection on the the System
  1037.        Settings Screen page.  If the external
  1038.        monitor is capable of displaying higher
  1039.        resolutions, use the P75 reference diskette
  1040.        to disable the built-in plasma display.
  1041.  
  1042.    o   If you are using an XGA system, the hash
  1043.        lines around the icons of open applications
  1044.        might change color unexpectedly.  This does
  1045.        not interfere with the operation of the
  1046.        system.
  1047.  
  1048.    o   If you are using an XGA system, extra lines
  1049.        might appear on the face of the OS/2 System
  1050.        Clock between the quarter (:15) and half
  1051.        (:30) hour.  These lines do not interfere
  1052.        with the operation of the clock.
  1053.  
  1054.  
  1055. 8514 CONSIDERATIONS
  1056.  
  1057.    o   If you are using the 1MB version of an
  1058.        ATI** Graphics Ultra** Pro adapter, the VGA
  1059.        memory must be set to SHARED to work
  1060.        properly with the OS/2 8514 display driver.
  1061.        This might cause some DOS applications
  1062.        running in the background to corrupt the
  1063.        desktop.  To correct this problem, you must
  1064.        upgrade to the 2MB version of the Graphics
  1065.        Ultra Pro and set the VGA memory to 256K or
  1066.        greater.
  1067.  
  1068.        NOTE:  In the "OS/2 Installation Guide", it
  1069.        states that the ATI Graphics Ultra Pro must
  1070.        be configured to IBM DEFAULT for the
  1071.        640x480 display type.  This setting might
  1072.        be referred to as 60Hz rather than IBM
  1073.        DEFAULT.
  1074.  
  1075.    o   If you are using a system with an 8514
  1076.        adapter with Windows applications running
  1077.        in separate WIN-OS/2 window sessions,
  1078.        video corruption might occur in
  1079.        bit maps when clipping between applications.
  1080.  
  1081.    o   After you start a WIN-OS/2 window session,
  1082.        256-color bit maps might become discolored
  1083.        due to the sharing of the 256-color
  1084.        palette.  This should not affect the
  1085.        running of the applications.
  1086.  
  1087.    o   Selecting windows in Mathematica might not
  1088.        bring focus to the proper window.
  1089.  
  1090.  
  1091. AUDIO ADAPTERS
  1092.  
  1093.    o  Audio support in WIN-OS/2 and DOS sessions is
  1094.       dependent on installed drivers.  You should
  1095.       install the audio adapter driver that came with
  1096.       your audio adapter.  When installing audio
  1097.       support for WIN-OS/2, be sure to install both
  1098.       DOS and Windows device drivers.  Configure
  1099.       both drivers to use the same interrupt level and
  1100.       DMA channel.
  1101.  
  1102.    o   The following drivers are available with
  1103.        the Audio Capture and Playback Adapter
  1104.        (ACPA):
  1105.        -   ACPADD.SYS
  1106.        -   ACPADD2.SYS
  1107.        -   ACPAK12.SYS
  1108.        -   ACPA.DRV
  1109.        The latest updates are available on the IBM
  1110.        Bulletin Board Service.
  1111.  
  1112.    o   MMPM/2 installs ACPA support for OS/2 only,
  1113.        not WIN-OS/2 or DOS.
  1114.  
  1115.        There are two ways to get DOS ACPA support
  1116.        in DOS sessions:
  1117.        1.  Edit the CONFIG.SYS file.
  1118.        2.  Add DEVICE=C:\ACPAK12.SYS
  1119.        3.  Save and exit the CONFIG.SYS file.
  1120.        4.  Copy the ACPAK12.SYS file to the C:\
  1121.            directory.
  1122.        5.  Restart the system to activate the
  1123.            changes.
  1124.  
  1125.        Or
  1126.        1.  Point to the DOS full-screen or window
  1127.            object.
  1128.        2.  Click mouse button 2.
  1129.        3.  Select the arrow to the right of Open.
  1130.        4.  Select Settings.
  1131.        5.  Select the Session tab.
  1132.        6.  Select DOS Settings.
  1133.        7.  Select DOS_DEVICE.
  1134.        8.  Type C:\ACPAK12.SYS in the Value field.
  1135.        9.  Select Save.
  1136.        10. Double-click on the title-bar icon to
  1137.            close the notebook.
  1138.        11. Copy the ACPAK12.SYS file to the C:\
  1139.            directory.
  1140.  
  1141.        To install WIN-OS/2 ACPA support:
  1142.        1.  Access the Control Panel in WIN-OS/2
  1143.            Main.
  1144.        2.  Select Drivers.
  1145.        3.  Select Add.
  1146.        4.  Select Unlisted or Updated Drivers.
  1147.        5.  Select OK.
  1148.        6.  Insert the diskette containing the ACPA
  1149.            driver into drive A.
  1150.        7.  Type A:
  1151.        8.  Select OK.
  1152.        9.  When the Add Unlisted or Updated Driver screen
  1153.            is displayed, select the M-Audio sound driver.
  1154.        10. Select OK.
  1155.        11. When the IBM ACPA Driver Setup screen is displayed,
  1156.            select Proper Input Source.
  1157.  
  1158.                DEFAULT IS MIC NORMAL
  1159.  
  1160.            Select OK.
  1161.        12. Select Restart Now.
  1162.        13. Open WIN-OS/2 session.
  1163.        14. Select the Control Panel in WIN-OS/2 Main.
  1164.        15. Select MIDI Mapper.
  1165.        16. Select the down arrow for Name.
  1166.        17. Select Extended MIDI for ACPA.
  1167.        18. Select Edit.
  1168.        19. Select Yes.
  1169.        20. Select port name for all 16 SRC channels
  1170.            to be IBM M-Audio MIDI SYNTH.
  1171.        21. Select OK.
  1172.        22. Select Yes.
  1173.        23. Select Close.
  1174.        24. Close the WIN-OS/2 session.
  1175.  
  1176.    o   MMPM/2 installs Sound Blaster** support for
  1177.        OS/2 only, not WIN-OS/2 or DOS.
  1178.  
  1179.    o   To add WIN-OS/2 Sound Blaster support:
  1180.        1.  Install the DOS device driver following
  1181.            the instructions that came with the
  1182.            adapter.  Use a DOS session for
  1183.            the installation.
  1184.        2.  Install the Windows driver.
  1185.  
  1186.            NOTE:  Be sure to use the same I/O
  1187.            address, interrupt, and DMA settings
  1188.            used during install of the DOS drivers.
  1189.  
  1190. PRINTERS
  1191.  
  1192.    o   If you are using the HP** LaserJet**
  1193.        printer driver, some complex images might
  1194.        not print correctly when LaserJet
  1195.        performance options are enabled. If you
  1196.        experience incorrect output or degraded
  1197.        printer performance, return the performance
  1198.        options to the disabled state.  To change
  1199.        the performance options:
  1200.        1.  Point to the printer object.
  1201.        2.  Click mouse button 2.
  1202.        3.  Select the arrow to the right of Open.
  1203.        4.  Select Settings.
  1204.        5.  Select the Printer Drivers tab.
  1205.        6.  Select Job properties.
  1206.        7.  Change the performance options to their
  1207.            default settings.
  1208.        8.  Double-click on the title-bar icon to
  1209.            close the notebook.
  1210.  
  1211.    o   If you experience problems while
  1212.        printing bit maps from an application
  1213.        while using the PostScript printer
  1214.        driver, select the printer-specific
  1215.        format option on the Queue options page
  1216.        in the Settings notebook of your
  1217.        printer object.
  1218.  
  1219.    o   The OS/2 printer drivers on the OS/2 2.11
  1220.        printer driver diskettes are stored in a
  1221.        packed format that is not compatible with
  1222.        OS/2 1.3 or 2.0.  To install one of the
  1223.        OS/2 2.11 printer drivers on a system with
  1224.        OS/2 1.3 or 2.0 installed, you must first
  1225.        unpack the driver on a system that has OS/2
  1226.        2.11 installed.  You do not have to complete
  1227.        these steps to install a printer driver on
  1228.        a system that already has OS/2 2.11
  1229.        installed.
  1230.  
  1231.        NOTE:  Do not install the new 32-bit
  1232.        PostScript driver (PSCRIPT.DR_) that came
  1233.        with OS/2 2.11 on a system with OS/2 1.3 or
  1234.        2.0 installed.  It is not compatible with
  1235.        these versions of OS/2.  While testing is
  1236.        continuing, current compatibility
  1237.        information about tested systems is
  1238.        available through your dealer, Marketing
  1239.        Representative, CompuServe, IBM National
  1240.        Support Center Bulletin Board System (NSC
  1241.        BBS), and IBMLink*.
  1242.  
  1243.        To unpack a printer driver for use on a
  1244.        OS/2 1.3 or OS/2 2.0 system, complete the
  1245.        following steps on your system that has
  1246.        OS/2 2.11 installed.
  1247.        1.  Open an OS/2 command prompt.
  1248.        2.  Type:
  1249.  
  1250.              MD X:\DRIVER
  1251.  
  1252.            where X is a drive on your system.
  1253.        3.  Insert into drive A the OS/2 2.11
  1254.            printer driver diskette that contains
  1255.            the printer driver you want to install.
  1256.            The printer driver names end in a "_".
  1257.  
  1258.              Printer Driver:  Diskette #   Packed Name:
  1259.              IBM Null            1         IBMNULL.DR_
  1260.              HP LaserJet         1         LASERJET.DR_
  1261.              HP DeskJet**        1         HPDJPM.DR_
  1262.              IBM 52XX            1         IBM52XX.DR_
  1263.              Epson               1         EPSON.DR_
  1264.              Plotter Driver      1         PLOTTERS.DR_
  1265.              IBM 4019            2         IBM4019.DR_
  1266.              IBM 4076            2         IBMPCL3.DR_
  1267.              IBM 42XX            2         IBM42XX.DR_
  1268.              IBM 5201-2          2         IBM52012.DR_
  1269.              PaintJet**          2         SMGXPJET.DR_
  1270.              IBM 4039            3         IBMPCL5.DR_
  1271.  
  1272.         NOTE: In order to get the proper printer driver directory
  1273.               structure on systems with OS/2 1.3, IBMPCL3, IBMPCL5,
  1274.               HPDeskJet and PaintJet must be installed using the
  1275.               Printer Install option in the Print Manager.  Do not
  1276.               use the Control Panel to install these printer drivers.
  1277.  
  1278.        4.  Type:
  1279.  
  1280.              UNPACK A:\Packed name X:\DRIVER
  1281.  
  1282.            where X is a drive on your system.  For
  1283.            example, if you want to install the
  1284.            Epson printer driver, type :
  1285.  
  1286.              UNPACK A:\EPSON.DR_ X:\DRIVER
  1287.  
  1288.            The printer driver files are now
  1289.            unpacked in the X:\DRIVER directory.
  1290.        5.  Copy the driver files to a diskette and
  1291.            install them on your OS/2 1.3 or 2.0
  1292.            system.
  1293.  
  1294.  
  1295. SCANNERS
  1296.  
  1297.        If you have a Logitech hand scanner on an
  1298.        AT bus computer, run the scanner at the
  1299.        100, 200, or 300 DPI setting.
  1300.  
  1301. ***************************************************************************
  1302.  
  1303. ADVANCED POWER MANAGEMENT SUPPORT FOR PORTABLE COMPUTERS
  1304. ------------------------------------------------------
  1305.  
  1306.    o   This version of OS/2 includes additional APM support that was not
  1307.        available for the original OS/2 2.1 release.  Portables
  1308.        with 32 bit protect mode APM are now supported.
  1309.  
  1310.      Portable computers with the following are compatible with
  1311.      OS/2 2.11 Advanced Power Management:
  1312.  
  1313.      o   16-bit protect-mode APM in the BIOS
  1314.      o   32-bit protect-mode APM
  1315.  
  1316.  
  1317.      Portable computers that have no APM support in BIOS or
  1318.      have only real-mode APM are not supported by OS/2
  1319.      2.11 Advanced Power Management.
  1320.  
  1321.      The DOS utility program APMHERE, which is available
  1322.      on the IBM BBS, can quickly determine whether your
  1323.      machine has Advanced Power Management support in con-
  1324.      formance to the APM 1.0 Specification (dated 1/91).
  1325.      Systems with BIOS dates prior to January 1991 will
  1326.      not have the protect-mode APM support in their BIOS.
  1327.  
  1328.  
  1329. PORTABLE COMPUTERS WITH APM SUPPORT
  1330. --------------------------------------
  1331.  
  1332.      The table that follows lists the portable computers that
  1333.      have Advanced Power Management support.  (This list
  1334.      represents only systems tested as of January 27, 1994.)
  1335.  
  1336.  
  1337.           MANUFACTURER       MODEL            COMMENTS
  1338.          ----------------------------------------------------
  1339.           Acer              AcerNote 730      BIOS informa-
  1340.                                               tion displayed
  1341.                                               on start up:
  1342.  
  1343.                                                 PhoenixBIOS(TM) A486
  1344.                                                 Version 1.03 R1.0
  1345.  
  1346.           Acer              AcerNote 750
  1347.  
  1348.           AST Research      PowerExec 4/25SL
  1349.           Inc.
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.           MANUFACTURER      MODEL             COMMENTS
  1356.          -----------------------------------------------------
  1357.           AST Research      PowerExec 4/25SL  Perform the
  1358.           Inc.              Color Plus        following
  1359.                             486SL/25 Active   steps:
  1360.                             Matrix Color
  1361.                                               1.  Press FN F1
  1362.                                                   keys to get
  1363.                                                   BIO access
  1364.                                               2.  Select
  1365.                                                   Power Man-
  1366.                                                   agement
  1367.                                               3.  Click on
  1368.                                                   Power Man-
  1369.                                                   agement
  1370.                                                   Section
  1371.                                               4.  Follow the
  1372.                                                   Charac-
  1373.                                                   terize the
  1374.                                                   Battery
  1375.                                                   instructions
  1376.  
  1377.           COMPAQ            4/25
  1378.  
  1379.           COMPAQ            CONTURA 4/25
  1380.                             Monochrome, VGA
  1381.  
  1382.           COMPAQ            CONTURA 4/25C
  1383.                             486SL/25 Active
  1384.                             Matrix
  1385.  
  1386.           COMPAQ            CONTURA 4/25cx    See NOTE 1.
  1387.  
  1388.           COMPUDYNE         4SL/25            BIOS informa-
  1389.                             SubNOTEBOOK       tion displayed
  1390.                                               on start up:
  1391.  
  1392.                                                 PhoenixBIOS(TM) LAP486SL
  1393.                                                 Version 1.03
  1394.                                                 PhoenixMISER(TM) 486L v2.0
  1395.                                                 80486SL BIOS
  1396.                                                 Version 1.11 5/28/93
  1397.  
  1398.           Gateway 2000      ColorBook
  1399.                             486SX/25
  1400.                             486SX/25 Dual
  1401.                             Scan Color
  1402.  
  1403.  
  1404.           Gateway 2000      ColorBook         See NOTE 1.
  1405.                             486DX/33          Requires cor-
  1406.                             486DX/33 Dual     rected BIOS
  1407.                             Scan Color        from System
  1408.                                               Soft, Inc.; see
  1409.                                               NOTE 2.
  1410.  
  1411.           Gateway 2000      HandBook          See NOTE 1.
  1412.                             486DX2/40         Requires cor-
  1413.                             486DX2/40         rected BIOS
  1414.                             Monochrome        from System
  1415.                                               Soft, Inc.; see
  1416.                                               NOTE 2.
  1417.  
  1418.           IBM               P/S NOTE 425,     For OS/2 2.11,
  1419.                             425c              use F1 to
  1420.                                               display the
  1421.                                               configuration
  1422.                                               panel and set
  1423.                                               RESUME ON ALARM
  1424.                                               to OFF when
  1425.                                               running the
  1426.                                               Alarm applet.
  1427.  
  1428.           IBM               ThinkPad 700,     Version 1.2 or higher
  1429.                             700C, 720, 720C   of the reference
  1430.                                               and diagnostic
  1431.                                               diskettes are
  1432.                                               required.
  1433.  
  1434.           IBM               ThinkPad 750,     NOTE 4.
  1435.  
  1436.           NCR Corp.         NCR 3150          BIOS informa-
  1437.                             486SX/25 Active   tion displayed
  1438.                             Matrix Color      on start up:
  1439.  
  1440.                                                 PhoenixBIOS(TM) A486
  1441.                                                 Version 1.03
  1442.                                                 (C)1989-1993
  1443.                                                 Phoenix Technologies Ltd.
  1444.                                                 All Rights Reserved.
  1445.                                                 Reference ID 15
  1446.  
  1447.           NCR Corp.         SAFARI            Battery Life,
  1448.                                               Power Source,
  1449. *                                             and Battery
  1450.                                               State informa-
  1451.                                               tion is incor-
  1452.                                               rect.
  1453.  
  1454.           NEC Technologies  UltraLite Versa
  1455.           Inc.
  1456.  
  1457.           Sharp             6800              Battery Life,
  1458.                                               Power Source,
  1459.                                               and Battery
  1460.                                               State informa-
  1461.                                               tion might be
  1462.                                               incorrect.
  1463.  
  1464.           Texas Instru-     TravelMate 4000,
  1465.           ments             486DX2, 50MHz
  1466.  
  1467.           Toshiba           T1950, T1950CS,
  1468.                             T1950CT
  1469.                             486DX2/40 Mono,
  1470.                             Dual Scan Color,
  1471.                             Active Matrix
  1472.                             Color
  1473.  
  1474.           Toshiba           T3400, T3400CT
  1475.                             486SX/33
  1476.                             Monochrome,
  1477.                             Active Matrix
  1478.                             Color
  1479.  
  1480.           Toshiba           T4700CS
  1481.                             486DX2/50  Dual
  1482.                             Scan Color
  1483.  
  1484.           Toshiba           T4700CT
  1485.                             486DX2/50
  1486.                             Active Matrix
  1487.                             Color
  1488.  
  1489.           Toshiba           T6600C,
  1490.                             T6600C/CD,
  1491.                             T6600C/CDV
  1492.                             486DX2/66 Active
  1493.                             Matrix Color
  1494.  
  1495.           Twinhead Corp.    SubNote 486DX/33  Does not have
  1496.                             486DX/33          the CPU clock
  1497.                             Monochrome        slowdown
  1498.                                               feature.  See
  1499.                                               NOTE 3.
  1500.  
  1501.           Zenith            MastersPort
  1502.                             386SLe
  1503.  
  1504.           Zenith            ZNOTE 325L
  1505.  
  1506.  
  1507.  
  1508.  
  1509.      NOTE 1:  To run OS/2 2.11 in these models, change the
  1510.             statement "BASEDEV=IBM1S506.ADD" in CONFIG.SYS to
  1511.             the following:
  1512.  
  1513.               BASEDEV=IBMINT13.I13
  1514.  
  1515.      NOTE 2:  For these models, the following BIOS information
  1516.             is displayed on start up:
  1517.  
  1518.               Systems Soft Bios for 80486/82C463 v1.01 (2069-09)
  1519.  
  1520.             Contact Systems Soft, Inc. (508-651-0088) for a
  1521.              corrected version of BIOS.
  1522.  
  1523.      NOTE 3:
  1524.  
  1525.             The OS/2 APM calls into the BIOS APM once per
  1526.             second to check if it is OK to do a suspend.
  1527.  
  1528.             The following BIOS do not return OK to suspend on
  1529.             OS/2 APM calls if the video display is active or
  1530.             changes during the CMOS suspend timeout:
  1531.  
  1532.             o   PhoenixBIOS Version 1.03
  1533.             o   Phoenix NoteBIOS 486/OPTi463 Version 1.03
  1534.             o   PhoenixMISER V2.0
  1535.  
  1536.      NOTE 4: Reinstall the ThinkPad video drivers after you
  1537.              finish installing OS/2 2.11.
  1538.  
  1539.  
  1540.  
  1541. PORTABLE COMPUTERS WITHOUT APM SUPPORT
  1542. ---------------------------------------
  1543.  
  1544.      The table that follows lists the portable computers that do
  1545.      not have APM support in their BIOS; however, they can be
  1546.      configured to run OS/2 2.11 if APM is not installed.  (This list
  1547.      represents only systems tested as of January 27, 1994.)
  1548.  
  1549.      If you have installed OS/2 APM, ensure that it is removed
  1550.      properly by doing the following:
  1551.  
  1552.      o   Remove the following two APM device statements from
  1553.          CONFIG.SYS:
  1554.  
  1555.            DEVICE=C:\OS2\APM.SYS
  1556.            DEVICE=C:\OS2\MDOS\VAPM.SYS
  1557.  
  1558.      o   Delete the APM.SYS and VAPM.SYS files from the corre-
  1559.          sponding hard disk subdirectories.  This gains about
  1560.          1 second in startup and frees up hard disk space.
  1561.  
  1562.  
  1563.  
  1564.           MANUFACTURER      MODEL             COMMENTS
  1565.          -----------------------------------------------------
  1566.           COMPAQ            LTE-386s/25       See NOTE 1.
  1567.  
  1568.           COMPAQ            LTE LITE 25/c     See NOTE 1.
  1569.                             386SL
  1570.  
  1571.           COMPAQ            LTE LITE 4/25e,   See NOTE 1.
  1572.                             4/25c, 486SL/25
  1573.                             Active Matrix
  1574.  
  1575.           COMPUDYNE         3SXL/25 SLIMNOTE  BIOS informa-
  1576.                                               tion displayed
  1577.                                               on start up:
  1578.  
  1579.                                                 PhoenixBIOS(TM for
  1580.                                                 VLSI Laptop 80386 BIOS
  1581.                                                 Version 1.01 R2-1 06/09/92
  1582.  
  1583.           IBM               L40SX             Discontinued
  1584.                                               product.  See
  1585.                                               NOTE 2.
  1586.  
  1587.           IBM               P/S NOTE, Model   For OS/2 2.11,
  1588.                             2141              use F1 to get
  1589.                                               the configura-
  1590.                                               tion panel and
  1591.                                               set RESUME ON
  1592.                                               RING and RESUME
  1593.                                               ON ALARM to
  1594.                                               OFF.
  1595.  
  1596.           IBM               PS/2 N51          Install using
  1597.                             386SX/SLC         UINSTALL.
  1598.                             8551-025
  1599.  
  1600.           Librex            T386SX            If screen is
  1601.                                               black after
  1602.                                               resume, toggle
  1603.                                               the F1 key
  1604.                                               (Suspend key)
  1605.                                               to to refresh
  1606.                                               screen.
  1607.  
  1608.           Northgate         ZX Portable       BIOS informa-
  1609.                             486SX/25          tion displayed
  1610.                                               on start up:
  1611.  
  1612.                                                 Phoenix A486
  1613.                                                  version 1.01
  1614.  
  1615.                                               See NOTE 3.
  1616.  
  1617.           Texas Instru-     TravelMate 4000   See NOTE 3.
  1618.           ments             WinDX2, 486DX/25
  1619.                             MHz
  1620.  
  1621.           Texas Instru-     TravelMate 4000   See NOTE 3.
  1622.           ments             WinSX
  1623.  
  1624.           Texas Instru-     TravelMate 4000e  See NOTE 3.
  1625.           ments             SX25 Passive
  1626.                             Matrix Color
  1627.  
  1628.           Texas Instru-     TravelMate 4000e  See NOTE 3.
  1629.           ments             WinDX2/50 Active
  1630.                             Color
  1631.  
  1632.           Texas Instru-     TravelMate 4000   See NOTE 3.
  1633.           ments             WinDX2/50
  1634.                             486DX2/50
  1635.                             Monochrome
  1636.  
  1637.           Toshiba           T1800 386SX/20    See NOTE 4.
  1638.                             Monochrome
  1639.  
  1640.           Toshiba           T1850, T1850C     See NOTE 4.
  1641.                             386SX/25
  1642.                             Monochrome, Dual
  1643.                             Scan Color
  1644.  
  1645.           Toshiba           T1900, T1900C     See NOTE 4.
  1646.                             486SX/20
  1647.                             Monochrome, Dual
  1648.                             Scan color
  1649.  
  1650.           Toshiba           T2200SX 386SX/20  See NOTE 4.
  1651.                             Monochrome
  1652.  
  1653.           Toshiba           T3100SX 386SX/16  See NOTE 4.
  1654.                             Mono Plasma
  1655.  
  1656.           Toshiba           T3300SL 386SL/20      See NOTE 5.
  1657.                             Monochrome
  1658.  
  1659.           Toshiba           T4400SX,              See NOTE 4.
  1660.                             T4400SXP,
  1661.                             T4400SXC
  1662.                             486SX/25  Mono,
  1663.                             Plasma, AMC
  1664.  
  1665.           Toshiba           T4400C 486DX/33       See NOTE 4.
  1666.                             Active Matrix
  1667.                             Color
  1668.  
  1669.           Toshiba           T4500, T4500C         See NOTE 4.
  1670.                             486SX/20
  1671.                             Monochrome,
  1672.                             Active Matrix
  1673.                             Color
  1674.  
  1675.           Toshiba           T4600, T4600C         See NOTE 5.
  1676.                             486SL/33
  1677.                             Monochrome,
  1678.                             Active Matrix
  1679.                             Color
  1680.  
  1681.  
  1682.      NOTE 1:  To run OS/2 2.11 in these models, change the
  1683.             statement "BASEDEV=IBM1S506.ADD" in CONFIG.SYS to
  1684.             the following:
  1685.  
  1686.               BASEDEV=IBMINT13.I13
  1687.  
  1688.      NOTE 2:  For OS/2 2.11 APM, access the IBM BBS and down-
  1689.             load the following 3 files:
  1690.  
  1691.             o   TGSFX.COM (located in file area 4)
  1692.             o   RFL40SXA.TG0 (located in file area 27)
  1693.             o   L40PWR.ZIP (located in file area 37)
  1694.  
  1695.             Execute TGSFX.COM to install the TELEGET.EXE
  1696.             program.  Then do the following:
  1697.  
  1698.             1.  Create a new L40SX reference diskette by using
  1699.                 TELEGET.EXE to unpack RFL40SXA.TG0 onto a
  1700.                 1.44MB formatted diskette.
  1701.  
  1702.             2.  Use PKUNZIP to unzip the L40PWR.ZIP to obtain
  1703.                 new IDLE.EXE and PWRMGMT.SYS files.
  1704.  
  1705.             3.  Replace the IDLE.EXE and PWRMGMT.SYS files
  1706.                 on the newly created L40SX reference diskette
  1707.                 with the new IDLE.EXE and PWRMGMT.SYS files
  1708.                 obtained from the previous step.
  1709.  
  1710.             4.  Restart L40SX with the resulting reference
  1711.                 diskette in A drive and configure with APM.
  1712.  
  1713.             5.  Verify the APM configuration by selecting VIEW
  1714.                 CONFIGURATION from the installation menu.
  1715.  
  1716.             6.  Exit the configuration.
  1717.  
  1718.             7.  Power off the computer and restart OS/2.
  1719.  
  1720.      NOTE 3:  Contact the manufacturer for newer versions of
  1721.             their BIOS that have APM support.
  1722.  
  1723.      NOTE 4:  These models require the Toshiba APM driver
  1724.             (OS2RES.EXE) available from the Toshiba BBS
  1725.             (714-837-4408).  This Toshiba driver will provide
  1726.             partial power management capabilities under OS/2
  1727.             2.11.
  1728.  
  1729.      NOTE 5:  While running OS/2, you can use the special
  1730.             power-saving keys but the additional capability of
  1731.             OS/2 protect-mode APM is not supported.
  1732.  
  1733. ***************************************************************************
  1734.  
  1735.  
  1736. MAHJONGG GAME
  1737. -------------
  1738.    NOTE: The following information does NOT apply to
  1739.          the ServicePak version of the operating system.
  1740.  
  1741.    OS/2 2.1 includes a new tile-matching game
  1742.    called Mahjongg Solitaire.
  1743.  
  1744.    To install Mahjongg Solitaire from diskettes:
  1745.  
  1746.    1.  Insert Diskette 10 into drive A.
  1747.    2.  Open an OS/2 command prompt.
  1748.    3.  Type:
  1749.  
  1750.            UNPACK A:MAHJONGG drive:
  1751.  
  1752.        where drive is the drive letter of the
  1753.        partition OS/2 2.1 is installed on.
  1754.  
  1755.    4.  Press Enter.
  1756.    5.  Type:
  1757.  
  1758.            MAHINST
  1759.  
  1760.        and press Enter. Then, follow the
  1761.        instructions on the screen.
  1762.  
  1763.    To install Mahjongg Solitaire from CD:
  1764.  
  1765.    1.  Insert the CD into the CD drive.
  1766.    2.  Open an OS/2 command prompt.
  1767.    3.  Type:
  1768.  
  1769.  
  1770.            UNPACK cd\drive:\OS2SE21\DISK_11\MAHJONGG drive:
  1771.  
  1772.        where cddrive is the drive letter of the
  1773.        CDROM and drive is the drive letter of the
  1774.        partition OS/2 2.1 is installed on.
  1775.  
  1776.    4.  Press Enter.
  1777.    5.  Type:
  1778.  
  1779.            MAHINST
  1780.  
  1781.        and press Enter. Then, follow the
  1782.        instructions on the screen.
  1783.  
  1784.  
  1785. TRADEMARKS
  1786. __________
  1787.  
  1788.    The following terms, denoted by an asterisk (*)
  1789.    in this README, are trademarks or registered
  1790.    trademarks of the IBM Corporation in the United
  1791.    States or other countries:
  1792.  
  1793.      Audio Capture and Playback Adapter
  1794.      ------------------------------------------
  1795.      IBM
  1796.      ------------------------------------------
  1797.      IBMLINK
  1798.      ------------------------------------------
  1799.      LinkWay
  1800.      ------------------------------------------
  1801.      Micro Channel
  1802.      ------------------------------------------
  1803.      Multimedia Presentation Manager/2
  1804.      ------------------------------------------
  1805.      NetView
  1806.      ------------------------------------------
  1807.      OS/2
  1808.      ------------------------------------------
  1809.      Presentation Manager
  1810.      ------------------------------------------
  1811.      WIN-OS/2
  1812.      ------------------------------------------
  1813.      Workplace Shell
  1814.      ------------------------------------------
  1815.      XGA
  1816.      ------------------------------------------
  1817.  
  1818.    The following terms, denoted by a double
  1819.    asterisk (**) in this README, are trademarks of
  1820.    other companies as follows:
  1821.  
  1822.     Trademark:            Owner:
  1823.    --------------------------------------------------------------
  1824.     Action!               Expertelligence
  1825.    --------------------------------------------------------------
  1826.     ALR                   Advanced Logic Research, Inc.
  1827.    --------------------------------------------------------------
  1828.     AMI Pro               Lotus Development Corp.
  1829.    --------------------------------------------------------------
  1830.     Animation Works       Gold Disk Inc.
  1831.    --------------------------------------------------------------
  1832.     APM                   Astek International Ltd.
  1833.    --------------------------------------------------------------
  1834.     ATI                   ATI Technologies, Inc.
  1835.    --------------------------------------------------------------
  1836.     CompuServe            CompuServe Incorporated
  1837.    --------------------------------------------------------------
  1838.     CorelDraw             Corel Systems Corporation
  1839.    --------------------------------------------------------------
  1840.     DeScribe              DeScribe Inc.
  1841.    --------------------------------------------------------------
  1842.     DeskJet               Hewlett-Packard Company
  1843.    --------------------------------------------------------------
  1844.     Dr. Watson            Empirical Tools and Technology
  1845.    --------------------------------------------------------------
  1846.     Epson                 Seiko Epson Kabushiki Kaisha
  1847.    --------------------------------------------------------------
  1848.     Facelift              Bitstream Inc.
  1849.    --------------------------------------------------------------
  1850.     FlexView              Advanced Logic Research, Inc.
  1851.    --------------------------------------------------------------
  1852.     FotoMan               Logitech International
  1853.    --------------------------------------------------------------
  1854.     FoxPro                Fox Software, Inc.
  1855.    --------------------------------------------------------------
  1856.     FrameMaker            Frame Technology, Inc.
  1857.    --------------------------------------------------------------
  1858.     Freelance Graphics    Lotus Development Corporation
  1859.    --------------------------------------------------------------
  1860.     Hollywood             Claris Corporation
  1861.    --------------------------------------------------------------
  1862.     HP                    Hewlett-Packard Company
  1863.    --------------------------------------------------------------
  1864.     IconAuthor            Aimtech Corporation
  1865.    --------------------------------------------------------------
  1866.     Intel                 Intel Corporation
  1867.    --------------------------------------------------------------
  1868.     LaserJet           Hewlett Packard
  1869.    --------------------------------------------------------------
  1870.     Legend                Sigma Designs Inc.
  1871.    --------------------------------------------------------------
  1872.     Logitech              Logitech, Inc.
  1873.    --------------------------------------------------------------
  1874.     Mathematica           Wolfram Research, Inc.
  1875.    --------------------------------------------------------------
  1876.     Microsoft             Microsoft Corporation
  1877.    --------------------------------------------------------------
  1878.     MS-DOS                Microsoft Corporation
  1879.    --------------------------------------------------------------
  1880.     Nautilus              Softshell Systems
  1881.    --------------------------------------------------------------
  1882.     NCR                   NCR Corporation
  1883.    --------------------------------------------------------------
  1884.     NET                   NCR Corporation
  1885.    --------------------------------------------------------------
  1886.     NetWare               Novell, Inc.
  1887.    --------------------------------------------------------------
  1888.     Norton Desktop        Symantec Corp.
  1889.    --------------------------------------------------------------
  1890.     Novell                Novell, Inc.
  1891.    --------------------------------------------------------------
  1892.     Paint Brush           Microsoft Corporation
  1893.    --------------------------------------------------------------
  1894.     PaintJet              Hewlett-Packard Company
  1895.    --------------------------------------------------------------
  1896.     Panasonic             Matsushita Electric Industrial Co., Ltd.
  1897.    --------------------------------------------------------------
  1898.     PostScript            Adobe Systems Inc.
  1899.    --------------------------------------------------------------
  1900.     PowerPoint            Microsoft Corporation
  1901.    --------------------------------------------------------------
  1902.     SatisFAXtion          Intel Corporation
  1903.    --------------------------------------------------------------
  1904.     Sound Blaster         Creative Labs, Inc.
  1905.    --------------------------------------------------------------
  1906.     SpeedStar             Diamond Computer Systems, Inc.
  1907.    --------------------------------------------------------------
  1908.     ULTRA                 ATI Technologies Inc.
  1909.    --------------------------------------------------------------
  1910.     Western Digital       Western Digital Corporation
  1911.    --------------------------------------------------------------
  1912.     Windows               Microsoft Corporation
  1913.    --------------------------------------------------------------
  1914.     WindowWorks           Spinnaker Software Corporation
  1915.    --------------------------------------------------------------
  1916.     Wing Commander        Origins Systems, Inc.
  1917.    --------------------------------------------------------------
  1918.     WordPerfect           WordPerfect Corporation
  1919.    --------------------------------------------------------------
  1920.     Zenith Data Systems   Zenith Electronics Corporation
  1921.    --------------------------------------------------------------
  1922.     ZEOS                  ZEOS International Ltd.
  1923.    --------------------------------------------------------------
  1924.  
  1925.    IBM DISCLAIMS ALL WARRANTIES, WHETHER EXPRESSED
  1926.    OR IMPLIED, INCLUDING WITHOUT LIMITATION,
  1927.    WARRANTIES OF FITNESS AND MERCHANTABILITY WITH
  1928.    RESPECT TO THE INFORMATION IN THIS DOCUMENT.
  1929.    BY FURNISHING THIS DOCUMENT, IBM GRANTS NO
  1930.    LICENSES TO ANY RELATED PATENTS OR COPYRIGHTS.
  1931.  
  1932.    (c) Copyright IBM Corporation, 1992, 1994, all rights reserved.
  1933.  
  1934.