From owner-freebsd-questions@FreeBSD.ORG Sat Jul 2 09:07:05 2011 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 5EB141065672 for ; Sat, 2 Jul 2011 09:07:05 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7AB8FC18 for ; Sat, 2 Jul 2011 09:07:04 +0000 (UTC) Received: from [82.113.99.152] (helo=tiny.Sisis.de.) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1QcwAI-0003Yy-0R; Sat, 02 Jul 2011 11:07:03 +0200 Received: from tiny.Sisis.de. (localhost [127.0.0.1]) by tiny.Sisis.de. (8.14.3/8.14.3) with ESMTP id p6298VG7001046; Sat, 2 Jul 2011 11:08:32 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de. (8.14.3/8.14.3/Submit) id p6298TBZ001045; Sat, 2 Jul 2011 11:08:29 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de.: guru set sender to guru@unixarea.de using -f Date: Sat, 2 Jul 2011 11:08:28 +0200 From: Matthias Apitz To: YOSHIDA Shigeru Message-ID: <20110702090827.GA1032@tiny> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.0-CURRENT (i386) User-Agent: Mutt/1.5.19 (2009-01-05) X-Con-Id: 51246 X-Originating-IP: 82.113.99.152 Cc: freebsd-questions@freebsd.org Subject: Re: Mouse problem on ThinkPad X61 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2011 09:07:05 -0000 El día Saturday, July 02, 2011 a las 02:59:44PM +0900, YOSHIDA Shigeru escribió: > Hi, > > I installed FreeBSD 8.2-RELEASE on ThinkPad X61. > > When I start the X, the TrackPoint is not recognized. > The mouse cursor don't move and the button clicks don't act. > > My settings on xorg.conf is as follows: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > and my setting on rc.conf is as follows: > > # -- sysinstall generated deltas -- # Mon Jun 13 04:23:12 2011 > moused_type="auto" > moused_enable="YES" > hald_enable="YES" > dbus_enable="YES" > > What did I missing some configuration? Try adding: Option "AllowEmptyInput" "false" to the Section "ServerLayout"; I know that a lot of people will say, DON'T do, but until now nobody could explain to me how this should work without :-) HIH matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/