home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osmktchs.txt < prev    next >
Text File  |  1997-03-04  |  3KB  |  85 lines

  1. OSMKTCHS - TOUCH-DEVICE ERROR IN OS/2 WARP
  2. 01/15/96
  3.  
  4. =======================================================================
  5.                      Touch-Device Error in OS/2 Warp
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. When OS/2 Warp is started, a touch-device error is received.
  14.  
  15. If the incorrect IBM Touch Device was specified during Selective
  16. Install, the error message will be received when the system is started.
  17.  
  18. RESOLUTION
  19.  
  20. Statements in the CONFIG.SYS that relate to the touchscreen should be 
  21. remarked (REM) out.  These lines would now be for the pointing device.
  22.  
  23. 1. Turn on the system. If it is already on, perform a shutdown and then
  24.    press Ctrl+Alt+Del.
  25.  
  26. 2. When the small white box appears in the upper-left corner, press
  27.    Alt+F1.
  28.  
  29. 3. At the Recovery Choices screen, select C to go to the command prompt.
  30.  
  31. 4. Edit the CONFIG.SYS file and remark-out (REM) the current statements
  32.    for the touch device. These statements would now be for the pointing
  33.    device.
  34.  
  35. 5. Save and exit the file.
  36.  
  37. 6. Go to the OS2\DLL subdirectory and delete the TOUCALLS.DLL file.
  38.  
  39. 7. Type EXIT and press Enter.
  40.  
  41. In the mouse panel of Selective Install, IBM Touch Device refers to the
  42. 8516 Touch Display. For the 95xx series of Touch Monitors, the drivers 
  43. are supplied with the monitor.
  44.  
  45. For an 8516 Touch Device, touch support can be installed by selecting 
  46. IBM Touch Device during Selective Install.
  47.  
  48. The CONFIG.SYS lines for an 8516 Touch Display are:
  49.  
  50.    DEVICE=C:\OS2\BOOT\PDITOU02.SYS CODE=C:\OS2\TOUCO21D.BIN
  51.       INIT=C:\OS2\TOUCH.INI
  52.    DEVICE=C:\OS2\BOOT\TOUCH.SYS TYPE=PDITOU$
  53.    DEVICE=C:\OS2\MDOS\VTOUCH.SYS
  54.    RUN=C:\OS2\CALIBRAT.EXE -C C:\OS2\CALIBRAT.DAT
  55.    DEVICE=C:\OS2\BOOT\MOUSE.SYS TYPE=PDIMOU$
  56.    DEVICE=C:\OS2\MDOS\VMOUSE.SYS
  57.    DEVICE=C:\OS2\BOOT\POINTDD.SYS
  58.  
  59. A 95xx Touch Monitor uses MTOUCH drivers. These are on the diskettes 
  60. that come with the monitor. They can be installed by opening an OS/2 
  61. Window session and typing the following at the command prompt:
  62.  
  63.    x:INSTALOS drive:
  64.  
  65. where x is the drive with the IBM Touch Monitor Installation Diskette, 
  66. and drive is the drive where OS/2 is installed.
  67.  
  68. The CONFIG.SYS statements for the 95xx Touch Monitors are:
  69.  
  70.    DEVICE=C:\MTSOS2\VMOUSE.SYS
  71.    DEVICE=C:\OS2\BOOT\POINTDD.SYS
  72.    DEVICE=C:\MTSOS2\MTOUCH.SYS BUTTONMODE=LIFTOFF
  73.       TAPTIME=832 TAPDISTANCE=22
  74.    DEVICE=C:\OS2\BOOT\MOUSE.SYS STYPE=MTOUCH$
  75.  
  76. ______________________________________________________________________
  77. IBM disclaims all warranties, whether express or implied, including 
  78. without limitation, warranties of fitness and merchantability with 
  79. respect to the information in this document. By furnishing this 
  80. document, IBM grants no licenses to any related patents or copyrights.  
  81. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  82. or brand names referenced in this document are the property of their 
  83. respective owners. Consult your product manuals for complete trademark 
  84. information. 
  85.