From owner-freebsd-questions@FreeBSD.ORG Sat Jun 9 06:01:22 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDC7E106566C for ; Sat, 9 Jun 2012 06:01:22 +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 A7FD38FC16 for ; Sat, 9 Jun 2012 06:01:22 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q5961Ivo065976; Sat, 9 Jun 2012 00:01:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q5961IDN065973; Sat, 9 Jun 2012 00:01:18 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 9 Jun 2012 00:01:18 -0600 (MDT) From: Warren Block To: Albert Shih In-Reply-To: <20120608210911.GA11210@pcjas.obspm.fr> Message-ID: References: <20120427161316.GA60361@pcjas.obspm.fr> <20120428205201.GB65903@pcjas.obspm.fr> <4F9C75F9.9070907@dichotomia.fr> <20120608210911.GA11210@pcjas.obspm.fr> 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.7 (wonkity.com [127.0.0.1]); Sat, 09 Jun 2012 00:01:19 -0600 (MDT) Cc: Jerome Herman , freebsd-questions@freebsd.org Subject: Re: Performance and mouse problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2012 06:01:23 -0000 On Fri, 8 Jun 2012, Albert Shih wrote: > After some time, and read new messages ont this mailing list, I find a > solution. > > Deactivate hald > deactivate dbus > Option "AutoAddDevices" "Off" > put moused_enable="On" in /etc/rc.conf > .... > and.... > > reboot > > and everything work fine again. > > I don't known why by using > > /usr/local/etc/rc.d/hald stop > /usr/local/etc/rc.d/dbus stop > /etc/rc.d/moused start > > it's not working.... It should not be a dbus problem, and some things can benefit from dbus. Try it and see if the problem comes back. FWIW, I thought I suggested this a while back. It is what I run: hal not installed, but moused enabled. When hal is not installed, turning AutoAddDevices off should also not be needed.