From owner-freebsd-current@FreeBSD.ORG Tue Oct 25 19:59:13 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 A9FA01065673 for ; Tue, 25 Oct 2011 19:59:13 +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 5C0A78FC15 for ; Tue, 25 Oct 2011 19:59:13 +0000 (UTC) Received: by qadz32 with SMTP id z32so1121948qad.13 for ; Tue, 25 Oct 2011 12:59:12 -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=3ss7MHvYpOLoMxjx04EXwF9yJQVYC5DXOuuZIWw9bsY=; b=RYaFEDsa27PGU07+rUbH7pHYPdvBSscGlU8SqWAXqjrEBuRtPzsUjhsZ4ODqLronmE 9GDGQiX9M0DOmO3On6Ow4W2PZ1S1h+/LVS4840pcs10IOvhKV4bWDfn7++SKs+5K/eBg qHEBC6reqUg3uKncOIQoiLEcwS3p2Q/ayoYgs= MIME-Version: 1.0 Received: by 10.224.173.148 with SMTP id p20mr22823723qaz.76.1319572752646; Tue, 25 Oct 2011 12:59:12 -0700 (PDT) Received: by 10.224.19.212 with HTTP; Tue, 25 Oct 2011 12:59:12 -0700 (PDT) In-Reply-To: References: Date: Tue, 25 Oct 2011 15:59:12 -0400 Message-ID: From: Mehmet Erol Sanliturk To: Warren Block 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 19:59:13 -0000 On Mon, Oct 24, 2011 at 7:46 PM, Warren Block 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 . >> > > 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. > Also by Benjamin Kaduk : 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 -------------------------- After the above messages , on the same computer , I have installed the FreeBSD 9.0 RC1 amd64 again . I have generated an xorg.conf file . Into the xorg.conf file and ServerLayout part , I have inserted Option "AutoAddDevices" "Off" The USB Mouse and Keyboard , Fluxbox started to work as expected in the graphical mode under X . Without the above statement about Option , the error message is : (EE) config/hal : couldn't initialise context . unknown error (null) In FreeBSD 9.0 RC1 i386 , such a step is NOT necessary . Thank you very much . Mehmet Erol Sanliturk