From owner-freebsd-questions@FreeBSD.ORG Wed Jun 6 12:37:44 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 A2F23106567F for ; Wed, 6 Jun 2012 12:37:44 +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 5D5298FC1D for ; Wed, 6 Jun 2012 12:37:44 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q56Cbh6m013738; Wed, 6 Jun 2012 06:37:43 -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 q56Cbh5V013735; Wed, 6 Jun 2012 06:37:43 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 6 Jun 2012 06:37:43 -0600 (MDT) From: Warren Block To: Erich In-Reply-To: <1923831.l0mLy8oBIz@x220.ovitrap.com> Message-ID: References: <4FCE94CB.4060309@bananmonarki.se> <1923831.l0mLy8oBIz@x220.ovitrap.com> 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]); Wed, 06 Jun 2012 06:37:43 -0600 (MDT) Cc: freebsd-questions@freebsd.org, Walter Hurry Subject: Re: FreeBSD9 - I can't get my mouse to work 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: Wed, 06 Jun 2012 12:37:44 -0000 On Wed, 6 Jun 2012, Erich wrote: > Hi > > I have had success on my hardware with this setting: > > # The working configuration. The mouse daemon in /etc/rc.conf > # was dsabled. > # > # Section "ServerLayout" > # Identifier "X.org Configured" > # Screen 0 "Screen0" 0 0 > # InputDevice "Mouse0" "CorePointer" > # InputDevice "Keyboard0" "CoreKeyboard" > # EndSection > # > # Section "ServerFlags" > # Option "AllowEmptyInput" "false" Please don't do that: http://www.wonkity.com/~wblock/docs/html/aei.html > # Option "AutoAddDevices" "false" This is the right way to disable HAL input device detection. > # EndSection