home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / oscprpol.txt < prev    next >
Text File  |  1996-11-13  |  2KB  |  47 lines

  1. OSCPRPOL - HOW TO DISABLE POLLING FOR PRINTING IN OS/2 WARP
  2. 01/05/96
  3.  
  4. =======================================================================
  5.            How to Disable Polling for Printing in OS/2 Warp
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedure
  9. -------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. * Printing is slower than in OS/2 2.1, OS/2 2.11, or OS/2 for Windows.
  14.  
  15. * Printing is interrupted by other processes when multitasking.
  16.  
  17. * Printing uses excessive CPU resources, as shown in the Pulse utility
  18.   program.
  19.  
  20.   Note: This might occur in non-Micro-Channel systems.
  21.  
  22. RESOLUTION
  23.  
  24. OS/2 Warp defaults to polling for printing, rather than using IRQ 
  25. settings as in OS/2 2.1, OS/2 2.11, and OS/2 for Windows.
  26.  
  27. To change printing to IRQ 7 for LPT1, and IRQ 5 for LPT2:
  28.  
  29. 1. At an OS/2 command prompt, type E CONFIG.SYS and press Enter.
  30.  
  31. 2. Find the BASEDEV=PRINT01.SYS statement and change it to:
  32.  
  33.       BASEDEV=PRINT01.SYS /IRQ
  34.  
  35. The / flag disables polling and enables IRQ7 for LPT1, and IRQ5 for 
  36. LPT2.
  37.  
  38. ______________________________________________________________________
  39. IBM disclaims all warranties, whether express or implied, including 
  40. without limitation, warranties of fitness and merchantability with 
  41. respect to the information in this document. By furnishing this 
  42. document, IBM grants no licenses to any related patents or copyrights.  
  43. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  44. or brand names referenced in this document are the property of their 
  45. respective owners. Consult your product manuals for complete trademark 
  46. information. 
  47.