aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ums.4
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1999-06-18 16:53:33 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1999-06-18 16:53:33 +0000
commit66efee0151cd6247424d40bb8e3cc9023b90892d (patch)
treecfb8d00bf5c5d4265be530d5370239ea6642634a /share/man/man4/ums.4
parentfe85f176c78feb9c9724d1a4e849381cf7b6384b (diff)
downloadsrc-66efee0151cd6247424d40bb8e3cc9023b90892d.tar.gz
src-66efee0151cd6247424d40bb8e3cc9023b90892d.zip
Clarified info on X release 3.3.1.
Submitted/Reviewed by: Joe Touch <touch@ISI.EDU>
Notes
Notes: svn path=/head/; revision=48007
Diffstat (limited to 'share/man/man4/ums.4')
-rw-r--r--share/man/man4/ums.420
1 files changed, 12 insertions, 8 deletions
diff --git a/share/man/man4/ums.4 b/share/man/man4/ums.4
index 11dcd9aa030e..59f969362b06 100644
--- a/share/man/man4/ums.4
+++ b/share/man/man4/ums.4
@@ -51,10 +51,12 @@ or
must be configured in the kernel as well.
.Pp
The /dev/ums device presents the mouse as a
-.Nm sysmouse
-type device, and can be used through
+.Ar sysmouse
+or
+.Ar mousesystems
+type device. See
.Nm moused
-(see example below).
+for an explanation of these mouse types.
.Sh FILES
.Bl -tag -width /dev/ums0 -compact
.It Pa /dev/ums0
@@ -81,17 +83,19 @@ to the following
.Pp
to be able to use the USB mouse under X. When using the XiG accelerated X
server, change the mouse device to /dev/ums0 and the mouse type to
-Mouse Systems.
+"MouseSystems".
.Pp
If you want to be able to use the mouse in both virtual consoles as well
-as in X change the "Pointer" section in
-.Nm XF86Config
-to the following:
+as in X change it to:
.Pp
.Dl Device "/dev/sysmouse"
.Dl Protocol "Auto"
.Pp
-For XFree86 3.3.1 the mouse type should not be "Auto" but "MouseSystems".
+For XFree86 3.3.1 the entry should be:
+.Pp
+.Dl Device "/dev/sysmouse"
+.Dl Protocol "MouseSystems"
+.Pp
.Sh SEE ALSO
.Xr uhci 4 ,
.Xr ohci 4 ,