From owner-freebsd-current@FreeBSD.ORG Fri Jun 15 07:41:10 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9602F16A41F for ; Fri, 15 Jun 2007 07:41:10 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id EDCDF13C44B for ; Fri, 15 Jun 2007 07:41:09 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from tek.flintsbach.schmalzbauer.de (tek.flintsbach.schmalzbauer.de [172.21.2.3]) by host.omnisec.de (8.13.8/8.13.8) with ESMTP id l5F7f38O005713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 15 Jun 2007 09:41:08 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [IPv6:fec0::1:0:0:1:1]) by tek.flintsbach.schmalzbauer.de (8.13.8/8.13.8) with ESMTP id l5F7f3w7080727 for ; Fri, 15 Jun 2007 09:41:03 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from localhost (localhost [[UNIX: localhost]]) by titan.flintsbach.schmalzbauer.de (8.14.1/8.14.1/Submit) id l5F7f31S001871 for freebsd-current@freebsd.org; Fri, 15 Jun 2007 09:41:03 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) From: Harald Schmalzbauer Organization: OmniSEC To: freebsd-current@freebsd.org Date: Fri, 15 Jun 2007 09:41:02 +0200 User-Agent: KMail/1.9.6 References: <200706150727.l5F7R64r058174@lurza.secnetix.de> In-Reply-To: <200706150727.l5F7R64r058174@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706150941.03174.h.schmalzbauer@omnisec.de> Subject: Re: moused linear acceleration drops X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 07:41:10 -0000 Am Freitag, 15. Juni 2007 schrieb Oliver Fromme: > Harald Schmalzbauer wrote: > > 3 months ago moused was extended by a _very_ nice feature: Dynamic > > acceleration. It works really fine. > > Nice to hear that (I wrote the patch). :) I knew, I read the PR because I was interested who took the pity on this long standing disadvanted compared to some othe operating system... So you alredy got my thanks in mind :) > > But the linear ac(de)celeration seems to 'drop' moving information. > > I have a 1600dpi mouse which is far to quick by default. > > When I use 'xset m 1/3' the speed is fine and also every smallest > > movement gets recognized. > > When I use '-a 0.33' with moused (besides -A 1.6/2 with xset m 1) small > > (and slow) movement's are not reported. I have to move at some minimal > > speed to get the cursor moving. > > So it seems that info gets droped. > > It's probably a rounding problem. I'll have a look at it. > My mice and trackballs aren't that sensitive, so I didn't > notice such a problem. > > I assume that there's no such problem if you don't use the > new -A option, right? (i.e. no regression, I hope.) Hmm, if I don't use -A (dynamic acc) the problem still persists, the linear acceleration is droping info, hence the culprit. I don't have a problem with dynamic acceleration when the linear is disabled, so it can't be a regression by your patch I think. Thanks, -Harry