小编hel*_*ing的帖子

Linux Mint 12 两指滚动

在 Linux mint 12 64bit .... hp dv7 笔记本电脑上,我无法让两根手指滚动来处理任何事情。硬件绝对支持它,因为它在我的 Windows 分区上运行良好。

按照此处的说明进行操作:http : //robert.orzanna.de/2011/06/06/enable-two-finger-scroll-in-linux-mint-11-and-ubuntu-11-04/

我创建了一个

/usr/share/X11/xorg.conf.d/50-twofingerscroll.conf

文件并添加以下信息:

Section "InputClass"
Identifier "touchpad catchall"
MatchProduct "SynPS/2 Synaptics TouchPad"
MatchDevicePath "/dev/input/event*"
Option "VertTwoFingerScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "EmulateTwoFingerMinW" "8"
Option "EmulateTwoFingerMinZ" "40"
EndSection
Run Code Online (Sandbox Code Playgroud)

基于此链接:

http://jaisejames.wordpress.com/2011/11/29/to-enable-touchpad-tap-on-click-two-finger-scroll-in-linux-for-laptop-users/

我也尝试了一个稍微不同的 conf 文件

Section "InputClass"
      Identifier "touchpad catchall"
      Driver "synaptics"
      MatchIsTouchpad "on"
      MatchDevicePath "/dev/input/event*"
      Option "HorizScrollDelta" "0"
      Option "TapButton1" "1"
      Option "TapButton2" "2"
      Option "RBCornerButton" "3"
      Option "VertTwoFingerScroll" "1"
EndSection
Run Code Online (Sandbox Code Playgroud)

我也去过设置>鼠标>触摸板并启用了两指滚动。这只会杀死所有滚动,因为不再启用​​边缘滚动。

我还安装了 gpointing 设备设置并尝试按照此处的说明启用它:http ://craiglayne.com/linux-mint-enable-two-finger-scrolling-multitouch/ …

touchpad linux-mint scrolling

5
推荐指数
1
解决办法
9917
查看次数

标签 统计

linux-mint ×1

scrolling ×1

touchpad ×1