From owner-freebsd-questions@FreeBSD.ORG Mon Oct 19 19:30:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A63481065672 for ; Mon, 19 Oct 2009 19:30:30 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [83.235.67.32]) by mx1.freebsd.org (Postfix) with ESMTP id 16F7C8FC22 for ; Mon, 19 Oct 2009 19:30:29 +0000 (UTC) Received: from pulstar.local (athedsl-4468832.home.otenet.gr [94.71.112.80]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id n9JJUSPx023143; Mon, 19 Oct 2009 22:30:29 +0300 Message-ID: <4ADCBE53.5020404@otenet.gr> Date: Mon, 19 Oct 2009 22:30:27 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Andrey Zhidenkov References: <20091019185224.GA10790@desktop> In-Reply-To: <20091019185224.GA10790@desktop> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Mouse and keyboard don't work in Xorg 7.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 19:30:30 -0000 Andrey Zhidenkov wrote: > I've installed FreeBSD 7.2 with Xorg 7.4 server, but mouse (usb) > and keyboard don't work. when I start X server the only way to exit > is Ctrl-Alt-F* and kill the process. > > I've find out that Xorg now uses hal and dbus to configure mouse and > maybe this is a problem. > It will probably work fine if you add the following two lines into /etc/rc.conf and reboot: dbus_enable="YES" hald_enable="YES" Have a look at the updated Handbook section that describes this procedure in more detail: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html