Clarified info on X release 3.3.1.

Submitted/Reviewed by: Joe Touch <touch@ISI.EDU>
This commit is contained in:
Nick Hibma 1999-06-18 16:53:33 +00:00
parent fe85f176c7
commit 66efee0151
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48007
2 changed files with 24 additions and 16 deletions

View File

@ -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 ,

View File

@ -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 ,