diff options
author | jbm <jbm@cvs.openbsd.org> | 2002-03-27 18:54:10 +0000 |
---|---|---|
committer | jbm <jbm@cvs.openbsd.org> | 2002-03-27 18:54:10 +0000 |
commit | d4740433243c6484c98ad8fd0e38747c00f346c1 (patch) | |
tree | f39c18c01c179725f35dd68a4b4315853d0ae362 /usr.sbin/wsmoused/wsmoused.8 | |
parent | 7e700aa642609180b1c262e4ba1ac73f6554b5f5 (diff) |
Add X-Window support to wsmoused(8). This allows running wsmoused(8) and
X-Window at the same time, removing the need to kill wsmoused(8) before
starting X-Window.
Diffstat (limited to 'usr.sbin/wsmoused/wsmoused.8')
-rw-r--r-- | usr.sbin/wsmoused/wsmoused.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr.sbin/wsmoused/wsmoused.8 b/usr.sbin/wsmoused/wsmoused.8 index 33670507210..abfef185280 100644 --- a/usr.sbin/wsmoused/wsmoused.8 +++ b/usr.sbin/wsmoused/wsmoused.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsmoused.8,v 1.5 2001/08/20 06:09:32 mpech Exp $ +.\" $OpenBSD: wsmoused.8,v 1.6 2002/03/27 18:54:09 jbm Exp $ .\" .Dd April 8, 2001 .Dt WSMOUSED 8 i386 @@ -137,6 +137,16 @@ Kensington ThinkingMouse protocol. Hitachi tablet protocol. .El .El + +.Nm +will happily coexist with X-Window, provided that the mouse device is +supported by +.Xr wsmouse 4 . +Serial mice do not have a +.Xr wsmouse 4 +compatible driver, so +.Nm +has to be killed before starting X-Window. .Sh SEE ALSO .Xr wscons 4 , .Xr wsmouse 4 |