SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2011-06-21 00:52:14

Pacopag
Member
Registered: 2011-06-11
Posts: 18

[SOLVED] Disable tap-to-click

Hi.  Touchpad tap-to-click is making me f#!k!n6 hostile.  I tried following this tutorial

http://crunchbanglinux.org/forums/topic … aptoclick/

but I don't seem to have the file /usr/share/hal/fdi/policy/20thirdparty/11-x11-synaptics.fdi

The closest thing I can find is the file /usr/share/doc/hal/examples/10-x11-input.fdi, but this doesn't have a line corresponding to the info.product key that is identified in step 1 of the tutorial. 

Here is my 10-x11-input.fdi file

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>

    <!-- KVM emulates a USB graphics tablet which works in absolute coordinate mode -->
    <match key="input.product" contains="QEMU USB Tablet">
       <merge key="input.x11_driver" type="string">evdev</merge>
    </match>

    <!-- FIXME: Support tablets too. -->
    <match key="info.capabilities" contains="input.mouse">
      <merge key="input.x11_driver" type="string">mouse</merge>
      <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
             string="Linux">
        <merge key="input.x11_driver" type="string">evdev</merge>
      </match>
    </match>

    <match key="info.capabilities" contains="input.tablet">
      <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
             string="Linux">
        <merge key="input.x11_driver" type="string">evdev</merge>
      </match>
    </match>

    <match key="info.capabilities" contains="input.keys">
      <!-- If we're using Linux, we use evdev by default (falling back to
           keyboard otherwise). -->
      <merge key="input.x11_driver" type="string">keyboard</merge>
      <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name"
             string="Linux">
        <merge key="input.x11_driver" type="string">evdev</merge>
      </match>
    </match>
  </device>
</deviceinfo>

Can someone help me out with this?

Last edited by Pacopag (2011-06-21 12:34:35)

Offline

Be excellent to each other!

#2 2011-06-21 01:03:27

cxexa
Member
From: L5 - DBAA23 - C2187
Registered: 2009-11-06
Posts: 25

Re: [SOLVED] Disable tap-to-click

If you tried only the HAL-related solutions, try the following in a Terminal. If you also tried this synclient solution, apologies for restating it.

synclient TapButton1=0

You can add this to startup, or rather edit the existing file, at ~/.config/openbox/autostart.sh  Around line 40 is a section that has some synclient items.

Last edited by cxexa (2011-06-21 01:10:13)

Offline

#3 2011-06-21 01:17:21

Pacopag
Member
Registered: 2011-06-11
Posts: 18

Re: [SOLVED] Disable tap-to-click

Holy crap!  I can't believe how easy that was.  I can't thank you enough.  I can already feel my blood pressure dropping.

Have a nice day.

Offline

#4 2011-06-21 02:50:29

chaanakya
#! Die Hard
Registered: 2010-12-30
Posts: 940

Re: [SOLVED] Disable tap-to-click

Please mark this thread as solved by appending [Solved] to the title of the initial post.  Thanks smile


Check out Musik - an easy-to-use text-to-music converter!
Join SpiderOak using this link and get an extra 1 GB free: https://spideroak.com/download/referral … 660e787ff1

Offline

#5 2013-07-17 06:26:00

Matto80
New Member
From: Toronto
Registered: 2013-06-30
Posts: 2

Re: [SOLVED] Disable tap-to-click

It is only 2 years later, but big THANK YOU CXEXA!!!!
I actually went the other direction and turned tap-to-click on, but... it's a two way street right??

anyway much love big_smile

M

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo