PCLinuxOS でトラックポイント
ubuntu 10.04 だとブート画面が微妙にバグって気持ち悪いのと、やっぱ無線が手動じゃないと繋がらないので、PCLinuxOS 入れてみた。日本語も大丈夫だし、LXDE 版だと軽いし、不便ない。どっちにしろ滅多に使わないんだけど。
メモ
・トラックポイント
su
leafpad /etc/hal/fdi/policy/mouse-wheel.fdi
<match key="info.product" string="TPPS/2 IBM TrackPoint">
<merge key="input.x11_options.EmulateWheel" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
<merge key="input.x11_options.ZAxisMapping" type="string">4 5</merge>
<merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
<merge key="input.x11_options.EmulateWheelTimeout" type="string">200</merge>
</match>









Recent Comments