Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Nov 2005 20:32:57 -0600
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        martinko <martinkov@pobox.sk>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: three button mouse issues
Message-ID:  <43700E59.3060604@math.missouri.edu>
In-Reply-To: <dko7hq$ccf$1@sea.gmane.org>
References:  <436E68A7.60603@math.missouri.edu> <dko7hq$ccf$1@sea.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43700E59.3060604>