Synaptics Touch Pad - Permenently disabling tapping - A solution

MODERATORS: I wasn't sure where I should post a 'solution' rather than a 'problem/issue' but felt that Hardware Issues was the best location after viewing all other forums.
I recently have had issues with disabling my synaptics touchpad 'tapping' feature. A feature that can be quite annoying when engaging in an irc conversation, especially when you suddenly realize you are not typing anymore because you accidently grazed the touchpad resulting in the the client no longer having focus.
Let me first describe how my system is set-up. I have hot-pluggin enabled, therefore, HAL must be used rather than the infamous xorg.conf. As a matter of fact, I never even created an xorg.conf when setting up my arch system. If you do not have hot plugging enabled, then this particular solution is not for you.
After scouring google searches, the Archlinux forum, and even #archlinux on freenode, I finally decided to just poke around myself. I found the 'hal-device' tool in /usr/bin so called upon it and received a VERY large list of devices being handled by HAL. To make it easier on the eyes and easier to review, I did the following while in ~/.
hal-device > hal-device-output.txt
After reviewing the output of hal-device with my fav. text editor, leafpad, I finally came upon the Synaptics section. After viewing what settings were being fed into HAL and exactly how HAL saw my device, I configured the policies appropriately. If you have not yet copied your Synaptics policy to /etc/hal/fdi/policy then execute the following code:
sudo cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/
This will copy a default policy to the hal policy directory. Now let's compare MY output of hal-device to the default policy.
Output from hal-device
18: udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input_0'
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'input' (string)
input.device = '/dev/input/event8' (string)
input.product = 'AlpsPS/2 ALPS GlidePoint' (string)
input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
input.x11_options.TapButton1 = '1' (string)
input.x11_options.TapButton2 = '2' (string)
input.x11_options.TapButton3 = '3' (string)
input.x11_driver = 'synaptics' (string)
info.subsystem = 'input' (string)
info.product = 'AlpsPS/2 ALPS GlidePoint' (string)
linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input8/event8' (string)
info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input_0' (string)
info.category = 'input' (string)
info.capabilities = { 'input', 'input.mouse', 'input.touchpad' } (string list)
linux.device_file = '/dev/input/event8' (string)
Your output may differ, but the procedure should be the same.
Default HAL policy
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.product" contains="ETPS/2 Elantech Touchpad">
<append key="info.capabilities" type="strlist">input.touchpad</append>
</match>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
<!-- Arbitrary options can be passed to the driver using
the input.x11_options property since xorg-server-1.5. -->
<!-- EXAMPLES:
Switch on shared memory, enables the driver to be configured at runtime
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
Maximum movement of the finger for detecting a tap
<merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
Enable vertical scrolling when dragging along the right edge
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
If on, circular scrolling is used
<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
For other possible options, check CONFIGURATION DETAILS in synaptics man page
-->
</match>
</device>
</deviceinfo>
Looking at the hal-device output, I see my device is recognized as:  input.product = 'AlpsPS/2 ALPS GlidePoint'  (string)
Looking at the default policy, you can obviously see this is different: <match key="info.product" contains="ETPS/2 Elantech Touchpad">
So, make the appropriate changes to the default hal policy that you copied to /etc/hal/fdi/policy/ (i.e. Changing ETPS/2 Elantech Touchpad to AlpsPS/2 ALPS GlidePoint)
In my situation, you can see that was the only line that differed between hal-device output and the default policy. Therefore, we can now make the appropriate adjustments to turn TAPPING off. Simply change the following lines in the default policy:
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
to the following
<merge key="input.x11_options.TapButton1" type="string">0</merge>
<merge key="input.x11_options.TapButton2" type="string">0</merge>
<merge key="input.x11_options.TapButton3" type="string">0</merge>
Afterwards, save and exit the policy and run:
sudo /etc/rc.d/hal restart
You should now have tapping disabled!!!
NOTE: Throughout this I have used Sudo to take on temporary ROOT priviledges... however, you may not have sudo installed therefore may be omitted if run as the root user.
NOTE2: Also, please note, depending on your device you may need to set MaxTapMove to 0.

Since the X.org update, this has now changed. The file you want to edit now is /etc/X11/xorg.conf.d/10-synaptics.conf. Change TapButton 1-3 option values to 0 then restart X.

