From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 18:53:52 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5411C1065673; Mon, 16 Feb 2009 18:53:52 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 165398FC12; Mon, 16 Feb 2009 18:53:52 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 6670AFF3B; Tue, 17 Feb 2009 07:53:51 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Md2FmJEMSkun; Tue, 17 Feb 2009 07:53:47 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Tue, 17 Feb 2009 07:53:47 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 3F0D71142B; Tue, 17 Feb 2009 07:53:47 +1300 (NZDT) Date: Mon, 16 Feb 2009 10:53:47 -0800 From: Andrew Thompson To: Munehiro Matsuda Message-ID: <20090216185347.GB12555@citylink.fud.org.nz> References: <20090215223428.GA74071@citylink.fud.org.nz> <20090216172237.GD4723@citylink.fud.org.nz> <20090217.030501.240656213.haro@h4.dion.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090217.030501.240656213.haro@h4.dion.ne.jp> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: usb@freebsd.org, current@freebsd.org Subject: Re: HEADSUP: USB2 now default in GENERIC kernels X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 16 Feb 2009 18:53:52 -0000 On Tue, Feb 17, 2009 at 03:05:01AM +0900, Munehiro Matsuda wrote: > ::5. Some people have noted that the latest xorg 7.4 requires the hal > ::daemon to enumerate the input devices. hal does not (yet) work with USB2 > ::so if you find that the keyboard/mouse are not working in X then try > ::adding the following line to the ServerLayout section in xorg.conf > :: > :: Option "AllowEmptyInput" "off" > > Hi Andrew, > > As I wrote in other thread, the description in /usr/ports/UPDATING is wrong. > It's not "ServerLayout" section, but shuold be "ServerFlags" section as > follows: > > Section "ServerFlags" > Option "AllowEmptyInput" "off" > EndSection Actually if you look at xorg.conf(5) it can be either. I'll keep the same as the ports UPDATING file for consistency. Andrew