* Use id(1) instead of grep(1) to detect the presence of the smmsp
[dragonfly.git] / release / picobsd / help / moused.hlp.en
1 \e[1mmoused\e[m   mouse daemon
2
3         Usage:
4
5      moused [-3DPRcdfs] [-F rate] [-r resolution] [-S baudrate] [-C threshold]
6      [-m N=M] [-z target] [-t mousetype] -p port
7
8         Most common options are:
9
10      -3      Emulate the third (middle) button for 2-button mice. It is emu-
11              lated by pressing the left and right physical buttons simultane-
12              ously.
13      -p port Use port to communicate with the mouse.
14      -t type
15              microsoft        Microsoft (2-button) serial mouse protocol.
16              intellimouse     Microsoft IntelliMouse protocol.  Genius Net-
17                               Mouse, ASCII Mie Mouse, Logitech MouseMan+ and
18                               FirstMouse+ use this protocol too.
19              mousesystems     MouseSystems 5-byte protocol.  3-button mice may
20                               use this protocol.
21              mmseries         MM Series mouse protocol.
22              logitech         Logitech mouse protocol.  Note that this is for
23                               old Logitech models.  mouseman or intellimouse
24                               should be specified for newer models.
25              mouseman         Logitech MouseMan and TrackMan protocol.  Some
26                               3-button mice may be compatible with this proto-
27                               col.  Note that MouseMan+ and FirstMouse+ use
28                               intellimouse protocol rather than this one.
29              glidepoint       ALPS GlidePoint protocol.
30              thinkingmouse    Kensington ThinkingMouse protocol.
31              mmhittab         Hitachi tablet protocol.
32
33 3-button serial mice may have a small switch to choose between
34 ``MS'' and ``PC'', or ``2'' and ``3''.  ``MS'' or ``2'' usually mean
35 the microsoft protocol.  ``PC'' or ``3'' will choose the
36 mousesystems protocol.
37 To test if the selected protocol type is correct for the given mouse, en-
38 able the mouse pointer in the current virtual console:
39            vidcontrol -m on
40 start the mouse daemon in the foreground mode:
41            moused -f -p _selected_port_ -t _selected_protocol_
42 and see if the mouse pointer travels correctly according to the mouse
43 movement. Then try cut & paste features by clicking the left, right and
44 middle buttons. Type ^C to stop the command.