]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/moused/moused.8
This commit was generated by cvs2svn to compensate for changes in r175189,
[FreeBSD/FreeBSD.git] / usr.sbin / moused / moused.8
1 .\" Copyright (c) 1996
2 .\"     Mike Pritchard <mpp@FreeBSD.org>.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by Mike Pritchard.
15 .\" 4. Neither the name of the author nor the names of its contributors
16 .\"    may be used to endorse or promote products derived from this software
17 .\"    without specific prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
20 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
23 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 .\" SUCH DAMAGE.
30 .\"
31 .\" $FreeBSD$
32 .\"
33 .Dd November 12, 2004
34 .Dt MOUSED 8
35 .Os
36 .Sh NAME
37 .Nm moused
38 .Nd pass mouse data to the console driver
39 .Sh SYNOPSIS
40 .Nm
41 .Op Fl DPRacdfs
42 .Op Fl I Ar file
43 .Op Fl F Ar rate
44 .Op Fl r Ar resolution
45 .Op Fl S Ar baudrate
46 .Op Fl VH Op Fl U Ar distance
47 .Op Fl A Ar exp Ns Op , Ns Ar offset
48 .Op Fl a Ar X Ns Op , Ns Ar Y
49 .Op Fl C Ar threshold
50 .Op Fl m Ar N=M
51 .Op Fl w Ar N
52 .Op Fl z Ar target
53 .Op Fl t Ar mousetype
54 .Op Fl l Ar level
55 .Op Fl 3 Op Fl E Ar timeout
56 .Op Fl T Ar distance Ns Op , Ns Ar time Ns Op , Ns Ar after
57 .Fl p Ar port
58 .Pp
59 .Nm
60 .Op Fl Pd
61 .Fl p Ar port
62 .Fl i Ar info
63 .Sh DESCRIPTION
64 The
65 .Nm
66 utility and the console driver work together to support
67 mouse operation in the text console and user programs.
68 They virtualize the mouse and provide user programs with mouse data
69 in the standard format
70 (see
71 .Xr sysmouse 4 ) .
72 .Pp
73 The mouse daemon listens to the specified port for mouse data,
74 interprets and then passes it via ioctls to the console driver.
75 The mouse daemon
76 reports translation movement, button press/release
77 events and movement of the roller or the wheel if available.
78 The roller/wheel movement is reported as
79 .Dq Z
80 axis movement.
81 .Pp
82 The console driver will display the mouse pointer on the screen
83 and provide cut and paste functions if the mouse pointer is enabled
84 in the virtual console via
85 .Xr vidcontrol 1 .
86 If
87 .Xr sysmouse 4
88 is opened by the user program, the console driver also passes the mouse
89 data to the device so that the user program will see it.
90 .Pp
91 If the mouse daemon receives the signal
92 .Dv SIGHUP ,
93 it will reopen the mouse port and reinitialize itself.
94 Useful if
95 the mouse is attached/detached while the system is suspended.
96 .Pp
97 If the mouse daemon receives the signal
98 .Dv SIGUSR1 ,
99 it will stop passing mouse events.
100 Sending the signal
101 .Dv SIGUSR1
102 again will resume passing mouse events.
103 Useful if your typing on a laptop is
104 interrupted by accidentally touching the mouse pad.
105 .Pp
106 The following options are available:
107 .Bl -tag -width indent
108 .It Fl 3
109 Emulate the third (middle) button for 2-button mice.
110 It is emulated
111 by pressing the left and right physical buttons simultaneously.
112 .It Fl C Ar threshold
113 Set double click speed as the maximum interval in msec between button clicks.
114 Without this option, the default value of 500 msec will be assumed.
115 This option will have effect only on the cut and paste operations
116 in the text mode console.
117 The user program which is reading mouse data
118 via
119 .Xr sysmouse 4
120 will not be affected.
121 .It Fl D
122 Lower DTR on the serial port.
123 This option is valid only if
124 .Ar mousesystems
125 is selected as the protocol type.
126 The DTR line may need to be dropped for a 3-button mouse
127 to operate in the
128 .Ar mousesystems
129 mode.
130 .It Fl E Ar timeout
131 When the third button emulation is enabled
132 (see above),
133 the
134 .Nm
135 utility waits
136 .Ar timeout
137 msec at most before deciding whether two buttons are being pressed
138 simultaneously.
139 The default timeout is 100 msec.
140 .It Fl F Ar rate
141 Set the report rate (reports/sec) of the device if supported.
142 .It Fl H
143 Enable
144 .Dq Horizontal Virtual Scrolling .
145 With this option set, holding the middle mouse
146 button down will cause motion to be interpreted as
147 horizontal scrolling.
148 Use the
149 .Fl U
150 option to set the distance the mouse must move before the scrolling mode is
151 activated.
152 This option may be used with or without the
153 .Fl V
154 option.
155 .It Fl I Ar file
156 Write the process id of the
157 .Nm
158 utility in the specified file.
159 Without this option, the process id will be stored in
160 .Pa /var/run/moused.pid .
161 .It Fl P
162 Do not start the Plug and Play COM device enumeration procedure
163 when identifying the serial mouse.
164 If this option is given together with the
165 .Fl i
166 option, the
167 .Nm
168 utility will not be able to print useful information for the serial mouse.
169 .It Fl R
170 Lower RTS on the serial port.
171 This option is valid only if
172 .Ar mousesystems
173 is selected as the protocol type by the
174 .Fl t
175 option below.
176 It is often used with the
177 .Fl D
178 option above.
179 Both RTS and DTR lines may need to be dropped for
180 a 3-button mouse to operate in the
181 .Ar mousesystems
182 mode.
183 .It Fl S Ar baudrate
184 Select the baudrate for the serial port (1200 to 9600).
185 Not all serial mice support this option.
186 .It Fl T Ar distance Ns Op , Ns Ar time Ns Op , Ns Ar after
187 Terminate drift.
188 Use this option if mouse pointer slowly wanders when mouse is not moved.
189 Movements up to
190 .Ar distance
191 (for example 4) pixels (X+Y) in
192 .Ar time
193 msec (default 500) are ignored, except during
194 .Ar after
195 msec (default 4000) since last real mouse movement.
196 .It Fl V
197 Enable
198 .Dq Virtual Scrolling .
199 With this option set, holding the middle mouse
200 button down will cause motion to be interpreted as scrolling.
201 Use the
202 .Fl U
203 option to set the distance the mouse must move before the scrolling mode is
204 activated.
205 .It Fl U Ar distance
206 When
207 .Dq Virtual Scrolling
208 is enabled, the
209 .Fl U
210 option can be used to set the
211 .Ar distance
212 (in pixels) that the mouse must move before the scrolling
213 mode is activated.
214 The default
215 .Ar distance
216 is 3 pixels.
217 .It Fl A Ar exp Ns Op , Ns Ar offset
218 Apply exponential (dynamic) acceleration to mouse movements:
219 the faster you move the mouse, the more it will be accelerated.
220 That means that small mouse movements are not accelerated,
221 so they are still very accurate, while a faster movement will
222 drive the pointer quickly across the screen.
223 .Pp
224 The
225 .Ar exp
226 value specifies the exponent, which is basically
227 the amount of acceleration.  Useful values are in the
228 range 1.1 to 2.0, but it depends on your mouse hardware
229 and your personal preference.  A value of 1.0 means no
230 exponential acceleration.  A value of 2.0 means squared
231 acceleration (i.e. if you move the mouse twice as fast,
232 the pointer will move four times as fast on the screen).
233 Values beyond 2.0 are possible but not recommended.
234 A good value to start is probably 1.5.
235 .Pp
236 The optional
237 .Ar offset
238 value specifies the distance at which the acceleration
239 begins.  The default is 1.0, which means that the
240 acceleration is applied to movements larger than one unit.
241 If you specify a larger value, it takes more speed for
242 the acceleration to kick in, i.e. the speed range for
243 small and accurate movements is wider.
244 Usually the default should be sufficient, but if you're
245 not satisfied with the behaviour, try a value of 2.0.
246 .Pp
247 Note that the
248 .Fl A
249 option interacts badly with the X server's own acceleration,
250 which doesn't work very well anyway.  Therefore it is
251 recommended to switch it off if necessary:
252 .Dq xset m 1 .
253 .It Fl a Ar X Ns Op , Ns Ar Y
254 Accelerate or decelerate the mouse input.
255 This is a linear acceleration only.
256 Values less than 1.0 slow down movement, values greater than 1.0 speed it
257 up.
258 Specifying only one value sets the acceleration for both axes.
259 .Pp
260 You can use the
261 .Fl a
262 and
263 .Fl A
264 options at the same time to have the combined effect
265 of linear and exponential acceleration.
266 .It Fl c
267 Some mice report middle button down events
268 as if the left and right buttons are being pressed.
269 This option handles this.
270 .It Fl d
271 Enable debugging messages.
272 .It Fl f
273 Do not become a daemon and instead run as a foreground process.
274 Useful for testing and debugging.
275 .It Fl i Ar info
276 Print specified information and quit.
277 Available pieces of
278 information are:
279 .Pp
280 .Bl -tag -compact -width modelxxx
281 .It Ar port
282 Port (device file) name, i.e.\&
283 .Pa /dev/cuad0 ,
284 .Pa /dev/mse0
285 and
286 .Pa /dev/psm0 .
287 .It Ar if
288 Interface type: serial, bus, inport or ps/2.
289 .It Ar type
290 Protocol type.
291 It is one of the types listed under the
292 .Fl t
293 option below or
294 .Ar sysmouse
295 if the driver supports the
296 .Ar sysmouse
297 data format standard.
298 .It Ar model
299 Mouse model.
300 The
301 .Nm
302 utility may not always be able to identify the model.
303 .It Ar all
304 All of the above items.
305 Print port, interface, type and model in this order
306 in one line.
307 .El
308 .Pp
309 If the
310 .Nm
311 utility cannot determine the requested information, it prints
312 .Dq Li unknown
313 or
314 .Dq Li generic .
315 .It Fl l Ar level
316 Specifies at which level
317 .Nm
318 should operate the mouse driver.
319 Refer to
320 .Sx Operation Levels
321 in
322 .Xr psm 4
323 for more information on this.
324 .It Fl m Ar N=M
325 Assign the physical button
326 .Ar M
327 to the logical button
328 .Ar N .
329 You may specify as many instances of this option as you like.
330 More than one physical button may be assigned to a logical button at the
331 same time.
332 In this case the logical button will be down,
333 if either of the assigned physical buttons is held down.
334 Do not put space around
335 .Ql = .
336 .It Fl p Ar port
337 Use
338 .Ar port
339 to communicate with the mouse.
340 .It Fl r Ar resolution
341 Set the resolution of the device; in Dots Per Inch, or
342 .Ar low ,
343 .Ar medium-low ,
344 .Ar medium-high
345 or
346 .Ar high .
347 This option may not be supported by all the device.
348 .It Fl s
349 Select a baudrate of 9600 for the serial line.
350 Not all serial mice support this option.
351 .It Fl t Ar type
352 Specify the protocol type of the mouse attached to the port.
353 You may explicitly specify a type listed below, or use
354 .Ar auto
355 to let the
356 .Nm
357 utility automatically select an appropriate protocol for the given
358 mouse.
359 If you entirely omit this option in the command line,
360 .Fl t Ar auto
361 is assumed.
362 Under normal circumstances,
363 you need to use this option only if the
364 .Nm
365 utility is not able to detect the protocol automatically
366 (see
367 .Sx "Configuring Mouse Daemon" ) .
368 .Pp
369 Note that if a protocol type is specified with this option, the
370 .Fl P
371 option above is implied and Plug and Play COM device enumeration
372 procedure will be disabled.
373 .Pp
374 Also note that if your mouse is attached to the PS/2 mouse port, you should
375 always choose
376 .Ar auto
377 or
378 .Ar ps/2 ,
379 regardless of the brand and model of the mouse.
380 Likewise, if your
381 mouse is attached to the bus mouse port, choose
382 .Ar auto
383 or
384 .Ar busmouse .
385 Serial mouse protocols will not work with these mice.
386 .Pp
387 For the USB mouse, the protocol must be
388 .Ar auto .
389 No other protocol will work with the USB mouse.
390 .Pp
391 Valid types for this option are
392 listed below.
393 .Pp
394 For the serial mouse:
395 .Bl -tag -compact -width mousesystemsxxx
396 .It Ar microsoft
397 Microsoft serial mouse protocol.
398 Most 2-button serial mice use this protocol.
399 .It Ar intellimouse
400 Microsoft IntelliMouse protocol.
401 Genius NetMouse,
402 .Tn ASCII
403 Mie Mouse,
404 Logitech MouseMan+ and FirstMouse+ use this protocol too.
405 Other mice with a roller/wheel may be compatible with this protocol.
406 .It Ar mousesystems
407 MouseSystems 5-byte protocol.
408 3-button mice may use this protocol.
409 .It Ar mmseries
410 MM Series mouse protocol.
411 .It Ar logitech
412 Logitech mouse protocol.
413 Note that this is for old Logitech models.
414 .Ar mouseman
415 or
416 .Ar intellimouse
417 should be specified for newer models.
418 .It Ar mouseman
419 Logitech MouseMan and TrackMan protocol.
420 Some 3-button mice may be compatible
421 with this protocol.
422 Note that MouseMan+ and FirstMouse+ use
423 .Ar intellimouse
424 protocol rather than this one.
425 .It Ar glidepoint
426 ALPS GlidePoint protocol.
427 .It Ar thinkingmouse
428 Kensington ThinkingMouse protocol.
429 .It Ar mmhitab
430 Hitachi tablet protocol.
431 .It Ar x10mouseremote
432 X10 MouseRemote.
433 .It Ar kidspad
434 Genius Kidspad and Easypad protocol.
435 .It Ar versapad
436 Interlink VersaPad protocol.
437 .El
438 .It Ar gtco_digipad
439 GTCO Digipad protocol.
440 .Pp
441 For the bus and InPort mouse:
442 .Bl -tag -compact -width mousesystemsxxx
443 .It Ar busmouse
444 This is the only protocol type available for
445 the bus and InPort mouse and should be specified for any bus mice
446 and InPort mice, regardless of the brand.
447 .El
448 .Pp
449 For the PS/2 mouse:
450 .Bl -tag -compact -width mousesystemsxxx
451 .It Ar ps/2
452 This is the only protocol type available for the PS/2 mouse
453 and should be specified for any PS/2 mice, regardless of the brand.
454 .El
455 .Pp
456 For the USB mouse,
457 .Ar auto
458 is the only protocol type available for the USB mouse
459 and should be specified for any USB mice, regardless of the brand.
460 .It Fl w Ar N
461 Make the physical button
462 .Ar N
463 act as the wheel mode button.
464 While this button is pressed, X and Y axis movement is reported to be zero
465 and the Y axis movement is mapped to Z axis.
466 You may further map the Z axis movement to virtual buttons by the
467 .Fl z
468 option below.
469 .It Fl z Ar target
470 Map Z axis (roller/wheel) movement to another axis or to virtual buttons.
471 Valid
472 .Ar target
473 maybe:
474 .Bl -tag -compact -width x__
475 .It Ar x
476 .It Ar y
477 X or Y axis movement will be reported when the Z axis movement is detected.
478 .It Ar N
479 Report down events for the virtual buttons
480 .Ar N
481 and
482 .Ar N+1
483 respectively when negative and positive Z axis movement
484 is detected.
485 There do not need to be physical buttons
486 .Ar N
487 and
488 .Ar N+1 .
489 Note that mapping to logical buttons is carried out after mapping
490 from the Z axis movement to the virtual buttons is done.
491 .It Ar N1 N2
492 Report down events for the virtual buttons
493 .Ar N1
494 and
495 .Ar N2
496 respectively when negative and positive Z axis movement
497 is detected.
498 .It Ar N1 N2 N3 N4
499 This is useful for the mouse with two wheels of which
500 the second wheel is used to generate horizontal scroll action,
501 and for the mouse which has a knob or a stick which can detect
502 the horizontal force applied by the user.
503 .Pp
504 The motion of the second wheel will be mapped to the buttons
505 .Ar N3 ,
506 for the negative direction, and
507 .Ar N4 ,
508 for the positive direction.
509 If the buttons
510 .Ar N3
511 and
512 .Ar N4
513 actually exist in this mouse, their actions will not be detected.
514 .Pp
515 Note that horizontal movement or second roller/wheel movement may not
516 always be detected,
517 because there appears to be no accepted standard as to how it is encoded.
518 .Pp
519 Note also that some mice think left is the negative horizontal direction;
520 others may think otherwise.
521 Moreover, there are some mice whose two wheels are both mounted vertically,
522 and the direction of the second vertical wheel does not match the
523 first one.
524 .El
525 .El
526 .Ss Configuring Mouse Daemon
527 The first thing you need to know is the interface type
528 of the mouse you are going to use.
529 It can be determined by looking at the connector of the mouse.
530 The serial mouse has a D-Sub female 9- or 25-pin connector.
531 The bus and InPort mice have either a D-Sub male 9-pin connector
532 or a round DIN 9-pin connector.
533 The PS/2 mouse is equipped with a small, round DIN 6-pin connector.
534 Some mice come with adapters with which the connector can
535 be converted to another.
536 If you are to use such an adapter,
537 remember the connector at the very end of the mouse/adapter pair is
538 what matters.
539 The USB mouse has a flat rectangular connector.
540 .Pp
541 The next thing to decide is a port to use for the given interface.
542 For the bus, InPort and PS/2 mice, there is little choice:
543 the bus and InPort mice always use
544 .Pa /dev/mse0 ,
545 and the PS/2 mouse is always at
546 .Pa /dev/psm0 .
547 There may be more than one serial port to which the serial
548 mouse can be attached.
549 Many people often assign the first, built-in
550 serial port
551 .Pa /dev/cuad0
552 to the mouse.
553 You can attach multiple USB mice to your system or to your USB hub.
554 They are accessible as
555 .Pa /dev/ums0 , /dev/ums1 ,
556 and so on.
557 .Pp
558 You may want to create a symbolic link
559 .Pa /dev/mouse
560 pointing to the real port to which the mouse is connected, so that you
561 can easily distinguish which is your
562 .Dq mouse
563 port later.
564 .Pp
565 The next step is to guess the appropriate protocol type for the mouse.
566 The
567 .Nm
568 utility may be able to automatically determine the protocol type.
569 Run the
570 .Nm
571 utility with the
572 .Fl i
573 option and see what it says.
574 If the command can identify
575 the protocol type, no further investigation is necessary on your part.
576 You may start the daemon without explicitly specifying a protocol type
577 (see
578 .Sx EXAMPLES ) .
579 .Pp
580 The command may print
581 .Ar sysmouse
582 if the mouse driver supports this protocol type.
583 .Pp
584 Note that the
585 .Dv type
586 and
587 .Dv model
588 printed by the
589 .Fl i
590 option do not necessarily match the product name of the pointing device
591 in question, but they may give the name of the device with which it is
592 compatible.
593 .Pp
594 If the
595 .Fl i
596 option yields nothing, you need to specify a protocol type to the
597 .Nm
598 utility by the
599 .Fl t
600 option.
601 You have to make a guess and try.
602 There is rule of thumb:
603 .Pp
604 .Bl -enum -compact -width 1.X
605 .It
606 The bus and InPort mice always use
607 .Ar busmouse
608 protocol regardless of the brand of the mouse.
609 .It
610 The
611 .Ar ps/2
612 protocol should always be specified for the PS/2 mouse
613 regardless of the brand of the mouse.
614 .It
615 You must specify the
616 .Ar auto
617 protocol for the USB mouse.
618 .It
619 Most 2-button serial mice support the
620 .Ar microsoft
621 protocol.
622 .It
623 3-button serial mice may work with the
624 .Ar mousesystems
625 protocol.
626 If it does not, it may work with the
627 .Ar microsoft
628 protocol although
629 the third (middle) button will not function.
630 3-button serial mice may also work with the
631 .Ar mouseman
632 protocol under which the third button may function as expected.
633 .It
634 3-button serial mice may have a small switch to choose between
635 .Dq MS
636 and
637 .Dq PC ,
638 or
639 .Dq 2
640 and
641 .Dq 3 .
642 .Dq MS
643 or
644 .Dq 2
645 usually mean the
646 .Ar microsoft
647 protocol.
648 .Dq PC
649 or
650 .Dq 3
651 will choose the
652 .Ar mousesystems
653 protocol.
654 .It
655 If the mouse has a roller or a wheel, it may be compatible with the
656 .Ar intellimouse
657 protocol.
658 .El
659 .Pp
660 To test if the selected protocol type is correct for the given mouse,
661 enable the mouse pointer in the current virtual console,
662 .Pp
663 .Dl "vidcontrol -m on"
664 .Pp
665 start the mouse daemon in the foreground mode,
666 .Pp
667 .Dl "moused -f -p <selected_port> -t <selected_protocol>"
668 .Pp
669 and see if the mouse pointer travels correctly
670 according to the mouse movement.
671 Then try cut & paste features by
672 clicking the left, right and middle buttons.
673 Type ^C to stop
674 the command.
675 .Ss Multiple Mice
676 As many instances of the mouse daemon as the number of mice attached to
677 the system may be run simultaneously; one
678 instance for each mouse.
679 This is useful if the user wants to use the built-in PS/2 pointing device
680 of a laptop computer while on the road, but wants to use a serial
681 mouse when s/he attaches the system to the docking station in the office.
682 Run two mouse daemons and tell the application program
683 (such as the
684 .Tn "X\ Window System" )
685 to use
686 .Xr sysmouse 4 ,
687 then the application program will always see mouse data from either mouse.
688 When the serial mouse is not attached, the corresponding mouse daemon
689 will not detect any movement or button state change and the application
690 program will only see mouse data coming from the daemon for the
691 PS/2 mouse.
692 In contrast when both mice are attached and both of them
693 are moved at the same time in this configuration,
694 the mouse pointer will travel across the screen just as if movement of
695 the mice is combined all together.
696 .Sh FILES
697 .Bl -tag -width /dev/consolectl -compact
698 .It Pa /dev/consolectl
699 device to control the console
700 .It Pa /dev/mse%d
701 bus and InPort mouse driver
702 .It Pa /dev/psm%d
703 PS/2 mouse driver
704 .It Pa /dev/sysmouse
705 virtualized mouse driver
706 .It Pa /dev/ttyv%d
707 virtual consoles
708 .It Pa /dev/ums%d
709 USB mouse driver
710 .It Pa /var/run/moused.pid
711 process id of the currently running
712 .Nm
713 utility
714 .It Pa /var/run/MouseRemote
715 UNIX-domain stream socket for X10 MouseRemote events
716 .El
717 .Sh EXAMPLES
718 .Dl "moused -p /dev/cuad0 -i type"
719 .Pp
720 Let the
721 .Nm
722 utility determine the protocol type of the mouse at the serial port
723 .Pa /dev/cuad0 .
724 If successful, the command will print the type, otherwise it will say
725 .Dq Li unknown .
726 .Bd -literal -offset indent
727 moused -p /dev/cuad0
728 vidcontrol -m on
729 .Ed
730 .Pp
731 If the
732 .Nm
733 utility is able to identify the protocol type of the mouse at the specified
734 port automatically, you can start the daemon without the
735 .Fl t
736 option and enable the mouse pointer in the text console as above.
737 .Bd -literal -offset indent
738 moused -p /dev/mouse -t microsoft
739 vidcontrol -m on
740 .Ed
741 .Pp
742 Start the mouse daemon on the serial port
743 .Pa /dev/mouse .
744 The protocol type
745 .Ar microsoft
746 is explicitly specified by the
747 .Fl t
748 option.
749 .Pp
750 .Dl "moused -p /dev/mouse -m 1=3 -m 3=1"
751 .Pp
752 Assign the physical button 3 (right button) to the logical button 1
753 (logical left) and the physical button 1 (left) to the logical
754 button 3 (logical right).
755 This will effectively swap the left and right buttons.
756 .Pp
757 .Dl "moused -p /dev/mouse -t intellimouse -z 4"
758 .Pp
759 Report negative Z axis movement (i.e., mouse wheel) as the button 4 pressed
760 and positive Z axis movement (i.e., mouse wheel) as the button 5 pressed.
761 .Pp
762 If you add
763 .Pp
764 .Dl "ALL ALL = NOPASSWD: /usr/bin/killall -USR1 moused"
765 .Pp
766 to your
767 .Pa /usr/local/etc/sudoers
768 file, and bind
769 .Pp
770 .Dl "killall -USR1 moused"
771 .Pp
772 to a key in your window manager, you can suspend mouse events on your laptop if
773 you keep brushing over the mouse pad while typing.
774 .Sh CAVEATS
775 Many pad devices behave as if the first (left) button were pressed if
776 the user
777 .Dq taps
778 the surface of the pad.
779 In contrast, some ALPS GlidePoint and Interlink VersaPad models
780 treat the tapping action
781 as fourth button events.
782 Use the option
783 .Dq Fl m Li 1=4
784 for these models
785 to obtain the same effect as the other pad devices.
786 .Pp
787 Cut and paste functions in the virtual console assume that there
788 are three buttons on the mouse.
789 The logical button 1 (logical left) selects a region of text in the
790 console and copies it to the cut buffer.
791 The logical button 3 (logical right) extends the selected region.
792 The logical button 2 (logical middle) pastes the selected text
793 at the text cursor position.
794 If the mouse has only two buttons, the middle, `paste' button
795 is not available.
796 To obtain the paste function, use the
797 .Fl 3
798 option to emulate the middle button, or use the
799 .Fl m
800 option to assign the physical right button to the logical middle button:
801 .Dq Fl m Li 2=3 .
802 .Sh SEE ALSO
803 .Xr kill 1 ,
804 .Xr vidcontrol 1 ,
805 .Xr xset 1 ,
806 .Xr keyboard 4 ,
807 .Xr mse 4 ,
808 .Xr psm 4 ,
809 .Xr screen 4 ,
810 .Xr sysmouse 4 ,
811 .Xr ums 4
812 .Sh STANDARDS
813 The
814 .Nm
815 utility partially supports
816 .Dq Plug and Play External COM Device Specification
817 in order to support PnP serial mice.
818 However, due to various degrees of conformance to the specification by
819 existing serial mice, it does not strictly follow the version 1.0 of the
820 standard.
821 Even with this less strict approach,
822 it may not always determine an appropriate protocol type
823 for the given serial mouse.
824 .Sh HISTORY
825 The
826 .Nm
827 utility first appeared in
828 .Fx 2.2 .
829 .Sh AUTHORS
830 .An -nosplit
831 The
832 .Nm
833 utility was written by
834 .An Michael Smith Aq msmith@FreeBSD.org .
835 This manual page was written by
836 .An Mike Pritchard Aq mpp@FreeBSD.org .
837 The command and manual page have since been updated by
838 .An Kazutaka Yokota Aq yokota@FreeBSD.org .