home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / laserjet.zip / LASERJET.DOC < prev    next >
Text File  |  1992-09-08  |  6KB  |  140 lines

  1.  
  2.   OS/2 HP LASERJET Printer Driver
  3.   ===============================
  4.  
  5.   HISTORY  (date - version - description of changes )
  6.   -------
  7.  
  8.   08/20/92 - v1.3.350 - Initial posting of driver package.
  9.  
  10.              FIXES SINCE GA:
  11.              a) APAR#:       PJ04342
  12.                 DESCRIPTION: Large print jobs print slowly from Laserjet
  13.                              printers that support data compression
  14.                              compared to Windows 3.1.
  15.                 RESOLUTION:  Implemented compression modes 2 and 3 for those
  16.                              devices that support it.  The field for
  17.                              "Memory size (KB)" must be changed in the
  18.                              Laserjet Printer Properties to reflect actual
  19.                              memory on printer so the driver can select best
  20.                              compression mode.
  21.  
  22.              b) DCR#:        1399  "Standardizing OS/2 Printer Drivers"
  23.                 DESCRIPTION: The LaserJet driver stored it's information in the
  24.                              OS2.INI file instead of the OS2SYS.INI files where
  25.                              all OS/2 drivers are supposed to.
  26.                 RESOLUTION:  All Job/Printer Properties now stored in OS2SYS.INI
  27.                              instead of OS2.INI.
  28.  
  29.              c) APAR#:       NONE
  30.                 DESCRIPTION: Occasional trap occurs printing to ledger paper.
  31.                 RESOLUTION:  LaserJet driver fixed.
  32.  
  33.              d) APAR#:       NONE
  34.                 DESCRIPTION: LaserJet reads stored printer/job properties
  35.                              multiple times unecessarily from OS2SYS.INI.
  36.                 RESOLUTION:  LaserJet driver fixed so it only reads these
  37.                              properties once.
  38.  
  39.              v1.3.333 - font files (.FNT) now have EA files (.FNI)
  40.  
  41.   03/30/92 - v1.3.342 - OS/2 2.0 GA version
  42.  
  43.   LICENSE
  44.   -------
  45.  
  46.   Please see the 'LICENSE' text file included in this package
  47.   for licensing information.
  48.  
  49.   BEFORE INSTALLATION
  50.   -------------------
  51.  
  52.   1. Attaching Extended Attributes
  53.  
  54.      The Extended Attribute file (.EA) for the driver must be attached
  55.      to the actual driver file (.DRV) so installation of the driver
  56.      will succeed.  This is done by using the EAUTIL.EXE program that
  57.      is part of OS/2.
  58.  
  59.      -> Use the command file provided to do this for you.
  60.         (examples: EPSON.CMD    for the Epson printer driver EPSON.DRV
  61.                    LASERJET.CMD for the Laserjet driver LASERJET.DRV
  62.                    PSCRIPT.CMD  for the PostScript driver PSCRIPT.DRV
  63.                    SMGXPJET.CMD for the PaintJet driver SMGXPJET.DRV
  64.                    IBMNULL.CMD  for the IBM Null driver IBMNULL.DRV
  65.                    IBM4019.CMD  for the IBM 4019 driver IBM4019.DRV
  66.                    IBM42XX.CMD  for the IBM 42XX driver IBM42XX.DRV
  67.                    IBM52XX.CMD  for the IBM 52XX driver IBM45XX.DRV
  68.                    IBM52012.CMD for the IBM 52012 driver IBM52012.DRV
  69.                    PLOTTERS.CMD for the IBM Plotter driver PLOTTERS.DRV)
  70.  
  71.      The command file must be run from the same directory where all
  72.      the driver files were unzipped to.
  73.  
  74.      Once this is done successfully, you may proceed with normal
  75.      printer driver installation if you are not replacing an older
  76.      version of the same driver.  If you are see step #2 below.
  77.  
  78.      The installation of an OS/2 Printer Driver is documented in
  79.      OS/2 2.0's online Master Help Index under the topic 'installing'
  80.      and the subtopic 'OS/2 printer drivers'.
  81.  
  82.      The installation of an OS/2 Printer Object is documented in
  83.      OS/2 2.0's online Master Help Index under the topic 'Creating'
  84.      and subtopic 'Printer Object'.
  85.  
  86.   2. Replacing existing drivers
  87.  
  88.      If you are replacing an existing driver with the same driver there
  89.      are a few things that need to be done before installation.
  90.  
  91.      a) "Hold" every printer object (queue) that has the driver you are
  92.         replacing installed as the "Default printer Driver".
  93.  
  94.         "Holding" a printer object (queue) is accomplished by:
  95.         i.   Right mouse button on the printer object (queue),
  96.              a menu should appear.
  97.         ii.  Left mouse button on the menu item "Change status",
  98.              a sub-menu should appear.
  99.         iii. Left mouse button on the sub-menu item "Hold"
  100.              A check mark should appear next to the "Hold" sub-menu item
  101.              on subsequent accesses of this sub-menu.
  102.  
  103.         "Default printer driver" for a print object (queue) is found by:
  104.         i.   Right mouse button on the printer object (queue),
  105.              a menu should appear.
  106.         ii.  Left mouse button on the arrow to the left of menu item
  107.              "Open", a sub menu should appear.
  108.         iii. Left mouse button on the sub-menu item "Settings",
  109.              a notebook should appear.
  110.         iv.  Left mouse button on the notebook tab labelled "Printer driver",
  111.              the notebook page should change.
  112.         v.   You should see a window on this page labelled
  113.              "Default printer driver" where all printer drivers used
  114.              by this queue are shown.
  115.  
  116.      b) Shut down all programs that use any printer object (queue)
  117.         for printing.  Also, remember to remove any programs
  118.         that might automatically start upon booting from the
  119.         "startup" folder or startup.cmd file or other command files.
  120.         This will ensure these programs won't load the printer driver
  121.         you are trying to replace, causing installation of the new
  122.         version of the driver to fail.
  123.  
  124.      d) Shut down your computer to save any changes.
  125.  
  126.      c) Reboot your computer.  Your system should come up fresh
  127.         with no jobs printing or programs running.
  128.  
  129.      d) Directly following this reboot, install the new version
  130.         of the printer driver from the directory you unzipped it to.
  131.  
  132.         The installation of an OS/2 Printer Driver is documented in
  133.         OS/2 2.0's online Master Help Index under the topic 'installing'
  134.         and the subtopic 'OS/2 printer drivers'.
  135.  
  136.         The installation of an OS/2 Printer Object is documented in
  137.         OS/2 2.0's online Master Help Index under the topic 'Creating'
  138.         and subtopic 'Printer Object'.
  139.  
  140.