From owner-freebsd-current@FreeBSD.ORG Wed Nov 7 16:27:58 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D24F9FB1 for ; Wed, 7 Nov 2012 16:27:58 +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 86BA68FC12 for ; Wed, 7 Nov 2012 16:27:58 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qA7GRpux041947; Wed, 7 Nov 2012 09:27:51 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qA7GRpBm041944; Wed, 7 Nov 2012 09:27:51 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 7 Nov 2012 09:27:51 -0700 (MST) From: Warren Block To: CeDeROM Subject: Re: 9.1-RC3 feels okay :-) In-Reply-To: Message-ID: References: <201211062158.qA6Lvt2l039276@fire.js.berklix.net> 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, 07 Nov 2012 09:27:51 -0700 (MST) Cc: "Julian H. Stacey" , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 16:27:59 -0000 On Wed, 7 Nov 2012, CeDeROM wrote: > Isn't this a Xorg bug then? When I have no configuration file Hal should > provide the configuration, so sooner or later the mouse should start > moving... but is does not.. > > Do I get http://www.wonkity.com/~wblock/docs/html/aei.html correct that > when I am using xorg.conf there is no need for Hal and when I am using Hal > there is no need for xorg.conf? Not quite, no. xorg.conf is the configuration file for xorg-server. It can do a lot more than just identify input devices. Option "AutoAddDevices" "Off" tells xorg-server: even if hal is present and running, don't use it to detect input devices. AFAIK, hal is not used by xorg-server for anything else. All other autoconfig (video card detection, monitor detection, it even has its own built-in input device detection) is done by the xorg server itself.