three button mouse issues
Stephen Montgomery-Smith
stephen at math.missouri.edu
Mon Nov 7 18:33:05 PST 2005
martinko wrote:
> Stephen Montgomery-Smith wrote:
>
>> My laptop has two mice - the touchpad and a usb mouse.
>>
>> I would like the touchpad moused to run with the "-3" flag and the usb
>> moused to run without "-3". But I can only get neither or both to run
>> with "-3" by the appropriate settings in /etc/rc.conf.
>>
>> Any ideas? (Apart from manually killing and restarting one of the
>> moused processes?)
>>
>> Stephen
>> _______________________________________________
>> freebsd-stable at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>>
>
> i believe u can do it since 6.0, something like this:
>
> moused_psm0_flags="-3"
>
> martin
OK, it didn't quite work like this, but
moused_enable="YES"
moused_ums0_flags=""
moused_flags="-3"
in rc.conf did work.
(I did a lot of playing with commands like "/etc/rc.d/moused start
psm0", which seems to be quite different from "/etc/rc.d/moused start" -
the latter is what seems to be executed upon startup.)
Thanks for the hints.
Stephen
More information about the freebsd-stable
mailing list