Similar Messages

  • Synaptics Touch pad not working

    Hi there,
    My Synaptics Touch pad not working.
    System:  HP ProBook 4540S, MS Win8 x64 Ent.
    Please advise.
    Thanks in advance!

    Hello needsnow,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that your Touchpad on the HP ProBook 4540s running Windows 8 is not working. I am sorry, but to get your issue more exposure, I would suggest posting it in the commercial forums, since this is a commercial product. You can do this at Notebook - HP ProBook, EliteBook, Compaq, Slate/Tablet PC, Armada, LTE.
    I hope this helps. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Hp 15- R014TX Notebook PC - Synaptics touch pad not working

    My HP laptop synaptics touch pad is not working. I uninstall the softwre and reinstallation is failed. what can i do for this problem.  i download the synaptics touch pad driver in hp support website and  installation is successed but the settings is  not disply the control pannel or anywher in the laptop, pls help me

    Hello @Mariselam,
    Welcome to the HP Forums, I hope you enjoy your experience! 
    I have read your post on how the TouchPad on your notebook computer is not working properly, and I would be happy to assist you in this matter!
    To correct the function of the TouchPad, I recommend following this document on Using and Troubleshooting the TouchPad or ClickPad (Windows 8). This should help with adjusting sensitivity and configuring the TouchPad to your liking. You can also update the Synaptics drivers for the TouchPad by following this resource on Using HP Support Assistant (Windows 8). 
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Have a great weekend!
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • [SOLVED] synaptics touch pad

    so i got an EeePC 900A last night for my bday, aside from the problems i had getting started, trying out the factory install that didn't work at all, i'm loving. anyway, i got arch installed on it last night. and used the Xorg -config to generate a xorg.conf that worked flawless it seemed.
    the problem i had with the configuration, is everytime i'm moving the cursor and i run out of space on the touch pad, i life my finger, and put it back down, and the cursor location resets itself or something. so i tried taking the touch pad sections of the xorg configs posted on the wiki for the EeePC's and i'm still getting the same thing
    i'm guessing this is normal behaviour for it anyway? and i'm sure there's a setting to change that, i just don't know what it is
    Last edited by ssl6 (2009-10-17 16:21:16)

    if you mean xf86-video-intel, then yes, thats installed and working
    as for xf86-input-synaptics, no, i only installed synaptics which is what was said to install on the EEE 901. the 700 series EEE install guide listed the xf86 package, i figured that was older being as the article is for the 700's....was i wrong to assume that?
    edit// i installed the xf86 synaptics package, its working fine.
    Last edited by ssl6 (2009-10-17 16:12:08)

  • Touch pad keeps disabled when windows starts on Equium

    The touch pad on my laptop keeps disabled every time I start up my computer, I noticed that an icon appears in my task bar which is the same picture on my F9 key of the circular cross over the touch pad, however once I press Fn+F9 keys the touch pad works fine until I start up the laptop again

    If you have some problems with the notebook shuts down procedure so possibly it happens because some programs and applications are running in the background of the OS and cannot be disabled.
    Mostly reinstallation of such application could solve such issues.
    Im not 100% sure if it will help to solve the touchpad issue but try to reinstall the touchpad driver and the utility. Check the Toshiba page for updates.
    Furthermore you could check the settings of the touchpad in the control panel in the mouse option

  • Cannot use Synaptics touch pad on my Qosmio G50

    Hi there
    Have been using a wireless mouse for some time and while in the middle of doing some work the battery went low so I went to use the touch pad and found it did not respond?
    I have downloaded all new drivers but still no go. When I press FN and F9 together there is no response. I unplugged the laser mouse from my Qosmio. Restarted but still no go....
    Any help would be appreciated....
    Cheers

    went into device manager and found in the mice and other pointing devices that it is there. it says synaptics PS/2 port touch pad .and it is enabled !!! but it is still not working ? today i uninstalled the synaptics driver, turned off, turned back on, went to synaptics main site. downloaded the driver and still not working ? tried turning it on with f9 and fn but they are not working also ???

  • Touch pad buttons disabled when keyboard in use

    when a key on the built in keyboard is depressed the left and right cursor buttons are dissabled.
    the synaptics touchpad (7.5) menu allows "palm check enhanced" that stops acidental keypad touches whilst typing to be dissaled,but this did nt resolve the issue, this allows cursor movement when typing, but not left/right button press when typing
    the settings appear fragmented and the help section useful only if you know the correct term for the issue you are expreiancing, so any assistance woul be apreciated
    -will

    That normally happens when the person typing has inadvertently tapped the disable area on the touchpad.
    I do wish I could have been far more specific, but you only gave a general identification of your notebook instead of the complete product number or product name.
    Fn+Esc keys will show system information when you are logged into Windows. Post the complete product number here.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Yoga 13" - Touch Pad not disabled in tablet mode/F6 No longer works.

    I have updated all of my drivers from the Lenovo Yoga 13" site.  I read on here to pay special attention to the Synaptics driver, mine is 16.2.21.4 from Synaptics.  When I flip in to tablet mode my mouse moves around when I touch it.  Also the F6's "disable touchpad" doesnt work.  
    Its really annoying to not be able to use it as intended.  Anyone have a fix for this?

    hi OmegaNine,
    Sorry to hear what happened,
    1. Can we Try this,
     Go to Control Panel / Programs and features/ uninstall a program
        Look for the Synaptics Software, Uninstall it there.
    2. Go to Device Manager and look under "mice and game controllers" and make sure it does not say Synaptics there.
                  If it Does Uninstall it as well and put a check on the box if it asked "delete driver software"
    If the system did not asked you for a restart, Restart the system Manually.
    Open Device Manager again and open the category Sensor
      like on this photo
         http://www.codeproject.com/KB/system/wiisensor/wiisensor11.png
    Uninstall everything under Sensors but DO NOT put a check on the delete driver Software.
    Restart
    Download and install this driver
           Synaptics TouchPad Driver for 64-bit Windows
    Restart after installation and Check if You still have the Issue.
    Hope this helps
    Cheers!!
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • How do you change setting in firefox inorder to use the swipe feature to scroll through opened tabs in a window.? I am using synaptics touch pad that supports swipe on windows. Try my procedure in the link pasted below if you have the same problem as me.

    this is what i used but it didnt work
    http://www.mactipper.com/2009/07/switch-tabs-in-firefox-with-three.html
    I recently figured out that I can change setting on firefox so swipe (three finger movement) can be used to change tabs.
    Here is the procedure I used > http://www.mactipper.com/2009/07/switch-tabs-in-firefox-with-three.html but it did not work. Go ahead and try it and see if it works for you. Then reply to me thanks

    Your previous support postings are listed [https://support.mozilla.com/en-US/search?q=&num_voted=0&num_votes=&asked_by=larsonite&answered_by=&q_tags=&created=0&created_date=&updated=0&updated_date=&sortby=0&a=1&w=2 here].
    '''Please bookmark that page so that you don't have to ask about this repeatedly.'''

  • HP G72 Touch pad disable

    Hi, 
    I have a G72 laptop.
    When I first got it, the Synaptics Touch pad would automatically disable when I plugged in my USB mouse.
    What a great idea!
    I have just had to format and reinstall WIndows 7 home, from the supplied Recovery Partition.
    This was a nice, pain free procedure, except that my Touch Pad doesn't disable any more.
    I have looked most places I can think of and can't find any reference to it.
    Anyone know the  the Magic Incantation??
    Many thanks
    J
    This question was solved.
    View Solution.

    Hello again John822179,
    It may have been a feature that was not included in the driver you are currently running. You can remove that driver and reinstall the original driver that came with your computer by following the instructions I am providing below:
    Step 1. Click Start
    Step 2. Click Control Panel
    Step 3. Click on Device Manager
    Step 4. Click on Mice and other pointing devices
    Step 5. Right-click on your mouse driver and select Uninstall
    Step 6. Download and review the HP Support document: Using Recovery Manager to Restore Software and Drivers (Windows 7). Use it to reinstall your Trackpad drivers that originally came with your computer.
    This should give you the functionality you are looking for back. Again thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • HP ProBook 4530s mouse touch pad

    I have disabled mouse touch pad. Having restarted laptop I noticed that LED indicator for mouse touch pad was turned off and mouse pointer accepts finger moves/clicks on touch pad (it was enabled) until I logged on when LED turned on and mouse touch pad was disabled . Is this normal behaviour? The same is happening when laptop is powered on.

    Hi BoxIKG,
    Thank you for your inquiry, 
    Your Probook is a commercial unit.   I am sorry, but to get your issue more exposure, I would suggest posting it in the commercial forums, since this is a commercial product. You can do this at Commercial/Notebook - HP ProBook, EliteBook, Compaq, Slate/Tablet PC, Armada, LTE
    I hope this helps.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Firefox 19.0.2 crashes when opening it using touch-pad gestures on Windows 8

    I'm having a problem with Firefox when launching it using gestures on my touch-pad. More specifically I have set a "Three-Finger Press" application gesture in Synaptics Touch-pad v7.2, and set it to open Firefox (and only Firefox).
    When I open Firefox in this manner and then try to open tabs (and/or multiple tabs), Firefox freezes completely, and is unresponsive. However when I open Firefox from the pinned shortcut on my taskbar the problem does not occur (and never has when opening Firefox this way).
    I am guessing I am basically the only one who has this problem - but I would love to get it fixed. Any ideas?

    Only crash report that have a "bp-" prefix have been submitted.<br />
    One crash report is about the Flash plugin.
    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting
    *http://helpx.adobe.com/flash-player/kb/flash-player-113-crash-mozilla.html

  • Touch pad problem

    Hello all,
    I have an HP 6730b laptop. I purchased it used. I runs Win 7 @ 64bit. All was well, until I had to do a restore to an earlier time, due to a bad program download. 
    Now, my problem is: the "Synaptics touch pad" used to have a listing in the "device manager" section to change setings for it, and an icon in the lower right of the task bar, which accessed it. Now, the Synaptics part is listed,(under device mgr.) and when I click it 2 times, I get a box that gives me the basic info on the pad, nothing else. When I first got it, it had a very nice complete program of settings for "touch sensitivity," etc. Very controllable. Now, I can't do anything in terms of settings at all. The settings choices are gone. I downloaded the "Synaptics Touch Pad" driver straight from HP. However, this did not help me. Anyone know what to do? I would appreciate, if their is, a siple solution to the problem. I am a bit of an amature. Thank you!! Tom
    This question was solved.
    View Solution.

    Hi
    Please find the link given below might help you to fix your issue.
    Link
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • No control pannel for my touch pad?????

    I got a new Hp Laptop and I some how managed to change the settings for the touch pad??? I am unable to turn the touch pad off by pressing the small button above the pad and the scroll along the side of the bar is not working anymore. Its fustrating!! 
    I tried to download somethings on the HP websites to give my a control pannel under my Control Settings / Mouse hardware section, but nothing happened.
    Does anyone have any suggestions please??
    Phil. 

    Before Reinstalling drivers I would try going to start>control panel>mouse>then at the top you should see synaptics touch pad. click there then click device defaults. this will be much faster and should restore it. The problem is even reinstalling the driver won't fix it cause the driver is good and will most likely set your device back to the same settings. In vista this is normal, the way around would be to uninstall any driver for the touchpad before reinstalling it this can be done through the hardware manager. It will work if the other fails let me know if you need to know how to do it. Gangles answer my work but in Vista due to where the user settings are stored for the synaptics pointing device aren't really deleted while reinstalling the driver hence the driver will read those.

  • Pavilion G4 - Diabling Touch Pad is not retained after reboot or Sleep

    On a Pavilion G4 running Windows 8, when I double touch the upper left of the touch pad to disable it, it does so and acts accordingly.  However, after I close the lid to put it to sleep or re-boot, the system comes back up with the touch pad enabled.  What can I do to have this work correctly (and have it be disabled after sleep or reboot)?  Thanks.

    Try this: Control Panel-->Mouse-->Device setting, choose [Disable] , then [ok] should permanentely disable touchpad function. Thanks!
    ET1111. I work for HP; I'm here to help

Maybe you are looking for

  • From a film file to a cd format.

    Hi! Im trying to burn a documental I downloaded into a cd o dvd in order to watch with my family in the living room cd dvd player but I do not find the way. I guess that if I managed to take it into de Itunes may be then I could burn it, but I have n

  • Vertical Text in Tabels

    I wonder how I can flip text in a single cell of a table to vertical orientation? Thanks for any support.

  • Little things missing in Z3

    Hi, just bought Xperia Z3, updated to Lollipop 5.0.2, and it's awesome.  However moving from LG phones, I feel the Xperia is missing few "little things": 1. No option of "vibrate when call is answered" This one is small but a very useful thisng, you

  • Webforms menu modification

    webforms menu modification Is there any way to add to or remove functionality from the menu when deploying forms? i.e. the menu that has the 'Action', 'Edit', 'Query', ..., 'Help', 'Window' drop-down menus? Or is this menu static and not changable. I

  • What is the best way to handle a business full of Macs w/ app updates?

    So we have an office with OS X Server and about 20 macs. We're now on the era of App Store handling updates to the OS, among other things. This presents a problem, because the updates want an Apple ID, and will occasionally ask for credit card verifi