AMOUSE.SYS: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
==Parameters== | ==Parameters== | ||
;/V | ;/V:Display informational messages during boot. | ||
:Display informational messages during boot. | ;/RELAXED:Enables relaxed sync detection. | ||
;/QSIZE=n:Specifies the queue size for certain types of mice. | |||
;/RELAXED | |||
:Enables relaxed sync detection. | |||
;/QSIZE=n | |||
:Specifies the queue size for certain types of mice. | |||
;/TYPE=s | ;/TYPE=s | ||
;/STYPE=s | ;/STYPE=s | ||
;/SERIAL=s:COMn or NONE | |||
;/SERIAL=s | ;/LINEAR=n:n=1..9 | ||
:COMn or NONE | ;/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. | |||
;/LINEAR=n | ;/USBONLY:Disables initialization of all mouse types except for USB mice. | ||
: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: | Additional debugging options: | ||
;/BP:Execute | ;/BP:Execute an int 3 breakpoint immediately upon parsing this switch. | ||
'''/DBG:n''' | '''/DBG:n''' | ||
;/WRAP | ;/WRAP:Causes the debug buffer to wrap. The default is nowrap. | ||
:Causes the debug buffer to wrap. The default is nowrap. | |||
'''/COM:<port>''' | '''/COM:<port>''' | ||
Line 57: | Line 39: | ||
==Remarks== | ==Remarks== | ||
;NOTE:With AMouse installed XFree86 refuses to work. | ;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.