From owner-freebsd-stable@FreeBSD.ORG Mon Nov 7 18:53:37 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 D2F3A16A427 for ; Mon, 7 Nov 2005 18:53:37 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60C1143D45 for ; Mon, 7 Nov 2005 18:53:37 +0000 (GMT) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EZC4i-0005k9-7R for freebsd-stable@freebsd.org; Mon, 07 Nov 2005 19:50:36 +0100 Received: from r5k101.chello.upc.cz ([86.49.10.101]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Nov 2005 19:50:36 +0100 Received: from martinkov by r5k101.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Nov 2005 19:50:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Mon, 07 Nov 2005 19:48:25 +0100 Lines: 22 Message-ID: References: <436E68A7.60603@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5k101.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050925 X-Accept-Language: sk, cs, en-gb, en-us, en In-Reply-To: <436E68A7.60603@math.missouri.edu> Sender: news 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: Mon, 07 Nov 2005 18:53:38 -0000 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