Date: Sat, 2 Jul 2011 21:56:33 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Matthias Apitz <guru@unixarea.de> Cc: freebsd-questions@freebsd.org, YOSHIDA Shigeru <yshigeru@gmail.com> Subject: Re: Mouse problem on ThinkPad X61 Message-ID: <alpine.BSF.2.00.1107022145550.43601@wonkity.com> In-Reply-To: <20110702090827.GA1032@tiny> References: <CADr7Lgmcg0%2BvB6W3XZ-hw35sCucLgQrjTwN2BaBbiybNa8Brkw@mail.gmail.com> <20110702090827.GA1032@tiny>
next in thread | previous in thread | raw e-mail | index | archive | help
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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1107022145550.43601>