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 "[EMAIL PROTECTED]"


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
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to