From owner-freebsd-current@FreeBSD.ORG Tue Oct 25 06:34:38 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 B63491065678 for ; Tue, 25 Oct 2011 06:34:38 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7660E8FC16 for ; Tue, 25 Oct 2011 06:34:38 +0000 (UTC) Received: by qadz32 with SMTP id z32so132025qad.13 for ; Mon, 24 Oct 2011 23:34:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nPcU4GhS7dqGKtUPuCufRlXJ0Gi7D2WxpEOnp8HGQBA=; b=EUWQpNzDF51q2JNQScEOuMzG9zI3BJzCtdQbIQA0W/JeFnHgWKcVbLcz6egZc48JFy mxqbOwQ6G8hK72ubQZBtNbAOiLFXYX+LwoFWVVq1atXkChD+g0sRF/Hwy3Pwg2N18jdk 6rMu4BFvE+OUSNCVmrw+9TI47TdEtWIYH6sJI= MIME-Version: 1.0 Received: by 10.224.183.11 with SMTP id ce11mr20628549qab.52.1319524476392; Mon, 24 Oct 2011 23:34:36 -0700 (PDT) Received: by 10.224.19.212 with HTTP; Mon, 24 Oct 2011 23:34:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 25 Oct 2011 02:34:36 -0400 Message-ID: From: Mehmet Erol Sanliturk To: Benjamin Kaduk Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Tue, 25 Oct 2011 06:34:38 -0000 On Mon, Oct 24, 2011 at 6:24 PM, Benjamin Kaduk wrote: > 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 . >> > > Has this computer successfully run other versions of FreeBSD with X? > I seem to recall there can be odd interactions with hald, xorg.conf, and > others. Some googling brings up > http://www.wonkity.com/~wblock/docs/html/aei.html which seems to cover > many of the relevant issues. > > -Ben Kaduk > The above problem has occurred in 9.0 RC1 amd64 . In the same computer , I have installed 9.0 i386 . USB Mouse and Keyboard are working very well in console mode and in Fluxbox . In both ( amd64 and i386 ) of the installations , /etc/rc.conf contain the following statements : moused_type = "auto" moused_enable = "YES" hald_enable = "YES" dbus_enable = "YES" There are no any generated X configuration file . Both of them listed starting of hald and dbus without error during booting . Thank you very much . Mehmet Erol Sanliturk