Mouse problem on ThinkPad X61
Warren Block
wblock at wonkity.com
Sun Jul 3 03:56:34 UTC 2011
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.
More information about the freebsd-questions
mailing list