You are not logged in.

#1 2009-04-06 19:20:54

CodeBlock
Member
From: Ohio, USA
Registered: 2008-06-13
Posts: 76
Website

tap-to-click w/ synaptics

Anyone have any experience making tap-to-click work with synaptics? I've messed around with it for a while, and can't seem to figure it out, and I kinda miss it. I'm running a gateway m-6843, using the standard synaptics driver on a fairly new arch install.

Any guidance would be appreciated.

Here's the relevant portion of xorg.conf.

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "synaptics"
        Option      "CorePointer"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
        Option      "FingerLow" "25"
        Option      "FingerHigh" "30"
        Option      "MaxTapTime" "180"
        Option      "MaxTapMove" "220"
        Option      "MaxDoubleTapTime" "180"
        Option      "VertEdgeScroll" "true"
        Option      "HorizEdgeScroll" "true"
        Option      "PalmDetect" "1"
        Option      "SHMConfig" "on"

EndSection

I'm a block of code, and I approve this message.

Offline

#2 2009-04-06 20:01:30

pauldonnelly
Member
Registered: 2006-06-19
Posts: 776

Re: tap-to-click w/ synaptics

Maybe fill in the "TapButton1" and so on options?

Offline

#3 2009-04-06 20:28:34

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: tap-to-click w/ synaptics

You probably already know this, but I'll mention it anyway: xorg.conf entries for input devices are used only if xorg input hotplugging is disabled.

Offline

Board footer

Powered by FluxBB