home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / OS2 / ATIOS213.ZIP / OS2DRV.EXE / README.PM < prev   
Encoding:
Text File  |  1991-11-18  |  3.8 KB  |  106 lines

  1.  
  2.  
  3.  
  4.  
  5.         File Name: README.PM
  6.         Date     : November 18, 1991
  7.         =================================================================
  8.  
  9.                                     SECTION I
  10.                    DESCRIPTION OF PRESENTATION MANAGER DRIVER
  11.  
  12.         Contained in this package are  the  Presentation  Manager display
  13.         driver files:
  14.  
  15.              For Microsoft OS/2 V1.1:
  16.                   PM11-54B.DLL   800x600 16-color
  17.  
  18.              For Microsoft OS/2 V1.2, 1.21 or IBM OS/2 V1.3:
  19.                   PM12-54B.DLL   800x600 16-color
  20.                   PM12-55B.DLL   1024x768 16-color
  21.  
  22.              In addition there is a common base driver:
  23.                   PM$BASE.SYS
  24.  
  25.         To  use a driver, a monitor  capable  of displaying the  selected
  26.         resolution  must  be  installed  and  the  video  card  must   be
  27.         configured    for   that  monitor.  Consult  your   manuals   for
  28.         configuration instructions.
  29.  
  30.  
  31.                                    SECTION II
  32.                             INSTALLATION OF PM DRIVER
  33.  
  34.  
  35.         IMPORTANT:   Before  you begin the installation using either  one
  36.         of the following methods, make  sure that OS/2  and  Presentation
  37.         Manager have been installed properly and configured for IBM VGA.
  38.  
  39.  
  40.                              AUTOMATIC INSTALLATION
  41.                              ----------------------
  42.  
  43.  
  44.         Boot   up the system in OS/2. Insert this diskette into a  floppy
  45.         diskette drive,  say A:,  and type the following commands:
  46.  
  47.                   A:
  48.                   PMINST
  49.  
  50.         The installation program will guide you through the  installation
  51.         of  your  system  and  copy  the  necessary  files.  After    the
  52.         installation, reboot the system.
  53.  
  54.  
  55.                                MANUAL INSTALLATION
  56.                                -------------------
  57.  
  58.  
  59.         Installation  involves copying the driver files on to  your  OS/2
  60.  
  61.                               README.PM                     Page 2
  62.  
  63.  
  64.         boot disk and modifying the CONFIG.SYS file. Follow these steps:
  65.  
  66.         1) Create a directory called VGADLL on the boot disk. Insert this
  67.            diskette  into a floppy diskette drive.  The  following  steps
  68.            assume boot disk C: and floppy diskette drive A:.
  69.  
  70.         2) Copy the base driver to the VGADLL directory.
  71.  
  72.            Example:  COPY A:PM$BASE.SYS C:\VGADLL
  73.  
  74.         3) Copy  the  appropriate  Presentation  driver  to  the   VGADLL
  75.            directory as DISPLAY.DLL.
  76.  
  77.            Example:  COPY A:PM12-54B.DLL C:\VGADLL\DISPLAY.DLL
  78.  
  79.         4) Using  a  text editor, edit the file CONFIG.SYS  in  the  root
  80.            directory  of the boot disk and add the following line to  the
  81.            end of the file.
  82.  
  83.            DEVICE=C:\VGADLL\PM$BASE.SYS
  84.  
  85.         5) Locate the line beginning with the word 'LIBPATH' in the  file
  86.            CONFIG.SYS.  LIBPATH specifies the search path used by OS/2 to
  87.            locate   the  Presentation  Manager's  dynamic  link   library
  88.            modules. Modify the path that the directory VGADLL becomes the
  89.            first in the list.
  90.  
  91.            Example:  LIBPATH=C:\VGADLL;C:\OS2\DLL;C:\;C:\MYDLLL;
  92.  
  93.         6) Save  and exit the new config.sys file and reboot  the  system
  94.            now.
  95.  
  96.  
  97.                                    SECTION III
  98.                                  TROUBLESHOOTING
  99.  
  100.         If   your  display  in the graphics mode is  not  readable,  your
  101.         display  adapter  may  need to be  configured  for  your  current
  102.         monitor.
  103.  
  104.  
  105.         For a printout of this information, type
  106.  
  107.              A>COPY README.PM PRN <enter>
  108.  
  109.  
  110.