middle button emulation

動かなくなった。sleep というかハイバネなソレから復帰した時に駄目になったのかどうか。タッチパッドをコロスのには成功したんですが、どうやら system -> Preferences -> Pointing Device で起動される GPointing Device Settings というナニでは微妙なんでしょうね。
とりあえず以下を /usr/share/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

で、再起動かけてみてどうか。

あと

thinkpad edge のキーボードの具合が微妙に嫌。