編輯 /etc/rc.local 檔案, 加入以下二行,就可以調整 TrackPoint 的敏感度,第三欄的數值範圍是 0~255,這裡列的數值是我自己很習慣的速度。
echo -n 120 > /sys/devices/platform/i8042/serio1/speed
echo -n 200 > /sys/devices/platform/i8042/serio1/sensitivity
至於中鍵可以捲動的動作,可以參閱以下動作。
以下內容引用自 http://snowpig226.blogspot.com/2010/03/ubuntu1004lenovo-trackpointscrolling.html
首先打開終端機鍵入以下指令
$sudo -i //切到root身份
$gedit /etc/gdm/PreSession/Default //編輯設定文件
之後會出現由gedit所開啟的Default文件,我們需要在這份 文件中加入以下的指令
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation" 1
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation Button" 2
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation Timeout" 200
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Wheel Emulation Axes" 6 7 4 5
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Middle Button Emulation" 1
xinput set-prop 'TPPS/2 IBM TrackPoint' "Evdev Middle Button Timeout" 50
接著按儲存離開,重開機即可使用中鍵 scrolling的功能了!!
沒有留言:
張貼留言