From owner-freebsd-stable@FreeBSD.ORG Sat Jan 9 00:35:03 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 619231065670 for ; Sat, 9 Jan 2010 00:35:03 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf10.insightbb.com (mxsf10.insightbb.com [74.128.0.92]) by mx1.freebsd.org (Postfix) with ESMTP id 2BA398FC1E for ; Sat, 9 Jan 2010 00:35:02 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,245,1262581200"; d="scan'208";a="22219163" Received: from unknown (HELO asav02.insightbb.com) ([172.31.249.123]) by mxsf10.insightbb.com with ESMTP; 08 Jan 2010 19:35:02 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsAEAIVeR0vQLicL/2dsb2JhbACBRNQOhC8EhWk X-IronPort-AV: E=Sophos;i="4.49,245,1262581200"; d="scan'208";a="343022024" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout02.manage.insightbb.com with ESMTP; 08 Jan 2010 19:35:01 -0500 From: Steven Friedrich To: freebsd-stable@freebsd.org Date: Fri, 8 Jan 2010 19:34:59 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) References: <201001081910.10797.freebsd@insightbb.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001081934.59500.freebsd@insightbb.com> Cc: 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:35:03 -0000 On Friday 08 January 2010 07:25:04 pm Frank wrote: > 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 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > Comment out the line containing AllowEmptyInput.