From owner-freebsd-current@FreeBSD.ORG Thu Nov 8 15:45:22 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 606AFBFD for ; Thu, 8 Nov 2012 15:45: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 1745B8FC0A for ; Thu, 8 Nov 2012 15:45:21 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qA8FjBoN052105; Thu, 8 Nov 2012 08:45:11 -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 qA8Fj8Fm052102; Thu, 8 Nov 2012 08:45:08 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 8 Nov 2012 08:45:08 -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]); Thu, 08 Nov 2012 08:45:11 -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: Thu, 08 Nov 2012 15:45:22 -0000 On Thu, 8 Nov 2012, CeDeROM wrote: > I have tested additional options in xorg runtime :-) > > With the patched xorg mouse driver 1.7.1 (or driver version >=1.7.2) > situation is following: > > 1. With hald and dbus no xorg.conf file is needed. However it might bo > option to pass some additional featutes parameters with xorg.conf. > 2. With no hald and dbus mouse and keyboard does not work in xorg unless > Option "AllowEmptyInput" "False" is added to Section "ServerLayout" by > hand in xorg.conf. Without this option input does not work even if > xorg.conf defines it! AllowEmptyInput=False forces to detect input deviced > by Xorg at startup. No. AllowEmptyInput is wrong. It was causing so many problems that it has been removed from later xorg-server releases. Option "AutoAddDevices" "Off" is the one that means "dont' use Hal to detect input devices". > Thank you for this hint! This could be added to the handbook :-) > AllowEmptyInput=False should be a default for Xorg IMO we can report it to > the Xorg project! :-) Really, the simplest solution is to build xorg-server with the HAL option disabled. I agree that this should be the default.