Jump to content

AMOUSE.SYS: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ProdS |V30=S|V31=S|V40=S|V45=S}}
Mouse Driver for Wheel Mice. like e.g. the:
Mouse Driver for Wheel Mice. like e.g. the:
* Logitech Pilot Mouse+
* Logitech Pilot Mouse+
Line 7: Line 8:
* Typhoon 40159
* Typhoon 40159
* Trust 250S
* Trust 250S
DEVICE=\OS2\BOOT\AMOUSE.SYS


'''NOTE:''' With AMouse installed XFree86 refuses to work.
==Syntax==
DEVICE=?:\OS2\BOOT\AMOUSE.SYS


{| class="wikitable"
==Parameters==
|+Platform Support:
;/V:Display informational messages during boot.
!OS/2 2.x
;/RELAXED:Enables relaxed sync detection.
!OS/2 3.0
;/QSIZE=n:Specifies the queue size for certain types of mice.
!OS/2 4.0
;/TYPE=s
!OS/2 4.5x
;/STYPE=s
|-
;/SERIAL=s:COMn or NONE
|No
;/LINEAR=n:n=1..9
|Yes
;/FORCEON:Force reporting of a PDI mouse, even if none is found.
|Yes
;/NOVMAPI:Disables the VM API (VMWare and VBOX). This disables the VM mouse integration.
|Yes
;/USBONLY:Disables initialization of all mouse types except for USB mice.
|}
 
Additional debugging options:
;/BP:Execute an int 3 breakpoint immediately upon parsing this switch.
 
'''/DBG:n'''
 
;/WRAP:Causes the debug buffer to wrap. The default is nowrap.
 
'''/COM:<port>'''
:Causes debug messages to be output to the specified serial port.
:1=0x3f8, 2=0x2f8, 0xnnnn specifies the COM port base address.
 
'''/BAUD:<baud>'''
:Sets the serial Port to the specified speed. Only valid if /COM is specified first.
 
==Remarks==
;NOTE:With AMouse installed, XFree86 refuses to work.


==Links==
==Links==

Latest revision as of 10:27, 20 August 2025

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

Mouse Driver for Wheel Mice. like e.g. the:

  • Logitech Pilot Mouse+
  • Logitech Mouse Man+
  • Logitech Optical Wheel Mouse
  • Microsoft Intellimouse
  • IBM Scrollpoint Mouse
  • Typhoon 40159
  • Trust 250S

Syntax

DEVICE=?:\OS2\BOOT\AMOUSE.SYS

Parameters

/V
Display informational messages during boot.
/RELAXED
Enables relaxed sync detection.
/QSIZE=n
Specifies the queue size for certain types of mice.
/TYPE=s
/STYPE=s
/SERIAL=s
COMn or NONE
/LINEAR=n
n=1..9
/FORCEON
Force reporting of a PDI mouse, even if none is found.
/NOVMAPI
Disables the VM API (VMWare and VBOX). This disables the VM mouse integration.
/USBONLY
Disables initialization of all mouse types except for USB mice.

Additional debugging options:

/BP
Execute an int 3 breakpoint immediately upon parsing this switch.

/DBG:n

/WRAP
Causes the debug buffer to wrap. The default is nowrap.

/COM:<port>

Causes debug messages to be output to the specified serial port.
1=0x3f8, 2=0x2f8, 0xnnnn specifies the COM port base address.

/BAUD:<baud>

Sets the serial Port to the specified speed. Only valid if /COM is specified first.

Remarks

NOTE
With AMouse installed, XFree86 refuses to work.

Links