home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / DPIOWP.FAX < prev    next >
Text File  |  1995-01-01  |  1KB  |  39 lines

  1. OSPRPOLL - HOW TO DISABLE POLLING IN OS/2 WARP FOR PRINTING
  2. 10/21/94
  3.  
  4. ================================================================
  5. HOW TO DISABLE POLLING IN OS/2 WARP FOR PRINTING
  6. ================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. ----------------------------------------------------------------
  10.  
  11. OS/2 WARP Defaults to Polling for printing, rather than using IRQ
  12. settings as in OS/2 2.1, 2.11 and OS/2 for Windows.
  13.  
  14.  
  15. SYMPTOMS:
  16.   1. Printing slower than in OS/2 2.1, 2.11 or OS/2 for Windows.
  17.  
  18.   2. Printing interrupted by other processes, when multi-tasking.
  19.  
  20.   3. Printing uses excessive CPU resources, shown in the pulse
  21.      utility.
  22.   NOTE:  This may occur in non-microchannel machines.
  23.  
  24.  
  25. RESOLUTION:
  26.      To change printing to IRQ 7 for LPT1 and IRQ 5 for LPT2 a
  27.      flag, / (forward slash) is added to the CONFIG.SYS to
  28.      disable the Polling method.
  29.  
  30.  
  31. PROCEDURE:
  32.      With a text editor, modify the CONFIG.SYS, type:
  33.  
  34.            BASEDEV=PRINT01.SYS /IRQ
  35.  
  36.      This disables polling and enables IRQ7 for LPT1 and
  37.      IRQ5 for LPT2.
  38.  
  39.