ThinkPad Trackpoint

Does anyone have X working with a ThinkPad TrackPoint?

I have an IBM ThinkPad T41p on which I have installed FreeBSD 10.0-RELEASE along with xorg but I can't get any response from the mouse cursor. Any ideas?
 
I imagine OP is talking about the pointing stick on the keyboard, not the trackpad. I played with FreeBSD briefly on my ThinkPad t430 and got far enough to get my trackpoint and touchpad working, but I don't remember what specific settings I set in my xorg.conf.
For some reason, unknown to me, it automagically started working. I never touched xorg.conf, in fact I don't think there is one. There is a /root/xorg.conf.new but I have not edited it.
 
And if you want to use the middle mouse button and TrackPoint to scroll, use this in /etc/rc.conf:
Code:
moused_enable="YES"
moused_flags="-VH"
You might need to add "-L 10 -U 10" to the flags if scrolling acts weird.
 
Back
Top