> I have not noticed this behavior (FC4 x86_64 R3000z).  The synaptics
> driver works very well for me.  Occasionally I might get a stray tap,
> but that's because I accidentaly touched the touchpad slightly.
> Perhaps some of your settings are too sensitive.  What does your
> xorg.conf look like (just the synaptics section)?  You could enable
> the SHMConfig (or whatever the option is) and adjust things on the fly
> till you get them the way you like.

This is my xorg.conf (synaptics part):

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
        Option      "LeftEdge" "120"
        Option      "RightEdge" "830"
        Option      "TopEdge" "120"
        Option      "BottomEdge" "650"
        Option      "FingerLow" "14"
        Option      "FingerHigh" "15"
        Option      "MaxTapTime" "180"
        Option      "MaxDoubleTapTime" "180"
        Option      "EmulateMidButtonTime" "75"
        Option      "MaxTapMove" "110"
        Option      "VertScrollDelta" "20"
        Option      "HorizScrollDelta" "20"
        Option      "MinSpeed" "0.3"
        Option      "MaxSpeed" "0.75"
        Option      "AccelFactor" "0.015"
        Option      "EdgeMotionMinSpeed" "200"
        Option      "EdgeMotionMaxSpeed" "200"
        Option      "UpDownScrolling" "1"
        Option      "CircularScrolling" "1"
        Option      "CircScrollDelta" "0.1"
        Option      "CircScrollTrigger" "2"
        Option      "TouchpadOff" "0"
EndSection

_______________________________________________
LinuxR3000 mailing list
[email protected]
http://lists.pcxperience.com/cgi-bin/mailman/listinfo/linuxr3000
Wiki at http://prinsig.se/weekee/

Reply via email to