<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Courier New">I tried adding that entry but it doesn't seem
to have worked. Is it possible that I added the entry wrong?  Right now
I have the entry specified as:<br>
<br>
 </font>option MinTapTime "@ ~.25"<br>
<br>
Is there another way I should specify it?<br>
<br>
david walcroft wrote:
<blockquote cite="mid4389438A.3080200@yahoo.com.au" type="cite">Lovell
Mcilwain wrote:
  <br>
  <blockquote type="cite">Thanks Dave for the tip but where can I find
this file that this needs to be added to? and does it matter where I
add that line?
    <br>
    <br>
David Corrigan wrote:
    <br>
    <br>
    <blockquote type="cite">   Is there a way that I can decrease the
tap sensitivity or turn off the
      <br>
   tap option on my touch pad?
      <br>
      <br>
      <br>
In the "InputDevice" section you can add the option MinTapTime @ ~.25.
Here are some examples of what other people have done.
      <br>
      <br>
Section "InputDevice"
      <br>
       Identifier      "Alps Touchpad"
      <br>
       Driver          "synaptics"
      <br>
       Option          "CorePointer"
      <br>
       Option          "Protocol"              "auto-dev"
      <br>
      <br>
       Option          "LeftEdge"              "60"
      <br>
       Option          "RightEdge"             "830"
      <br>
       Option          "TopEdge"               "70"
      <br>
      <br>
       Option          "BottomEdge"            "650"
      <br>
       Option          "FingerLow"             "25"
      <br>
       Option          "FingerHigh"            "30"
      <br>
      <br>
       Option          "MaxTapTime"            "180"
      <br>
       Option          "MaxTapMove"            "110"
      <br>
       Option          "EmulateMidButtonTime"  "75"
      <br>
      <br>
       Option          "VertScrollDelta"       "50"
      <br>
       Option          "HorizScrollDelta"      "50"
      <br>
       Option          "MinSpeed"              "0.2
      <br>
"
      <br>
       Option          "MaxSpeed"              "0.5"
      <br>
       Option          "AccelFactor"           "0.01"
      <br>
       Option          "EdgeMotionSpeed"       "40"
      <br>
      <br>
       Option          "UpDownScrolling"       "1"
      <br>
       Option          "TouchpadOff"   "0"
      <br>
EndSection
      <br>
      <br>
Section "InputDevice"
      <br>
 Driver     "synaptics"
      <br>
 Identifier "TouchPad"
      <br>
 Option     "Device"          "/dev/psaux"
      <br>
 Option     "Protocol"        "auto-dev"
      <br>
      <br>
 Option     "LeftEdge"        "1700"
      <br>
 Option     "RightEdge"       "5300"
      <br>
 Option     "TopEdge"         "1700"
      <br>
 Option     "BottomEdge"      "4200"
      <br>
      <br>
 Option     "FingerLow"       "25"
      <br>
 Option     "FingerHigh"      "30"
      <br>
 Option     "MaxTapTime"      "0"
      <br>
 Option     "MaxTapMove"      "0"
      <br>
      <br>
 Option     "VertScrollDelta" "100"
      <br>
 Option     "MinSpeed"        "0.25"
      <br>
 Option     "MaxSpeed"        "0.5"
      <br>
 Option     "AccelFactor"     "
      <br>
0.015"
      <br>
 Option     "SHMConfig"       "on"
      <br>
EndSection
      <br>
      <br>
      <br>
David
      <br>
      <br>
 
      <br>
      <br>
    </blockquote>
    <br>
  </blockquote>
Look in /etc/X11/xorg.conf
  <br>
  <br>
  <br>
  david
  <br>
</blockquote>
</body>
</html>