Ubuntu 10.04にしたところThinkpadトラックポイントのセンターボタンが使えなくなってしまった。スクロールするとき便利だったので調べてみたら、ここに書いてあった。
/usr/lib/X11/xorg.conf.d/20-thinkpad.confを作って、内容は
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TrackPoint"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
再起動するとちゃんとセンターボタンでスクロールできる。