From owner-freebsd-questions@FreeBSD.ORG Wed Jun 6 14:23:41 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 035D0106568B for ; Wed, 6 Jun 2012 14:23:41 +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 99C9B8FC1B for ; Wed, 6 Jun 2012 14:23:40 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q56ENd2K014391; Wed, 6 Jun 2012 08:23:39 -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 q56ENdUc014388; Wed, 6 Jun 2012 08:23:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 6 Jun 2012 08:23:39 -0600 (MDT) From: Warren Block To: Erich In-Reply-To: <1661112.8iNahTB6zu@x220.ovitrap.com> Message-ID: References: <1923831.l0mLy8oBIz@x220.ovitrap.com> <1661112.8iNahTB6zu@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 08:23:39 -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 14:23:41 -0000 On Wed, 6 Jun 2012, Erich wrote: > Hi, > > On 06 June 2012 6:37:43 Warren Block wrote: >> 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. > > Is this really without function now? I could not get X running on the machine I used without using it. AEI is not without function, it's just usually not the function desired. AutoAddDevices Off is all that's needed to prevent xorg-server from using HAL for input device detection. So far, I have not found a situation where AEI Off is still required, and more than a few where it causes problems. Better yet is to rebuild xorg-server with the HAL option disabled. For example, xfce does not require or benefit from HAL. Other software may still need it. > My standard practise is to use an empty xorg.conf when installing a fresh X. I add then these lines when X does not work. Fair enough. Just leave out the AEI line.