- mdoc(7) cleanup.
- Bump document date for last content change. Extended mdoc clue: ru
This commit is contained in:
parent
b389bf7570
commit
59bd95005e
@ -30,7 +30,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 1, 2000
|
.Dd November 12, 2004
|
||||||
.Dt MOUSED 8
|
.Dt MOUSED 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -73,7 +73,9 @@ interprets and then passes it via ioctls to the console driver.
|
|||||||
The mouse daemon
|
The mouse daemon
|
||||||
reports translation movement, button press/release
|
reports translation movement, button press/release
|
||||||
events and movement of the roller or the wheel if available.
|
events and movement of the roller or the wheel if available.
|
||||||
The roller/wheel movement is reported as ``Z'' axis movement.
|
The roller/wheel movement is reported as
|
||||||
|
.Dq Z
|
||||||
|
axis movement.
|
||||||
.Pp
|
.Pp
|
||||||
The console driver will display the mouse pointer on the screen
|
The console driver will display the mouse pointer on the screen
|
||||||
and provide cut and paste functions if the mouse pointer is enabled
|
and provide cut and paste functions if the mouse pointer is enabled
|
||||||
@ -158,8 +160,11 @@ mode.
|
|||||||
Select the baudrate for the serial port (1200 to 9600).
|
Select the baudrate for the serial port (1200 to 9600).
|
||||||
Not all serial mice support this option.
|
Not all serial mice support this option.
|
||||||
.It Fl V
|
.It Fl V
|
||||||
Enable ``Virtual Scrolling'', with this option set, holding the middle mouse
|
Enable
|
||||||
button down will cause motion to be interpreted as scrolling. Use the
|
.Dq Virtual Scrolling .
|
||||||
|
With this option set, holding the middle mouse
|
||||||
|
button down will cause motion to be interpreted as scrolling.
|
||||||
|
Use the
|
||||||
.Fl U
|
.Fl U
|
||||||
option to set the distance the mouse must move before the scrolling mode is
|
option to set the distance the mouse must move before the scrolling mode is
|
||||||
activated.
|
activated.
|
||||||
@ -214,8 +219,10 @@ in one line.
|
|||||||
.Pp
|
.Pp
|
||||||
If the
|
If the
|
||||||
.Nm
|
.Nm
|
||||||
utility cannot determine the requested information, it prints ``unknown''
|
utility cannot determine the requested information, it prints
|
||||||
or ``generic''.
|
.Dq Li unknown
|
||||||
|
or
|
||||||
|
.Dq Li generic .
|
||||||
.It Fl l Ar level
|
.It Fl l Ar level
|
||||||
Specifies at which level
|
Specifies at which level
|
||||||
.Nm
|
.Nm
|
||||||
@ -235,7 +242,8 @@ More than one physical button may be assigned to a logical button at the
|
|||||||
same time.
|
same time.
|
||||||
In this case the logical button will be down,
|
In this case the logical button will be down,
|
||||||
if either of the assigned physical buttons is held down.
|
if either of the assigned physical buttons is held down.
|
||||||
Do not put space around `='.
|
Do not put space around
|
||||||
|
.Ql = .
|
||||||
.It Fl p Ar port
|
.It Fl p Ar port
|
||||||
Use
|
Use
|
||||||
.Ar port
|
.Ar port
|
||||||
@ -455,11 +463,13 @@ You can attach multiple USB mice to your system or to your USB hub.
|
|||||||
They are accessible as
|
They are accessible as
|
||||||
.Pa /dev/ums0 , /dev/ums1 ,
|
.Pa /dev/ums0 , /dev/ums1 ,
|
||||||
and so on.
|
and so on.
|
||||||
.Pa
|
.Pp
|
||||||
You may want to create a symbolic link
|
You may want to create a symbolic link
|
||||||
.Pa /dev/mouse
|
.Pa /dev/mouse
|
||||||
pointing to the real port to which the mouse is connected, so that you
|
pointing to the real port to which the mouse is connected, so that you
|
||||||
can easily distinguish which is your ``mouse'' port later.
|
can easily distinguish which is your
|
||||||
|
.Dq mouse
|
||||||
|
port later.
|
||||||
.Pp
|
.Pp
|
||||||
The next step is to guess the appropriate protocol type for the mouse.
|
The next step is to guess the appropriate protocol type for the mouse.
|
||||||
The
|
The
|
||||||
@ -530,12 +540,24 @@ the third (middle) button will not function.
|
|||||||
.Ar mouseman
|
.Ar mouseman
|
||||||
protocol under which the third button may function as expected.
|
protocol under which the third button may function as expected.
|
||||||
.It
|
.It
|
||||||
3-button serial mice may have a small switch to choose between ``MS''
|
3-button serial mice may have a small switch to choose between
|
||||||
and ``PC'', or ``2'' and ``3''.
|
.Dq MS
|
||||||
``MS'' or ``2'' usually mean the
|
and
|
||||||
|
.Dq PC ,
|
||||||
|
or
|
||||||
|
.Dq 2
|
||||||
|
and
|
||||||
|
.Dq 3 .
|
||||||
|
.Dq MS
|
||||||
|
or
|
||||||
|
.Dq 2
|
||||||
|
usually mean the
|
||||||
.Ar microsoft
|
.Ar microsoft
|
||||||
protocol.
|
protocol.
|
||||||
``PC'' or ``3'' will choose the
|
.Dq PC
|
||||||
|
or
|
||||||
|
.Dq 3
|
||||||
|
will choose the
|
||||||
.Ar mousesystems
|
.Ar mousesystems
|
||||||
protocol.
|
protocol.
|
||||||
.It
|
.It
|
||||||
@ -609,7 +631,7 @@ Let the
|
|||||||
utility determine the protocol type of the mouse at the serial port
|
utility determine the protocol type of the mouse at the serial port
|
||||||
.Pa /dev/cuad0 .
|
.Pa /dev/cuad0 .
|
||||||
If successful, the command will print the type, otherwise it will say
|
If successful, the command will print the type, otherwise it will say
|
||||||
``unknown''.
|
.Dq Li unknown .
|
||||||
.Pp
|
.Pp
|
||||||
.Dl moused -p /dev/cuad0
|
.Dl moused -p /dev/cuad0
|
||||||
.Dl vidcontrol -m on
|
.Dl vidcontrol -m on
|
||||||
@ -650,11 +672,15 @@ utility does not currently work with the alternative console driver
|
|||||||
.Xr pcvt 4 .
|
.Xr pcvt 4 .
|
||||||
.Pp
|
.Pp
|
||||||
Many pad devices behave as if the first (left) button were pressed if
|
Many pad devices behave as if the first (left) button were pressed if
|
||||||
the user `taps' the surface of the pad.
|
the user
|
||||||
|
.Dq taps
|
||||||
|
the surface of the pad.
|
||||||
In contrast, some ALPS GlidePoint and Interlink VersaPad models
|
In contrast, some ALPS GlidePoint and Interlink VersaPad models
|
||||||
treat the tapping action
|
treat the tapping action
|
||||||
as fourth button events.
|
as fourth button events.
|
||||||
Use the option ``-m 1=4'' for these models
|
Use the option
|
||||||
|
.Dq Fl m Li 1=4
|
||||||
|
for these models
|
||||||
to obtain the same effect as the other pad devices.
|
to obtain the same effect as the other pad devices.
|
||||||
.Pp
|
.Pp
|
||||||
Cut and paste functions in the virtual console assume that there
|
Cut and paste functions in the virtual console assume that there
|
||||||
@ -671,7 +697,7 @@ To obtain the paste function, use the
|
|||||||
option to emulate the middle button, or use the
|
option to emulate the middle button, or use the
|
||||||
.Fl m
|
.Fl m
|
||||||
option to assign the physical right button to the logical middle button:
|
option to assign the physical right button to the logical middle button:
|
||||||
``-m 2=3''.
|
.Dq Fl m Li 2=3 .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr kill 1 ,
|
.Xr kill 1 ,
|
||||||
.Xr vidcontrol 1 ,
|
.Xr vidcontrol 1 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user