|

楼主 |
发表于 2010-6-25 12:23:02
|
显示全部楼层
Post by lowsfer;2098961
貌似evdev就可以了吧,键盘鼠标用evdev好像就都可以了。
小红帽用evdev或者synaptics都可以。但是如果你要用中键滚动的话,把下面的保存,+x设置为随X启动或者登录自动运行就可以了。
(在我的系统里叫"DualPoint Stick",如果你的不是,就改成相应的名称,再xorg的log里面可以找到名称。
#!/bin/sh
#TrackPoint settings
#Enable vertical scrolling for TrackPoint
xinput set-prop "DualPoint Stick" "Evdev Wheel Emulation" 1
xinput set-prop "DualPoint Stick" "Evdev Wheel Emulation Button" 2
xinput set-prop "DualPoint Stick" "Evdev Wheel Emulation Timeout" 200
#Enable horizontal scrolling for TrackPoint
xinput set-prop "DualPoint Stick" "Evdev Wheel Emulation Axes" 6 7 4 5
等哪天我的桌面装好了,我就试试,谢谢~ |
|