From owner-freebsd-usb@FreeBSD.ORG Fri Mar 18 16:13:55 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 6B7001065677; Fri, 18 Mar 2011 16:13:55 +0000 (UTC) Date: Fri, 18 Mar 2011 16:13:55 +0000 From: Alexander Best To: Anonymous Message-ID: <20110318161355.GA53253@freebsd.org> References: <20110121182340.GA80488@freebsd.org> <86vczgts3a.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86vczgts3a.fsf@gmail.com> Cc: freebsd-usb@freebsd.org Subject: Re: Problem with mouse during high CPU load X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 16:13:55 -0000 On Fri Mar 18 11, Anonymous wrote: > Alexander Best writes: > > > i've reported this issue quite a while ago [1], but back then nobody was able > > to help me. i have an issue with my usb mouse. when there's a high CPU load it > > produces random mouse clicks. this doesn't happen on other OSes. i've attached > > a different usb mouse to my freebsd box and i could't observe the same > > behavior. so it seems this problem is only related to specific mice. > > I'm curious, can you reproduce it without moused(8), i.e. specifying > /dev/umsN in xorg.conf rather than /dev/sysmouse. after restarting hald and removing all input sections from my xorg.conf i'm now able to use both mouse and keyboard via hald in X. so it seems moused(8) is clearly to blame for the random clicks during high CPU load and/or fast mouse movements. thanks again for the pointer. :) cheers. alex > > This may be unrelated but my mx518 mouse produces random clicks when I > move it very quickly and using moused(8), no clicks when not. > > > > > back then hps@ guessed that my mouse requires a certain polling rate from the > > host. during high cpu load the host couldn't keep up the polling rate and thus > > the mouse starts producing wrong output. -- a13x