Jump to content

MOUSE.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 8: Line 8:
|}
|}


[[Category:Drivers]]
Provides support for your mouse. You need also the Pointdd.sys installed.
DEVICE=\OS2\BOOT\MOUSE.SYS <parameter>
 
Lets you use a mouse or track ball. This line also identifies the device dependent type of mouse you have and which COM port it is on. In this case, the device dependent mouse driver is loaded in your OS/2 CONFIG.SYS through a standard "DEVICE=" line, before the MOUSE.SYS driver is loaded, and then on the MOUSE.SYS line there is the parameter "TYPE=", with a reference to the device name of the device. QSIZE is a number from 1 to 100 which indicates how many mouse actions are to be saved when you execute mouse actions faster than your system can handle them. There is also a RELAXED parameter which you would place after QSIZE. It can be used with any mouse when the pointer is jumping randomly about the screen. IBM does not suggest you use this parameter unless you are experiencing this problem.
 
'''ATTENTION:''' Together with an device independent Mouse (e.g. a IBM PS/2 Mouse) NO PARAMETERS are needed.
 
The supported device dependent Types are:
* PCLOGIC$ for Genius, Logitech, PC Mouse Systems, Driver: PCLOGIC.SYS
* MSBUS$ for Microsoft Bus-Mouse, Driver: NONE
* MSINP$ for Microsoft-Inport, Driver: NONE
* VISION$ for Visi-On: Driver: VISION.SYS
* ELOMOU$ for ELO Touchscreen Driver:MONMOU0x.SYS (x=1, 2 or 3)
* SUMMA$ for SUMMA Tablet Driver:SUMMA.SYS
* GRAPHIR$ for WACOM Tablet Driver: GRAPHIRE.SYS
 
'''NOTE:''' The MOUSE.SYS statement must come before COM.SYS, but after POINTDD.SYS, because COM.SYS will take over any unused COM port. If COM.SYS takes over the COM ports before MOUSE.SYS is loaded, MOUSE.SYS will not have any COM ports available, thus no mouse support.
 
'''TIP:''' If you have a so called scroll-mouse (e.g. from IBM, or Logitech) get the scrollms.exe package from the OS/2 Device Driver Pack. Or use the scrollmouse driver from http://os2.ru/projects/scrollmouse, who uses a second wheel horizontal not only vertical.
If you want to have a 'scrolling-feature' with normal mice there is the FREE hots11.zip package by [[Samuel Audet]] from http://www.cam.org/~guardia/programs.html. See also [[AMOUSE.SYS]]
 
'''TIP:''' If you want to have animated mouse pointers (very nice); [[Christan Langanke]] has developed a FREE Version to get as AMPTR101.ZIP
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
[[Category:Drivers]][[Category:DEVICE Statements]]

Revision as of 02:04, 31 October 2016

This file loads the device driver for a pointing device like a mouse or trackball.

Versions

Date Version Size Comments
1993-07-24 15,053 bytes OS/2 Version 2.0 (XR06100)

Provides support for your mouse. You need also the Pointdd.sys installed.

DEVICE=\OS2\BOOT\MOUSE.SYS <parameter>

Lets you use a mouse or track ball. This line also identifies the device dependent type of mouse you have and which COM port it is on. In this case, the device dependent mouse driver is loaded in your OS/2 CONFIG.SYS through a standard "DEVICE=" line, before the MOUSE.SYS driver is loaded, and then on the MOUSE.SYS line there is the parameter "TYPE=", with a reference to the device name of the device. QSIZE is a number from 1 to 100 which indicates how many mouse actions are to be saved when you execute mouse actions faster than your system can handle them. There is also a RELAXED parameter which you would place after QSIZE. It can be used with any mouse when the pointer is jumping randomly about the screen. IBM does not suggest you use this parameter unless you are experiencing this problem.

ATTENTION: Together with an device independent Mouse (e.g. a IBM PS/2 Mouse) NO PARAMETERS are needed.

The supported device dependent Types are:

  • PCLOGIC$ for Genius, Logitech, PC Mouse Systems, Driver: PCLOGIC.SYS
  • MSBUS$ for Microsoft Bus-Mouse, Driver: NONE
  • MSINP$ for Microsoft-Inport, Driver: NONE
  • VISION$ for Visi-On: Driver: VISION.SYS
  • ELOMOU$ for ELO Touchscreen Driver:MONMOU0x.SYS (x=1, 2 or 3)
  • SUMMA$ for SUMMA Tablet Driver:SUMMA.SYS
  • GRAPHIR$ for WACOM Tablet Driver: GRAPHIRE.SYS

NOTE: The MOUSE.SYS statement must come before COM.SYS, but after POINTDD.SYS, because COM.SYS will take over any unused COM port. If COM.SYS takes over the COM ports before MOUSE.SYS is loaded, MOUSE.SYS will not have any COM ports available, thus no mouse support.

TIP: If you have a so called scroll-mouse (e.g. from IBM, or Logitech) get the scrollms.exe package from the OS/2 Device Driver Pack. Or use the scrollmouse driver from http://os2.ru/projects/scrollmouse, who uses a second wheel horizontal not only vertical. If you want to have a 'scrolling-feature' with normal mice there is the FREE hots11.zip package by Samuel Audet from http://www.cam.org/~guardia/programs.html. See also AMOUSE.SYS

TIP: If you want to have animated mouse pointers (very nice); Christan Langanke has developed a FREE Version to get as AMPTR101.ZIP

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes