From owner-freebsd-questions@FreeBSD.ORG Sun Jul 3 03:56:34 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 814131065670 for ; Sun, 3 Jul 2011 03:56:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 241848FC0A for ; Sun, 3 Jul 2011 03:56:33 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p633uX2g043649; Sat, 2 Jul 2011 21:56:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p633uXSl043646; Sat, 2 Jul 2011 21:56:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 2 Jul 2011 21:56:33 -0600 (MDT) From: Warren Block To: Matthias Apitz In-Reply-To: <20110702090827.GA1032@tiny> Message-ID: References: <20110702090827.GA1032@tiny> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-902635197-1113367538-1309665393=:43601" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 02 Jul 2011 21:56:33 -0600 (MDT) Cc: freebsd-questions@freebsd.org, YOSHIDA Shigeru Subject: Re: Mouse problem on ThinkPad X61 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: Sun, 03 Jul 2011 03:56:34 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---902635197-1113367538-1309665393=:43601 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT On Sat, 2 Jul 2011, Matthias Apitz wrote: > 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? The T61 has both a touchpad and a trackpoint. Seems like on my T42, only one works. Possibly there are settings for psm(4) or the synaptics touchpad driver is needed. > Try adding: > > Option "AllowEmptyInput" "false" No, please stop recommending this. Here's the whole story: http://www.wonkity.com/~wblock/docs/html/aei.html > 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 :-) AEI is the wrong option. If you want to stop xorg from using HAL to detect input devices, there are two good ways: 1. Set Option "AutoAddDevices" "Off" 2. Build xorg-server with the HAL option disabled. ---902635197-1113367538-1309665393=:43601--