【已解决】synaptics触摸板不能轻触单击

最大的社区版本,Ubuntu的发源地
回复
onlylove
论坛版主
帖子: 5369
注册时间: 2007-01-14 16:23

【已解决】synaptics触摸板不能轻触单击

#1

帖子 onlylove » 2012-01-05 19:41

为什么我的synaptics触摸板不能用轻触代替单击呢……我记得可以的,总是要按键……xserver-xorg-input-synaptics装了,还要装什么,或者写啥配置文件?
上次由 onlylove 在 2012-01-07 22:32,总共编辑 1 次。
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: synaptics触摸板不能轻触单击

#2

帖子 eexpress » 2012-01-05 19:45

synclient -l 里面有tapxxx的。
● 鸣学
onlylove
论坛版主
帖子: 5369
注册时间: 2007-01-14 16:23

Re: synaptics触摸板不能轻触单击

#3

帖子 onlylove » 2012-01-06 23:08

代码: 全选

Parameter settings:
    LeftEdge                = 1752
    RightEdge               = 5192
    TopEdge                 = 1620
    BottomEdge              = 4236
    FingerLow               = 24
    FingerHigh              = 29
    FingerPress             = 255
    MaxTapTime              = 180
    MaxTapMove              = 221
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    FastTaps                = 0
    EmulateMidButtonTime    = 75
    EmulateTwoFingerMinZ    = 280
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 100
    HorizScrollDelta        = 100
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 0
    HorizTwoFingerScroll    = 0
    MinSpeed                = 0.4
    MaxSpeed                = 0.7
    AccelFactor             = 0.00995223
    TrackstickSpeed         = 40
    EdgeMotionMinZ          = 29
    EdgeMotionMaxZ          = 159
    EdgeMotionMinSpeed      = 1
    EdgeMotionMaxSpeed      = 401
    EdgeMotionUseAlways     = 0
    UpDownScrolling         = 1
    LeftRightScrolling      = 1
    UpDownScrollRepeat      = 1
    LeftRightScrollRepeat   = 1
    ScrollButtonRepeat      = 100
    TouchpadOff             = 0
    GuestMouseOff           = 0
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 0
    TapButton2              = 0
    TapButton3              = 0
    ClickFinger1            = 1
    ClickFinger2            = 1
    ClickFinger3            = 1
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 199
    CoastingSpeed           = 0
    PressureMotionMinZ      = 29
    PressureMotionMaxZ      = 159
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 1
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0
如果这样的话, TapButton1 =1是左键
RBCornerButton = 2是右键,对不?我网上找很多文章,有说2是右键也有说3的,先弄上试试
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
头像
nmsfan
帖子: 18958
注册时间: 2009-10-16 22:46
来自: finland

Re: synaptics触摸板不能轻触单击

#4

帖子 nmsfan » 2012-01-06 23:28

2是中键吧
>>>>推Ubuntu 桌面培训~~<<<<
>>>>想加入/了解gimp汉化吗,点我吧~<<<<
——————————————————————
不推荐wubi,也不推荐你给别人推荐wubi…………
随心而为的感觉真好……
强推mayhem!!
强推ensiferum
onlylove
论坛版主
帖子: 5369
注册时间: 2007-01-14 16:23

Re: synaptics触摸板不能轻触单击

#5

帖子 onlylove » 2012-01-06 23:41

2是中键,刚试过了,不过,那个右下角好像找不太准,经常没反应……右键感觉不是很常用,不设也没什么,继续提问,这个设置要写在哪里才能保存啊?
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
头像
自由建客
帖子: 13468
注册时间: 2008-07-30 23:21
系统: Debian stable AMD64

Re: synaptics触摸板不能轻触单击

#6

帖子 自由建客 » 2012-01-07 16:18

代码: 全选

vi /etc/X11/xorg.conf #{
# Touchpad Synaptics
Section "InputClass"
   Identifier   "touchpad catchall"
   Driver      "synaptics"
   MatchIsTouchpad   "on"
   Option      "VertEdgeScroll" "TRUE"
   Option      "HorizEdgeScroll" "TRUE"
   Option      "TapButton1" "1"
EndSection
#}
头像
牵牛星
帖子: 998
注册时间: 2011-11-26 11:44
来自: ★光坂高校文艺部★

Re: synaptics触摸板不能轻触单击

#7

帖子 牵牛星 » 2012-01-07 16:51

似乎默认关闭的,可以在系统设置里面找一下开启
openSUSE+KDE
我用A卡,不曾杯具
驱动开源之不提倡者
AMD_N930+AMD_HD5470+AMD_M880G(3A党)
Linux就是2B(NB的架构+SB的驱动)
子曰:写C时适当d "断行" || "缩进" || "空格" == "注释"
onlylove
论坛版主
帖子: 5369
注册时间: 2007-01-14 16:23

Re: synaptics触摸板不能轻触单击

#8

帖子 onlylove » 2012-01-07 22:29

我做加法装的系统,而且好像Xfce4没那个设置,今天搜了下,是在/usr/share/X11/xorg.conf.d/50-synaptics.conf这个文件里修改设置,填上Option "TapButton1" "1" Option "RBCornerButton" "3"经过半小时折腾,对右键多少有点感觉了……手指有点累
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
头像
牵牛星
帖子: 998
注册时间: 2011-11-26 11:44
来自: ★光坂高校文艺部★

Re: 【已解决】synaptics触摸板不能轻触单击

#9

帖子 牵牛星 » 2012-01-07 22:55

以为你是用gnome或者kde :em06
openSUSE+KDE
我用A卡,不曾杯具
驱动开源之不提倡者
AMD_N930+AMD_HD5470+AMD_M880G(3A党)
Linux就是2B(NB的架构+SB的驱动)
子曰:写C时适当d "断行" || "缩进" || "空格" == "注释"
回复