qqminqi 于 2011-11-11 19:09:33发表:
你是用的什么牌子的触摸板? 你在gnome里的系统设置里设置过了没? 如果不行,你看看这个 运行synclient -l 会是什么状态结果 然后,你可以通过运行 synclient var=value 这样的形式来 设置你状态参数, 如果不能马上见到效果,请 修改 /etc/X11/xorg.conf.d/50-synaptics.conf 文件(或者类似的,这个可能跟发行版有关系,所以请注意) 里面的内容大致改成这样: Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "HorizEdgeScroll" "1" Option "HorizScrollDelta" "20" Option "TouchpadOff" "0" Option "TapButton1" "1" EndSection 刚才不是有运行synclient -l吗,你可以试着把 一些选项放到这个文件中,然后保存重启。
omarjan 于 2011-11-11 09:59:57发表:
ubuntu11.10
qqminqi 于 2011-11-11 19:09:33发表:
你是用的什么牌子的触摸板?
你在gnome里的系统设置里设置过了没?
如果不行,你看看这个
运行synclient -l
会是什么状态结果
然后,你可以通过运行
synclient var=value
这样的形式来 设置你状态参数,
如果不能马上见到效果,请
修改 /etc/X11/xorg.conf.d/50-synaptics.conf 文件(或者类似的,这个可能跟发行版有关系,所以请注意)
里面的内容大致改成这样:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "HorizEdgeScroll" "1"
Option "HorizScrollDelta" "20"
Option "TouchpadOff" "0"
Option "TapButton1" "1"
EndSection
刚才不是有运行synclient -l吗,你可以试着把 一些选项放到这个文件中,然后保存重启。
omarjan 于 2011-11-11 09:59:57发表:
ubuntu11.10