From owner-freebsd-questions@FreeBSD.ORG Mon Oct 19 19:40:12 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 BB8AC1065774 for ; Mon, 19 Oct 2009 19:40:12 +0000 (UTC) (envelope-from andrey.zhidenkov@gmail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id 4B59D8FC08 for ; Mon, 19 Oct 2009 19:40:12 +0000 (UTC) Received: by fxm6 with SMTP id 6so5227931fxm.43 for ; Mon, 19 Oct 2009 12:40:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=zxux1cQttq5IpAUvQGCyQXKxiaMQW77okRkfV1TWafA=; b=YCVwAop+J/5es77KLtz24TjCOBcKufFEsriuMg68oIW52pTXEtiyzJfgZtS7qnK9LE flgL3oqM9y3oFOPmxaL9UcIxjR0/WzzW5h0WmYFE2gQXnvCqIHudFHOuAtPXhOdAilFY IUJhmHBZ1SuhNnc/gk1MikRMaiqOItgf94sCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=LoAI3HrNrq86/3FHiw6koyuwjtEn4eH0KrqIpEzhCQ6CoKyJewlaLxqvzG1fwj/8oN M9yhX9ecy+ItES/rQinnY38h4EYdF0gY4HBI1wM8ZtFfUj5AJQXgNDPjlbSvbAAJ94sC XlmbvqOAzAhlLnJEtdRktMwiejnBjK8NPx67U= Received: by 10.204.154.135 with SMTP id o7mr1679bkw.201.1255981136219; Mon, 19 Oct 2009 12:38:56 -0700 (PDT) Received: from localhost ([94.158.99.93]) by mx.google.com with ESMTPS id 1sm136750fkt.41.2009.10.19.12.38.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Oct 2009 12:38:55 -0700 (PDT) Date: Mon, 19 Oct 2009 23:39:02 +0400 From: Andrey Zhidenkov To: Manolis Kiagias Message-ID: <20091019193902.GA12540@desktop> References: <20091019185224.GA10790@desktop> <4ADCBE53.5020404@otenet.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ADCBE53.5020404@otenet.gr> User-Agent: Mutt/1.5.18 (2008-05-17) 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:40:12 -0000 On Mon, Oct 19, 2009 at 10:30:27PM +0300, Manolis Kiagias wrote: > 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" I've added yet, but it doesn't helps ;(. And when I reboot I can't found any hald or dbus messages in dmesg. > 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 Thank you, I've readed. --