You are not logged in.

#1 2010-10-12 18:25:32

aeonlove
Member
From: Carlow, Ireland
Registered: 2010-10-09
Posts: 27

Synaptics cannot tap

My /etc/X11/xorg.conf.d/10-synaptics.conf

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "Protocol" "auto-dev"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
        Option "SHMConfig" "on"
EndSection

I have tried gsynaptics, it does work well at one moment.
However, it cannot save settings.
I'm sure I've put gsynaptics-init to session.
I have been reading the wiki hundreds times.
Looking for help...

Offline

#2 2010-10-12 18:31:21

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Synaptics cannot tap

my config is like this:

TapButton1              = 1
TapButton2              = 3
TapButton3              = 2
TapAndDragGesture       = 1


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-10-12 18:44:24

aeonlove
Member
From: Carlow, Ireland
Registered: 2010-10-09
Posts: 27

Re: Synaptics cannot tap

I added Option "TapAndDragGesture" "1" , but it cannot work either.
Could you show me your configures?

Offline

#4 2010-10-12 18:49:48

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Synaptics cannot tap

synclient -l
Parameter settings:
    LeftEdge                = 1752
    RightEdge               = 5192
    TopEdge                 = 1620
    BottomEdge              = 4236
    FingerLow               = 24
    FingerHigh              = 29
    FingerPress             = 255
    MaxTapTime              = 180
    MaxTapMove              = 221
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    FastTaps                = 0
    EmulateMidButtonTime    = 75
    EmulateTwoFingerMinZ    = 280
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 100
    HorizScrollDelta        = 100
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 0
    HorizTwoFingerScroll    = 0
    MinSpeed                = 1
    MaxSpeed                = 1.75
    AccelFactor             = 0.0398089
    TrackstickSpeed         = 40
    EdgeMotionMinZ          = 29
    EdgeMotionMaxZ          = 159
    EdgeMotionMinSpeed      = 1
    EdgeMotionMaxSpeed      = 401
    EdgeMotionUseAlways     = 0
    TouchpadOff             = 1
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 1
    ClickFinger3            = 1
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 199
    CoastingSpeed           = 20
    CoastingFriction        = 50
    PressureMotionMinZ      = 29
    PressureMotionMaxZ      = 159
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 1
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0

Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2010-10-12 19:02:03

aeonlove
Member
From: Carlow, Ireland
Registered: 2010-10-09
Posts: 27

Re: Synaptics cannot tap

This is mine.

[aeon@Exheamns ~]$ synclient -l
Parameter settings:
    LeftEdge                = 1751
    RightEdge               = 5179
    TopEdge                 = 1625
    BottomEdge              = 4297
    FingerLow               = 24
    FingerHigh              = 29
    FingerPress             = 255
    MaxTapTime              = 180
    MaxTapMove              = 222
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    FastTaps                = 0
    EmulateMidButtonTime    = 75
    EmulateTwoFingerMinZ    = 29
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 101
    HorizScrollDelta        = 101
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 0
    HorizTwoFingerScroll    = 0
    MinSpeed                = 1
    MaxSpeed                = 1.75
    AccelFactor             = 0.0395804
    TrackstickSpeed         = 40
    EdgeMotionMinZ          = 29
    EdgeMotionMaxZ          = 159
    EdgeMotionMinSpeed      = 1
    EdgeMotionMaxSpeed      = 404
    EdgeMotionUseAlways     = 0
    TouchpadOff             = 0
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 0
    TapButton2              = 0
    TapButton3              = 0
    ClickFinger1            = 1
    ClickFinger2            = 3
    ClickFinger3            = 2
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 199
    CoastingSpeed           = 20
    CoastingFriction        = 50
    PressureMotionMinZ      = 29
    PressureMotionMaxZ      = 159
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 1
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0

Offline

#6 2010-10-12 19:03:59

aeonlove
Member
From: Carlow, Ireland
Registered: 2010-10-09
Posts: 27

Re: Synaptics cannot tap

TapButton1              = 0
    TapButton2              = 0
    TapButton3              = 0
Why?

Offline

#7 2010-10-12 19:33:05

aeonlove
Member
From: Carlow, Ireland
Registered: 2010-10-09
Posts: 27

Re: Synaptics cannot tap

It seems the following settings do not function.
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"

Offline

#8 2010-10-12 19:34:17

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Synaptics cannot tap

do you use gnome or kde?


Give what you have. To someone, it may be better than you dare to think.

Offline

#9 2010-10-12 19:43:57

aeonlove
Member
From: Carlow, Ireland
Registered: 2010-10-09
Posts: 27

Re: Synaptics cannot tap

gnome.
I tried put Option "RBCornerButton" "3" to /etc/X11/xorg.conf.d/10-synaptics.conf, and it functions.

Offline

#10 2010-10-12 19:45:20

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Synaptics cannot tap

gnome is overriding X settings. to enable tap go to System->Preferences->Mouse, then Touchpad tab and check Enable mouse clicks with touchpad


Give what you have. To someone, it may be better than you dare to think.

Offline

#11 2010-10-12 19:55:04

aeonlove
Member
From: Carlow, Ireland
Registered: 2010-10-09
Posts: 27

Re: Synaptics cannot tap

Yes, it works.
Really really thanks!=D

Offline

Board footer

Powered by FluxBB