驱动小黑的红点+中键TrackPoint
http://blog.chinaunix.net/u/14165/showart_298024.html
用evdev作为X Server输入驱动的(ubuntu8。10)修改xorg的方式已经不可用。
可以采用下面的方法:
#sudo vi /etc/hal/fdi/policy/mouse-wheel.fdi
添加如下内容:
|
|
|
|
| <?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2"> <device> <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.ZAxsisMapping" 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> </device> </deviceinfo>
|
|
然后重启服务 hal 和 gdm 即可。
...init.d/hal gdm restart
Thinkpad的 红点+中键 可以滚屏,在很多发行版本默认下都不可用,
刚刚在 xorg.conf 里添加
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
即可。参考:
http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint