From owner-freebsd-questions@FreeBSD.ORG Wed Jun 6 02:55:17 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A03D4106566C for ; Wed, 6 Jun 2012 02:55:17 +0000 (UTC) (envelope-from erichfreebsdlist@ovitrap.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 749BC8FC0C for ; Wed, 6 Jun 2012 02:55:17 +0000 (UTC) Received: from x220.ovitrap.com ([122.129.201.75]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id q562tEmU007111; Tue, 5 Jun 2012 20:55:16 -0600 From: Erich To: freebsd-questions@freebsd.org Date: Wed, 06 Jun 2012 09:55:08 +0700 Message-ID: <1923831.l0mLy8oBIz@x220.ovitrap.com> User-Agent: KMail/4.8.3 (Linux/3.3.7-1.fc16.x86_64; KDE/4.8.3; x86_64; ; ) In-Reply-To: References: <4FCE94CB.4060309@bananmonarki.se> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Walter Hurry Subject: Re: FreeBSD9 - I can't get my mouse to work 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: Wed, 06 Jun 2012 02:55:17 -0000 Hi I have had success on my hardware with this setting: # The working configuration. The mouse daemon in /etc/rc.conf # was dsabled. # # Section "ServerLayout" # Identifier "X.org Configured" # Screen 0 "Screen0" 0 0 # InputDevice "Mouse0" "CorePointer" # InputDevice "Keyboard0" "CoreKeyboard" # EndSection # # Section "ServerFlags" # Option "AllowEmptyInput" "false" # Option "AutoAddDevices" "false" # EndSection Turning off the mouse daemon was the key on that hardware. The same xorg settings needed the mouse daemon turned on on other hardware. Good luck! Erich On 06 June 2012 2:21:53 Walter Hurry wrote: > On Wed, 06 Jun 2012 01:22:51 +0200, Bernt Hansson wrote: > >> Option "AutoAddDevices" "On" > > > > Set this to off. > > > Thanks for the reply. Yes, I've tried setting it to "Off", but there is > no apparent difference; only a new set of messages in Xorg.0.log: > > (EE) config/hal: couldn't initialise context: unknown error (null) > (EE) config/hal: NewInputDeviceRequest failed (8) > (EE) config/hal: NewInputDeviceRequest failed (8) > (EE) config/hal: NewInputDeviceRequest failed (8) > (EE) config/hal: NewInputDeviceRequest failed (8) > (EE) config/hal: NewInputDeviceRequest failed (8) > (EE) config/hal: NewInputDeviceRequest failed (8) > (WW) Mouse0: No Device specified, looking for one... > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >