home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / ATIVGA-4.ZIP / OS2 / README.PM < prev   
Encoding:
Text File  |  1990-08-01  |  5.4 KB  |  156 lines

  1.  
  2.  
  3.  
  4.  
  5.         File Name: README.PM
  6.         Source   : Disk #4
  7.         P/N      : 1284109522/1284107222/1284207222/1284209522
  8.         Date     : August 1, 1990
  9.  
  10.         =================================================================
  11.  
  12.                                     SECTION I
  13.                    DESCRIPTION OF PRESENTATION MANAGER DRIVER
  14.  
  15.         The  PM 800x600 16 color driver is compatible  with  PRESENTATION
  16.         MANAGER  Version  1.1 and 1.2. To use this driver,  a  compatible
  17.         monitor  capable of 800X600 resolution must be installed and  the
  18.         video  card configured for that monitor. Consult your manual  for
  19.         configuration instructions.
  20.  
  21.         After  correct  installation,  the  driver  will  at  boot   time
  22.         automatically detect the monitor and initialize itself correctly.
  23.  
  24.  
  25.                                    SECTION II
  26.                             INSTALLATION OF PM DRIVER
  27.  
  28.  
  29.         IMPORTANT:
  30.  
  31.         Before  you start with the installation of the driver, make  sure
  32.         OS/2  and  Presentation  Manager  have  been  installed  and  are
  33.         functional.
  34.  
  35.         To  install the driver, first you have to either boot the  system
  36.         with  DOS  or disable the PRESENTATION MANAGER by  modifying  the
  37.         OS/2's  CONFIG.SYS  file.  (see  DISABLE  PRESENTATION   MANAGER)
  38.         Otherwise,  your DLL driver will not be copied  correctly.   Then
  39.         follow  the Automatic Installation or the Manual Installation  to
  40.         complete the installation process.
  41.  
  42.  
  43.                              AUTOMATIC INSTALLATION
  44.                              ----------------------
  45.  
  46.  
  47.         Insert disk #4 into drive A: and type the following commands:
  48.  
  49.                 A: <enter>
  50.                 CD\OS2 <enter>
  51.                 PMINST<enter>
  52.  
  53.         The installation program will guide you through the  installation
  54.         of your system and copy the necessary files.
  55.  
  56.         After  the installation, reboot the system with OS/2.  Make  sure
  57.         that  the  adapter has been previously set up  for  your  monitor
  58.         using the VSETUP program which is on Disk #1.
  59.                README.PM                            Page 2
  60.  
  61.  
  62.  
  63.                                MANUAL INSTALLATION
  64.                                -------------------
  65.  
  66.  
  67.         The driver consists of two files:
  68.  
  69.                 PM11-54B.DLL
  70.                 PM11-54B.SYS
  71.  
  72.         These two files are contained in disk #4 under the directory OS2.
  73.         Installation involves copying the files on to your OS/2 boot disk
  74.         and modifying the CONFIG.SYS file. Follow these steps:
  75.  
  76.  
  77.                 1)  Copy PM11-54B.SYS file into C:\OS2 directory. EXAMPLE:
  78.  
  79.                       COPY A:\OS2\PM11-54B.SYS C:\OS2
  80.  
  81.                 2)  Using a DOS text editor, insert the following line into
  82.                     the  CONFIG.SYS  file in the root directory  of  your
  83.                     boot disk:
  84.  
  85.                        DEVICE=C:\OS2\PM11-54B.SYS
  86.  
  87.                 3)  Find the line beginning with LIBPATH in your CONFIG.SYS
  88.                     file.
  89.  
  90.                 4)  Replace the file DISPLAY.DLL in the first directory in
  91.                     LIBPATH  with PM11-54B.DLL file. You may want to
  92.                     rename  your DISPLAY.DLL file instead of  overwriting
  93.                     it.
  94.  
  95.  
  96.                 EXAMPLE:
  97.  
  98.                 Your CONFIG.SYS files contains the line:
  99.  
  100.                 LIBPATH = C:\OS2\DLL;C:\MYDLL;
  101.  
  102.                 and you find a file named DISPLAY.DLL in the C:\OS2\DLL
  103.                 directory.
  104.  
  105.                 Type at the command prompt:
  106.  
  107.                 COPY A:\OS2\PM11-54B.DLL C:\OS2\DLL\DISPLAY.DLL
  108.  
  109.                 5)  Reboot your system.
  110.                README.PM                            Page 3
  111.  
  112.  
  113.                         DISABLE THE PRESENTATION MANAGER
  114.                         --------------------------------
  115.  
  116.         We  recommend users to boot the system with DOS and  then  follow
  117.         the Automatic or Manual Installation to complete the installation
  118.         process.  However, if you cannot boot the system with DOS for any
  119.         reason, you can disable the PRESENTATION MANAGER by modifying the
  120.         CONFIG.SYS file as shown in the following steps.
  121.  
  122.                 1)  Change the line
  123.  
  124.                   PROTSHELL=C:\OS2\PMSHELL.EXE C:\OS2\OS2.INI C:\OS2\CMD.EXE
  125.  
  126.                 to
  127.  
  128.                   PROTSHELL=C:\OS2\CMD.EXE
  129.  
  130.                 2)  Reboot the system.  Only the OS2 prompt [C:\] appears.
  131.  
  132.                 3)  Follow the Automatic or Manual Installation to
  133.                     complete the setup procedure.
  134.  
  135.                 4)  After completing the installation change the line
  136.  
  137.                   PROTSHELL=C:\OS2\CMD.EXE
  138.  
  139.                 back to
  140.  
  141.                   PROTSHELL=C:\OS2\PMSHELL.EXE C:\OS2\OS2.INI C:\OS2\CMD.EXE
  142.  
  143.                 5)  Reboot the system.
  144.  
  145.  
  146.                                    SECTION III
  147.                                  TROUBLESHOOTING
  148.  
  149.  
  150.         If  your display in the graphics mode is not readable, your  card
  151.         may  need  to  be configured for your current  monitor  (use  the
  152.         VSETUP program supplied with this package).
  153.  
  154.         For a printout of this information, type
  155.  
  156.                 A>COPY README.PM PRN <enter>
  157.  
  158.