sorry it took so long, this will hopefully help you!

ection "Module"
        Load    "extmod"
        Load    "glx"
        Load    "synaptics"
        Load    "dbe"
        Load    "record"
        Load    "xtrap"
        Load    "speedo"
        Load    "freetype"
        Load    "type1"
        Load    "dri"
EndSection

notice the load synaptics,

here is one i found on net, worked, but with other settings:
#Section "InputDevice"
#       Identifier  "Mouse0"
#       Driver      "synaptics"
#       Option      "CorePointer"
#       Option      "Protocol" "auto-dev"
#       Option      "Device" "/dev/misc/psaux"
#       Option      "ZAxisMapping" "4 5"
#       Option      "Edges"             "1900 5400 1800 3900"
#       Option      "Finger"            "20 40"
#       Option      "MaxTapTime"        "20"
#       Option      "MaxTapMove"        "220"
#       Option      "VertScrollDelta"   "100"
#       Option      "MinSpeed"          "0.01"
#       Option      "MaxSpeed"          "0.18"
#       Option      "AccelFactor"       "0.0005"
#       Option      "Repeater"          "/dev/misc/psaux"
#       Option      "SHMConfig"         "on"
#EndSection

one i made myself, which has the nice features ;D
 Section "InputDevice" 
     Driver      "synaptics" 
     Identifier  "Mouse0" 
     Option      "Device"       "/dev/input/event0" 
     Option      "Protocol"     "event" 
     Option      "LeftEdge"     "1900" 
     Option      "RightEdge"    "5400" 
     Option      "BottomEdge"   "1800" 
     Option      "TopEdge"      "3900" 
     Option      "FingerLow"    "25" 
     Option      "FingerHigh"   "30" 
     Option      "MaxTapTime"   "180" 
     Option      "MaxTapMove"   "220" 
     Option      "VertScrollDelta" "100" 
     Option      "MinSpeed"     "0.02" 
     Option      "MaxSpeed"     "0.18" 
     Option      "AccelFactor"  "0.0010" 
 #    Option      "Repeater"     "/dev/ps2mouse" 
 #    Option      "SHMConfig"    "on" 
 EndSection


hope it will help you

On Tue, 2003-11-18 at 08:00, Sebastian Bergmann wrote:
> Sebastian Bergmann wrote:
> > Yes, but I forgot to configure MaxTapTime.
> 
>   Hm, that didn't fix it either. My XFree installation does not like the
>   auto-dev protocol, it seems.
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\                        - against microsoft attachments



--
[EMAIL PROTECTED] mailing list

Reply via email to