From owner-freebsd-stable@FreeBSD.ORG Tue Nov 8 02:33:05 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58F9816A41F for ; Tue, 8 Nov 2005 02:33:05 +0000 (GMT) (envelope-from stephen@math.missouri.edu) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC80E43D46 for ; Tue, 8 Nov 2005 02:33:04 +0000 (GMT) (envelope-from stephen@math.missouri.edu) Received: from [10.0.0.4] (12-216-248-146.client.mchsi.com[12.216.248.146]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20051108023301m92006605re>; Tue, 8 Nov 2005 02:33:03 +0000 Message-ID: <43700E59.3060604@math.missouri.edu> Date: Mon, 07 Nov 2005 20:32:57 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: martinko References: <436E68A7.60603@math.missouri.edu> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: three button mouse issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 02:33:05 -0000 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