After chasing many rabbits down many rabbit holes, I figured out that it's actually -really- easy to get the Trackpoint working in Xubuntu 7.10 (Gutsy Gibbon) on my Z60t. Open /etc/X11/xorg.conf and look for InputDevice with the Identifier `Configured Mouse`. Add:
As an added bonus to make all your Mac friends green, find the InputDevice with Identifier `Synaptics Touchpad` and add:Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
and now you have that nifty two finger scrolling ability.Option "VertTwoFingerScroll" "True"
Option "HorizTwoFingerScroll" "True"
No comments:
Post a Comment