diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-10-11 03:06:53 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-10-11 03:06:53 +0000 |
commit | 6ebe13dcbe4d6ad3fc6b3f62f740a6549ebd353d (patch) | |
tree | 2a17b563dcf45b3242f726dc9b9cd2588e27c85b /share | |
parent | 78b758cb28ebcc306727339b351f22c3f5c98426 (diff) |
Document how to make an intellimouse work.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/pms.4 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/pms.4 b/share/man/man4/man4.i386/pms.4 index 4b86bbe92fd..4d926a71fe6 100644 --- a/share/man/man4/man4.i386/pms.4 +++ b/share/man/man4/man4.i386/pms.4 @@ -1,5 +1,5 @@ .\" -.\" $OpenBSD: pms.4,v 1.4 1996/10/15 07:52:12 downsj Exp $ +.\" $OpenBSD: pms.4,v 1.5 1998/10/11 03:06:52 downsj Exp $ .\" .\" Copyright (c) 1996, Jason Downs. .\" Copyright (c) 1993 Christopher G. Demetriou @@ -71,6 +71,21 @@ puts the device into raw mode, if it is not already, and the puts it into translated (or cooked) mode. If the mode of the .Nm device driver changes, all pending but not yet read input is flushed. +.Pp +The +.Nm +driver also supports +.Dq Intellimouse +devices, with the wheel acting as a third button. The kernel must currently +be compiled with +.Pp +.Cd option INTELLIMOUSE +.Pp +specified in the config file, and the X server should be configured to use +the translated mode of the driver. (The output of the translated mode is +.Em Busmouse +compatible.) Otherwise, the mouse works as a normal, two button, PS/2 +device. .Sh FILES .Bl -tag -width Pa -compact .It Pa /dev/psm0 |