You are not logged in.

#1 2011-08-07 11:39:27

johan1391
Member
From: Dhahran, Saudi Arabia
Registered: 2010-08-03
Posts: 106

Synaptics tweaking: double click w/ two fingers

My issue is this:
In a good majority of my programs when i "right-click" by using two fingers to open the right-click menu and if I leave my fingers on the touchpad the first option in the menu is instantly selected. I can make it work if i click and move the mouse violently away from the vicinity of the menu or pecking with two fingers uncomfortably fast. My question is how do I extend the time it take before it will read clicks, or I was also thinking that I could lower the Z axis min so that it will still be read as a click as my fingers are comming off.

Here are my X config file:

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 275.21  (buildmeister@swio-display-x86-rhel47-02.nvidia.com)  Mon Jul 18 15:02:03 PDT 2011

Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "NoLogo" "1"
    Option "TripleBuffer" "1"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

10-synaptics.conf

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
        Option "FingerHigh" "50"
        Option "RTCornerButton" "0"
        Option "RBCornerButton" "0"
        Option "LTCornerButton" "0"
        Option "LBCornerButton" "0"
        Option "PalmDetect" "on"
        Option "TapAndDragGesture" "off"
        Option "SingleTapTimeout"
        Option "MaxDoubleTapTime" "500"
        Option "SingleTapTimeout" "500"
EndSection

I've messed with the SingleTapTimeout and MaxDoubleTapTime variable, but they seem to be helping.
Any ideas?

Offline

Board footer

Powered by FluxBB