You are not logged in.

#1 2010-09-06 23:30:46

duke11235
Member
Registered: 2009-10-09
Posts: 221

[SOLVED]Tapping Me Crazy

I have a laptop that reenables tapping every time I logout. Using gsynaptics fixes it, but I am getting tired of it every time I boot. How should I stop it?

Last edited by duke11235 (2010-09-07 00:20:14)

Offline

#2 2010-09-06 23:41:17

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]Tapping Me Crazy

What magic gsynaptics performs? The settings have to be stored somewhere, maybe you can script this behavior.

Edit: Can you set the desired behavior in /etc/X11/xorg.conf.d/10-synaptics.conf ?

Last edited by karol (2010-09-06 23:46:33)

Offline

#3 2010-09-07 00:12:04

duke11235
Member
Registered: 2009-10-09
Posts: 221

Re: [SOLVED]Tapping Me Crazy

I would if I knew the variable. I tried something and x crashed, restored it and we're back:

Current 10-synaptics.conf:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
          Option "TapButton1" "1"
          Option "TapButton2" "2"
          Option "TapButton3" "3"
EndSection

Can anyone provide insight beyond the wiki about what to do.

SOLUTION: Change Tapbutton1 to 0 fixed the tapping, I still don't know what gsynaptics was doing

Last edited by duke11235 (2010-09-07 00:20:00)

Offline

#4 2010-09-07 10:15:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]Tapping Me Crazy

Ummm, it's in the manual:

TapButton1 (Integer)
    Which mouse button is reported on a non-corner one-finger tap. Set to 0 to disable. 

Glad you got it working.

Offline

Board footer

Powered by FluxBB