FreeBSDでThinkPad X31のtrackpointをwheelに使う方法これだけ. USBのwheelもそのまま使える. XF86Configの "EmulateWheel" 関係は使う必要なし. お便利ー.
- /etc/rc.conf に以下を追加
moused_flags="-z 4 -w 2""-w 2"はホイールエミュレーションの設定- /etc/X11/XF86Config の Section "InputDevice" を変更
Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "Emulate3Buttons" "on" EndSection