09. 14.
我记得是windows下的一个 叫nav的驱动, windows update就可以直接更新的, 可以使得触摸板(touchpad)上面的 中键配合小红点(trackpoint)直接上下移动页面,这个是Thinkpad的一个重要特点 -指点杆功能,对我来说所必不可少的,因为我习惯不使用鼠标。
在ubuntu下设定成按下中键模拟滚动条,修改/etc/X11/xorg.conf类似下面的结构:
Section “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
# hao32 add
Option “EmulateWheel” “on”
Option “EmulateWheelButton” “2″
# /hao32 add
EndSection
ctl+space+backspace注销一下,再次登入,就okay啦!
hao32