From owner-freebsd-stable@FreeBSD.ORG Sat Jan 9 00:25:10 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55ED410656AB for ; Sat, 9 Jan 2010 00:25:10 +0000 (UTC) (envelope-from frank_s@bellsouth.net) Received: from fmailhost04.isp.att.net (fmailhost04.isp.att.net [204.127.217.104]) by mx1.freebsd.org (Postfix) with ESMTP id 4C2368FC17 for ; Sat, 9 Jan 2010 00:25:05 +0000 (UTC) Received: from ace.nina.org (adsl-178-52-232.gnv.bellsouth.net[74.178.52.232]) by isp.att.net (frfwmhc04) with SMTP id <20100109002504H0400129g5e>; Sat, 9 Jan 2010 00:25:04 +0000 X-Originating-IP: [74.178.52.232] Date: Fri, 8 Jan 2010 19:25:04 -0500 (EST) From: Frank X-X-Sender: frank_s@Ace.nina.org To: Steven Friedrich In-Reply-To: <201001081910.10797.freebsd@insightbb.com> Message-ID: References: <201001081910.10797.freebsd@insightbb.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: USB problems on 8.0-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 00:25:10 -0000 On Fri, 8 Jan 2010, Steven Friedrich wrote: >> > Check your /etc/X11/xorg.conf > > Make sure Option "AllowEmptyInput" is not on, 1, true, etc. We needed this > option as a temporary work-around when a bug existed during the code freeze > during the FreeBSD8.0 release process. So if you install FreeBSD 8.0-RELEASE > from any media, to get Xorg to "see" your mouse, you'll have to add this > option to the ServerOptions section of xorg.conf. > If you then update your ports, you'll get a newer Xorg than was frozen for the > 8.0 RELEASE, and you'll have to remove the option. This is what I have in /etc/X11/xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AutoAddDevices" "on" Option "AutoEnableDevices" "on" Option "AllowEmptyInput" "off" EndSection -- Frank