diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-06-18 16:53:33 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-06-18 16:53:33 +0000 |
commit | 2445483954b8aff0f91fa33f1718fd1ce6b7eca8 (patch) | |
tree | dccd7e89d47d859083403e15b5695af58d45f44d /share | |
parent | fb2478efdbf1997a3b9b01a3485c4dd51a61921e (diff) | |
download | FreeBSD-src-2445483954b8aff0f91fa33f1718fd1ce6b7eca8.zip FreeBSD-src-2445483954b8aff0f91fa33f1718fd1ce6b7eca8.tar.gz |
Clarified info on X release 3.3.1.
Submitted/Reviewed by: Joe Touch <touch@ISI.EDU>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/ums.4 | 20 | ||||
-rw-r--r-- | share/man/man4/ums.4 | 20 |
2 files changed, 24 insertions, 16 deletions
diff --git a/share/man/man4/man4.i386/ums.4 b/share/man/man4/man4.i386/ums.4 index 11dcd9a..59f9693 100644 --- a/share/man/man4/man4.i386/ums.4 +++ b/share/man/man4/man4.i386/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 , diff --git a/share/man/man4/ums.4 b/share/man/man4/ums.4 index 11dcd9a..59f9693 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 , |