From owner-freebsd-usb@FreeBSD.ORG Fri Mar 18 16:57:09 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 985CC106564A; Fri, 18 Mar 2011 16:57:09 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 426A58FC18; Fri, 18 Mar 2011 16:57:08 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p2IGkwNk041869; Fri, 18 Mar 2011 10:46:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p2IGkwYK041866; Fri, 18 Mar 2011 10:46:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 18 Mar 2011 10:46:58 -0600 (MDT) From: Warren Block To: Alexander Best In-Reply-To: <20110318154203.GA48923@freebsd.org> Message-ID: References: <20110121182340.GA80488@freebsd.org> <86vczgts3a.fsf@gmail.com> <20110318154203.GA48923@freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Fri, 18 Mar 2011 10:46:58 -0600 (MDT) Cc: Anonymous , 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:57:09 -0000 On Fri, 18 Mar 2011, Alexander Best wrote: > 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. > > wow that worked. :) > > i've set my mouse to /dev/ums0 and set Option "AllowEmptyInput" "off", because > without that line i couldn't use the mouse. Please use Option "AutoAddDevices" "Off" if you want to disable hal hotplugging in xorg.conf: http://www.wonkity.com/~wblock/docs/html/aei.html > even with very fast movements i don't get any random clicks anymore. although > this a solution works for X, for the console the only way to use a mouse is > moused(8). Yes, but moused is autostarted for USB mice by moused_nondefault_enable="YES" in /etc/defaults/rc.conf.