From owner-freebsd-current@FreeBSD.ORG Mon Oct 24 23:46:41 2011 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 19A6A106566B for ; Mon, 24 Oct 2011 23:46:41 +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 C74858FC0A for ; Mon, 24 Oct 2011 23:46:40 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p9ONkdvT075149; Mon, 24 Oct 2011 17:46:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p9ONkd6k075146; Mon, 24 Oct 2011 17:46:39 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 24 Oct 2011 17:46:39 -0600 (MDT) From: Warren Block To: Mehmet Erol Sanliturk In-Reply-To: Message-ID: References: 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]); Mon, 24 Oct 2011 17:46:39 -0600 (MDT) Cc: FreeBSD Current Subject: Re: FreeBSD 9.0 RC1 USB Mouse and Keyboard 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, 24 Oct 2011 23:46:41 -0000 On Sun, 23 Oct 2011, Mehmet Erol Sanliturk wrote: > I have installed FreeBSD 9.0 RC1 . > > During installation and boots , and ( as root ) console mode , both USB > keyboard and mouse are working . > > When a graphical desktop ( Fluxbox , Gnome , or KDE ) is started , both of > them are becoming frozen . > Detach and attach of mouse are detected , but input is not possible . > PS/2 mouse is also not working . > I did not check PS/2 keyboard . > Only Ctrl-Alt-F1 is discontinuing graphical display , and Ctrl-C is > returning to root prompt . > > KDE is staying as it is after displaying of hard disk symbol and then it is > waiting there . > Gnome is displaying all the parts , but no input possibility . > Fluxbox is displaying its window , but no input possibility . > > It seems that X is NOT able to register dbus related parts ( understood from > messages left on the screen after discontinuation ) . > > On the same computer , I have installed Fedora 15 and everything is working > as expected , means there is no any hardware problem . The same symptoms happen if X is configured to use hald for input device detection but hald is not running. The easy way to test that is to put Option "AutoAddDevices" "Off" in the ServerLayout section.