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

  1. OSMKMS03 - LOGITECH MOUSE INFORMATION, 2.X AND WARP
  2. 10/19/94
  3.  
  4.  
  5. ================================================================
  6.         LOGITECH MOUSE INFORMATION, 2.X AND WARP
  7. ================================================================
  8.  
  9. Please Read Entire Document For Full Explanation of Procedures
  10. ----------------------------------------------------------------
  11.  
  12.  
  13. SYMPTOMS:
  14.     My Logitech mouse does not work.
  15.     How do I add a Logitech Mouse?
  16.  
  17.  
  18. RESOLUTION:
  19.  
  20. Logitech Mouse Does Not Work after Installation
  21. -----------------------------------------------
  22.  
  23. You may need to select another mouse driver.  Before 1991,
  24. Logitech sold "C-Series", CA or C7, serial mice.  Since 1991,
  25. Logitech has sold only "M-Series" Microsoft compatible serial
  26. mice.  Look at the bottom of the bottom of the mouse to determine
  27. the series.  Use Selective Install to select the correct Logitech
  28. mouse driver.
  29.  
  30.  
  31. Logitech Mouse Does Not Work After Dual Boot from Dos
  32. -----------------------------------------------------
  33.  
  34. Your mouse may be running in a mode set by a DOS based mouse
  35. device driver. To correct the problem:
  36.  
  37.   1. If COM2 port is being used, switch back to DOS and type the
  38.      following at the DOS command prompt:
  39.  
  40.                    MOUSE PC
  41.                      or
  42.                    MOUSE 2 PC
  43.  
  44.      This resets the mouse to a mode recognized by OS/2.
  45.  
  46.      NOTE: You must use the MOUSE.COM that came with the mouse.
  47.  
  48.  
  49. Adding a Logitech Mouse
  50. ------------------------
  51. Ensure the following statements are present in your OS/2
  52. CONFIG.SYS.
  53.  
  54. For the C series Mouse:
  55.  
  56.        DEVICE=X:\OS2\MDOS\VMOUSE.SYS
  57.        DEVICE=X:\OS2\POINTDD.SYS
  58.        DEVICE=X:\OS2\PCLOGIC.SYS SERIAL=COMY
  59.        DEVICE=X:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  60.  
  61.  
  62. For the M series Mouse:
  63.  
  64.        DEVICE=X:\OS2\MDOS\VMOUSE.SYS
  65.        DEVICE=X:\OS2\POINTDD.SYS
  66.        DEVICE=X:\OS2\MOUSE.SYS SERIAL=COMY
  67.  
  68.  
  69. For the Bus Mouse:
  70.  
  71.        DEVICE=X:\OS2\MDOS\VMOUSE.SYS
  72.        DEVICE=X:\OS2\POINTDD.SYS
  73.        DEVICE=X:\OS2\MOUSE.SYS
  74.  
  75.  
  76. X:  is drive OS/2 resides on.  Y is the COM port mouse is using.
  77.  
  78.