LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 755|回复: 5

请问我配好触摸板后,怎么不能直接在触摸板上点击了?

[复制链接]
发表于 2009-1-2 17:51:11 | 显示全部楼层 |阅读模式
没有配的时候还能点击
配了以后主要是为了支持滚动, 但是直接点击功能没有了, 只能按触摸板下面的按钮.

下面是我的配置
  1. Section "InputDevice"
  2.    Identifier  "SynapticsTouchpad"
  3.    Driver      "synaptics"
  4.    Option      "AlwaysCore"        "true"  # send events to CorePointer
  5.   #Option      "Device"            "/dev/input/mice"
  6.    Option      "Device"            "/dev/psaux"
  7.    Option      "Protocol"          "auto-dev"
  8.    Option      "SHMConfig"         "true" # configurable at runtime? security risk
  9.    Option      "LeftEdge"          "1700"  # x coord left
  10.    Option      "RightEdge"         "5300"  # x coord right
  11.    Option      "TopEdge"           "1700"  # y coord top
  12.    Option      "BottomEdge"        "4200"  # y coord bottom
  13.    Option      "FingerLow"         "25"    # pressure below this level triggers release
  14.    Option      "FingerHigh"        "30"    # pressure above this level triggers touch
  15.    Option      "MaxTapTime"        "180"   # max time in ms for detecting tap
  16.    Option      "VertEdgeScroll"    "true"  # enable vertical scroll zone
  17.    Option      "HorizEdgeScroll"   "true"  # enable horizontal scroll zone
  18.    Option      "CornerCoasting"    "true"  # enable continuous scroll with finger in corner
  19.    Option      "CoastingSpeed"     "0.30"  # corner coasting speed
  20.    Option      "VertScrollDelta"   "100"   # edge-to-edge scroll distance of the vertical scroll
  21.    Option      "HorizScrollDelta"  "100"   # edge-to-edge scroll distance of the horizontal scroll
  22.    Option      "MinSpeed"          "0.10"  # speed factor for low pointer movement
  23.    Option      "MaxSpeed"          "0.60"  # maximum speed factor for fast pointer movement
  24.    Option      "AccelFactor"       "0.0020"    # acceleration factor for normal pointer movements
  25.    Option      "VertTwoFingerScroll"   "true"  # vertical scroll anywhere with two fingers
  26.    Option      "HorizTwoFingerScroll"  "true"  # horizontal scroll anywhere with two fingers
  27. EndSection
复制代码
发表于 2009-1-2 18:11:01 | 显示全部楼层
这只能说明,你还没有配置好。

可以:man synaptics,搜索“TapButton”。
回复 支持 反对

使用道具 举报

发表于 2009-1-2 18:17:28 | 显示全部楼层
wiki里有!
回复 支持 反对

使用道具 举报

发表于 2009-1-2 18:29:08 | 显示全部楼层
Option "TapButton1" "1"
Option "TapButton2" "1"
回复 支持 反对

使用道具 举报

发表于 2009-1-2 19:53:16 | 显示全部楼层
ls这样设置貌似中键会和左键重叠了?
回复 支持 反对

使用道具 举报

发表于 2009-1-3 10:05:19 | 显示全部楼层
Post by jarryson;1933059
ls这样设置貌似中键会和左键重叠了?


不会亚
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表