summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-01-09 14:41:26 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-01-09 14:41:26 -0800
commit194fed98fee47801f1ca8eb926bc10a57b7582cb (patch)
tree3aea612569aa6b18f701574c999d580b700ec600
parent299bd6c164e4e91cf69c41b3c7b97879cfcc0d32 (diff)
Add note on hal-based configuration to man page
-rw-r--r--man/mousedrv.man12
1 files changed, 10 insertions, 2 deletions
diff --git a/man/mousedrv.man b/man/mousedrv.man
index 3bab562..bc6773f 100644
--- a/man/mousedrv.man
+++ b/man/mousedrv.man
@@ -43,7 +43,7 @@ two or three button mouse.
.TP
Serial mouse
There have been numerous serial mouse models from a number of
-manufactures.
+manufacturers.
Despite the wide range of variations, there have been relatively
few protocols (data format) with which the serial mouse talks
to the host computer.
@@ -72,6 +72,11 @@ be converted to another. If you are to use such an adapter,
remember that the connector at the very end of the mouse/adapter pair is
what matters.
.SH CONFIGURATION DETAILS
+.PP
+Depending on the X server version in use, input device options may be set
+in either a __xconfigfile__ file, or in the configuration files read by the
+Hardware Abstraction Layer (HAL) daemon, hald(1).
+.PP
Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details and for options that can be used with all input drivers. This
section only covers configuration details specific to this driver.
@@ -293,5 +298,8 @@ There are some other options that may be used to control various parameters
for serial port communication, but they are not documented here because
the driver sets them correctly for each mouse protocol type.
.SH "SEE ALSO"
-__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__),
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__),
+Xserver(__appmansuffix__), X(__miscmansuffix__),
README.mouse.
+
+hal(__miscmansuffix__), hald(__adminmansuffix__), fdi(__filemansuffix__).