View | Details | Raw Unified | Return to bug 40910
Collapse All | Expand All

(-)moused.8.fixed (-7 / +7 lines)
Lines 84-91 Link Here
84
.Pp
84
.Pp
85
If the mouse daemon receives the signal
85
If the mouse daemon receives the signal
86
.Dv SIGHUP ,
86
.Dv SIGHUP ,
87
it will reopen the mouse port and reinitializes itself.
87
it reopens the mouse port and reinitializes itself.
88
Useful if
88
This is useful if
89
the mouse is attached/detached while the system is suspended.
89
the mouse is attached/detached while the system is suspended.
90
.Pp
90
.Pp
91
The following options are available:
91
The following options are available:
Lines 239-252 Link Here
239
.Nm
239
.Nm
240
command to automatically select an appropriate protocol for the given
240
command to automatically select an appropriate protocol for the given
241
mouse.
241
mouse.
242
If you entirely ommit this options in the command line,
242
If you entirely omit this options in the command line,
243
.Fl t Ar auto
243
.Fl t Ar auto
244
is assumed.
244
is assumed.
245
Under normal circumstances,
245
Under normal circumstances,
246
you need to use this option only if the
246
you need to use this option only if the
247
.Nm
247
.Nm
248
command is not able to detect the protocol automatically
248
command is not able to detect the protocol automatically
249
(see the
249
(see
250
.Sx "Configuring Mouse Daemon" ) .
250
.Sx "Configuring Mouse Daemon" ) .
251
.Pp
251
.Pp
252
Note that if a protocol type is specified with this option, the
252
Note that if a protocol type is specified with this option, the
Lines 388-398 Link Here
388
always be detected,
388
always be detected,
389
because there appears to be no accepted standard as to how it is encoded.
389
because there appears to be no accepted standard as to how it is encoded.
390
.Pp
390
.Pp
391
Note also that some mice think left is the negative horizontal direction,
391
Note also that some mice think left is the negative horizontal direction;
392
others may think otherwise.
392
others may think otherwise.
393
Moreover, there are some mice whose two wheels are both mounted vertically,
393
Moreover, there are some mice whose two wheels are both mounted vertically,
394
and the direction of the second vertical wheel does not match the
394
and the direction of the second vertical wheel does not match the
395
first one's.
395
first one.
396
.El
396
.El
397
.El
397
.El
398
.Ss Configuring Mouse Daemon
398
.Ss Configuring Mouse Daemon
Lines 539-545 Link Here
539
.Tn "X\ Window System" )
539
.Tn "X\ Window System" )
540
to use
540
to use
541
.Xr sysmouse ,
541
.Xr sysmouse ,
542
then the application program will always see mouse data from either mice.
542
then the application program will always see mouse data from either mouse.
543
When the serial mouse is not attached, the corresponding mouse daemon
543
When the serial mouse is not attached, the corresponding mouse daemon
544
will not detect any movement or button state change and the application
544
will not detect any movement or button state change and the application
545
program will only see mouse data coming from the daemon for the
545
program will only see mouse data coming from the daemon for the

Return to bug 40910