home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / MOUSEINS.ZIP / MOUSE.TXT
Text File  |  1992-06-02  |  4KB  |  110 lines

  1.  
  2.  
  3.  
  4.            OS/2 2.0 Pointing Device Installation Document
  5.            Version 1.0
  6.  
  7.  
  8. For most of the common pointing devices that are out today the
  9. OS/2 2.0 CONFIG.SYS line for mouse support is simply.
  10.  
  11. DEVICE=C:\OS2\MOUSE.SYS
  12.  
  13. There are some older Logitech Devices (i.e. Trackman) that are
  14. not detectable by MOUSE.SYS. These devices are still supported.
  15.  
  16. The CONFIG.SYS lines for undetectable Logitech devices and PC
  17. Mouse System Mice are;
  18.  
  19. DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM1
  20. DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  21.  
  22.  
  23. If the device is plugged into COM 2, 3 or 4 then change the
  24. SERIAL= parameter to COM2, COM3 respectively.
  25.  
  26. The following pointing devices have been tested and verified to
  27. work. I have also included the CONFIG.SYS statements for each entry.
  28.  
  29.  
  30.     DEVICE                           CONFIG.SYS Statements
  31.     ------                           ----------------------
  32.  IBM PS/2 Mouse                      DEVICE=C:\OS2\MOUSE.SYS
  33.  
  34.  MS PS/2 Mouse                       DEVICE=C:\OS2\MOUSE.SYS
  35.  
  36.  Kensington Expert PS/2 Mouse        DEVICE=C:\OS2\MOUSE.SYS
  37.  (NOTE: This is not the same as the Kensington serial mouse!!!)
  38.  
  39.  Logitech PS/2 Mouse                 DEVICE=C:\OS2\MOUSE.SYS
  40.  
  41.  MS Bus Mouse                        DEVICE=C:\OS2\MOUSE.SYS
  42.  (NOTE: This mouse requires a special card that only works on
  43.         an AT style bus.)
  44.  
  45.  MS Inport Mouse                     DEVICE=C:\OS2\MOUSE.SYS
  46.  (NOTE: This mouse requires a special card that only works on
  47.         an AT style bus.)
  48.  
  49.  Logitech Serial Mouse (Series M)    DEVICE=C:\OS2\MOUSE.SYS
  50.  
  51.  Logitech Serial Mouse (Series C)    DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM2
  52.                                      DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  53.  
  54.  Logitech Trackman serial mouse      DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM2
  55.                                      DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  56.  
  57.  PC Mouse Systems serial mouse       DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM2
  58.                                      DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  59.  
  60.  
  61.  
  62.  There are hundreds of pointing devices available today. Most of these are
  63.  Microsoft compatable. If they are 100% MS compatable we support them with
  64.  the following CONFIG.SYS statement DEVICE=C:\OS2\MOUSE.SYS.
  65.  
  66.  We have found that some devices are not 100% compatable and therefore are
  67.  not supported.
  68.  
  69.  The mouse device driver is layered allowing an OEM to easily add support
  70.  for there pointing device. By writing a small mouse device dependent driver
  71.  they can get there device to work with OS/2 2.0. Please contact the OEM
  72.  manufacturer to find out if they provide a device driver for OS/2 2.0.
  73.  
  74.  An example of an OEM manufacturer that provides OS/2 2.0 support is
  75.  HP. HP provides HILMOU.SYS and NOEXBIOS.SYS device drivers. Below is
  76.  the instructions for adding support for your HIL mouse.
  77.  
  78.    HP Mouse
  79.  
  80.    - Directions for installing an HP mouse
  81.      1- Select any mouse during system installation
  82.      2- Copy HILMOU.SYS and NOEXBIOS.SYS to C:\OS2\ (these are supplied by
  83.         the manufacturer)
  84.      3-Modify CONFIG.SYS with the following in the order shown:
  85.             DEVICE=C:\OS2\NOEXBIOS.SYS
  86.             DEVICE=C:\OS2\HILMOU.SYS
  87.             DEVICE=C:\OS2\MOUSE.SYS TYPE=HILMOU$(THIS LINE SHOULD ALREADY
  88.                          BE IN CONFIG.SYS BUT WILL NEED TYPE=... ADDED )
  89.  
  90.      HP Cust Service # is 1-800-752-0900  P#289547
  91.      Customer may also go to his dealer for the diskette which ships with the
  92.      mouse. Customer may  also see COMPUSERV GO HP
  93.  
  94.  
  95.  
  96.  During install the mouse device driver will attempt to detect your pointing
  97.  device. If it does you will NOT receive a mouse selection panel during
  98.  diskette 2. It is highly recommended that you do NOT go into the PM
  99.  mouse panel to change things if you are not prompted to do so. We are
  100.  finding out that many customers are messing things up by forcing a different
  101.  device type then what was detected. A prime example of this is the Logitech
  102.  series M mouse. This mouse is compatible with the MS serial mouse and will
  103.  be detected. The mouse panel will read MS Serial Mouse. A lot of customers
  104.  are then going into the PM panel and choosing Logitech Serial. This choice
  105.  will add the PCLOGIC.SYS driver which does NOT work for the Logitech series
  106.  M mouse.
  107.  
  108.  The bottom line is if you are not prompted for any mouse information leave
  109.  well enough alone.
  110.