From owner-svn-src-all@FreeBSD.ORG Tue Feb 17 21:06:21 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFB95106564A for ; Tue, 17 Feb 2009 21:06:21 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from mail-bw0-f170.google.com (mail-bw0-f170.google.com [209.85.218.170]) by mx1.freebsd.org (Postfix) with ESMTP id 2C9358FC0C for ; Tue, 17 Feb 2009 21:06:20 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by bwz18 with SMTP id 18so5554823bwz.19 for ; Tue, 17 Feb 2009 13:06:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=mWensWHrBeRfDD5V8VayxAk5piWDBr9z258kzuKn2ns=; b=pePmp9Szkpjq9e3FtLC8OysFSWrmTonZqwev+HlUTeTnYooqZJ71GF64kXLz9vJlg7 NvRFJWVYDAnWh0NzaeFdqCKvwUXeaZegY9vzwsQYVJ2i2dttQ9TRfL67LjRyD7XQJtIV 1k8j+zLjSSM89sedkD4Bd5KAS2oAoYZguB+5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bQn2yN0MzZt+PBgyvP1cVQMb8OpC0BAJEoCRbwX1x9QBVFvWJpaslLhnJ7GONTwrST R3mBWCFK0xueEXmiARrREMbnUIHXt8+Zv+0OKYReO0V9A9tBfUXAP5/8q8JImmcmw5re ktNXjTIce9/b0FXSUnXsrvqFJ5rCyWLYWeHvk= MIME-Version: 1.0 Received: by 10.103.11.5 with SMTP id o5mr405168mui.132.1234903546065; Tue, 17 Feb 2009 12:45:46 -0800 (PST) In-Reply-To: <200902161859.n1GIxIeL083401@svn.freebsd.org> References: <200902161859.n1GIxIeL083401@svn.freebsd.org> Date: Tue, 17 Feb 2009 17:45:45 -0300 Message-ID: From: "Carlos A. M. dos Santos" To: Andrew Thompson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r188693 - head X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 21:06:22 -0000 On Mon, Feb 16, 2009 at 3:59 PM, Andrew Thompson wrote: > Author: thompsa > Date: Mon Feb 16 18:59:18 2009 > New Revision: 188693 > URL: http://svn.freebsd.org/changeset/base/188693 > > Log: > Add an entry for xorg+hal+USB2 not detecting input devices. > > Modified: > head/UPDATING > > Modified: head/UPDATING > ============================================================================== > --- head/UPDATING Mon Feb 16 18:51:34 2009 (r188692) > +++ head/UPDATING Mon Feb 16 18:59:18 2009 (r188693) > @@ -22,6 +22,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. > to maximize performance. (To disable malloc debugging, run > ln -s aj /etc/malloc.conf.) > > +20090216: > + xorg 7.4 wants to configure its input devices via hald which does not > + yet work with USB2. If the keyboard/mouse does not work in xorg then > + add > + Option "AllowEmptyInput" "off" > + to your ServerLayout section. This will cause X to use the configured > + kbd and mouse sections from your xorg.conf > + > 20090215: Suggestion: s/ServerLayout/ServerFlags/ I know that both are currently accepted by Xorg but the option is clearly a server flag, not related to layout. -- My preferred quotation of Robert Louis Stevenson is "You cannot make an omelette without breaking eggs". Not because I like the omelettes, but because I like the sound of eggs being broken.