Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Desktop Environments
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Desktop Environments
Support for your Ubuntu desktop. Including Gnome, KDE and XFCE.

 
Thread Tools Display Modes
Old September 4th, 2008   #1
cnymike
5 Cups of Ubuntu
 
Join Date: Sep 2008
Beans: 16
How to turn off or disable touchpad tap

My HP pavilion XH136 has a touchpad and the tap behavior is driving me crazy. I'm always accidentally opening apps, windows, making choices that I don't want to make because the tap feature is so sensitive. I jsut want to turn off the tap feature completely. But I don't see anyway to do that. THe mouse control panel doesn't let me turn off the tap and there does not seem to be any touchpad specific control panel. Help.
cnymike is offline   Reply With Quote
Old September 4th, 2008   #2
sayakb
Koz Kubuntu's Kewl
 
sayakb's Avatar
 
Join Date: Jan 2008
Location: /dev/null
My beans are hidden!
Kubuntu 8.10 Intrepid Ibex
Send a message via ICQ to sayakb Send a message via AIM to sayakb Send a message via MSN to sayakb Send a message via Yahoo to sayakb
Re: How to turn off or disable touchpad tap

Install gsynaptics and disable tapping using the Touch Pad Settings (gsynaptics)
__________________
sayakb is offline   Reply With Quote
Old September 4th, 2008   #3
cnymike
5 Cups of Ubuntu
 
Join Date: Sep 2008
Beans: 16
Re: How to turn off or disable touchpad tap

I installed gsynaptics and then when I went to the mouse control panel I got an error that it GSynaptics could not not initialize. That I have to set SHMCongif in xorg.conf to true or XF86Config to use GSynaptics.

I opened xorg.conf and did not see any SHMConfig.

I'm stuck.
cnymike is offline   Reply With Quote
Old September 5th, 2008   #4
Calmatory
Gee! These Aren't Roasted!
 
Join Date: Mar 2008
Beans: 175
Re: How to turn off or disable touchpad tap

I am having the exact same problem, except that I don't really need that software, as I was able to disable the double tap from System->Preferences->Mouse->Touchpad.
__________________
HP 530 with Arch. Happier than ever.
Linux is just a kernel.
Calmatory is offline   Reply With Quote
Old September 5th, 2008   #5
CJ56
A Carafe of Ubuntu
 
CJ56's Avatar
 
Join Date: May 2007
Location: London
Beans: 131
Ubuntu 9.10 Karmic Koala
Re: How to turn off or disable touchpad tap

Have you tried going into your xorg.conf, going to the Section "InputDevice", and changing the "MaxTapTime" and "MaxTapMove" values to "0" then saving (and possibly restarting)?

It worked for me on an old Dell Inspiron...
CJ56 is offline   Reply With Quote
Old September 5th, 2008   #6
mali2297
Chocolate Ubuntu Mocha Blend
 
mali2297's Avatar
 
Join Date: Jul 2006
Location: Sweden
Beans: 1,755
Re: How to turn off or disable touchpad tap

Quote:
Originally Posted by cnymike View Post
I installed gsynaptics and then when I went to the mouse control panel I got an error that it GSynaptics could not not initialize. That I have to set SHMCongif in xorg.conf to true or XF86Config to use GSynaptics.

I opened xorg.conf and did not see any SHMConfig.

I'm stuck.
You need to add a line to the appropriate input device section. Here is the relevant section in my xorg.conf:

Code:
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "SHMConfig"             "on"
EndSection
__________________
Kind Regards, Martin.
(\__/)
(='.'=)
(")_(")
mali2297 is offline   Reply With Quote
Old September 5th, 2008   #7
Calmatory
Gee! These Aren't Roasted!
 
Join Date: Mar 2008
Beans: 175
Re: How to turn off or disable touchpad tap

What if there is no such option as "SHMConfig"?
__________________
HP 530 with Arch. Happier than ever.
Linux is just a kernel.
Calmatory is offline   Reply With Quote
Old September 5th, 2008   #8
mali2297
Chocolate Ubuntu Mocha Blend
 
mali2297's Avatar
 
Join Date: Jul 2006
Location: Sweden
Beans: 1,755
Re: How to turn off or disable touchpad tap

Quote:
Originally Posted by Calmatory View Post
What if there is no such option as "SHMConfig"?
You have to add the line in bold.

...or do you mean that you get an error if you do so?
__________________
Kind Regards, Martin.
(\__/)
(='.'=)
(")_(")
mali2297 is offline   Reply With Quote
Old September 12th, 2008   #9
wladicus
5 Cups of Ubuntu
 
Join Date: Sep 2008
Beans: 33
Kubuntu 8.04 Hardy Heron
Re: How to turn off or disable touchpad tap

Quote:
Originally Posted by mali2297 View Post
You have to add the line in bold.
Hi mali,
Perhaps I can get some help here as well. I have the same problem in Kubuntu. I have tried everything mentioned in this thread and in several other threads on this very topic. Nothing appears to be working for my particular situation. I have a MDG VisionBook with 3GB of RAM. The touchpad is a Logitech NOT a Synaptics, so I do not understand how that Synaptics code even got into my xorg.conf file unless this is generic stuff that is supposed to work on any make of touchpad. Under System Settings, when I go to the Keyboard and Mouse then select Mouse, there is no indication of a touchpad or touchpad settings anywhere. The Kubuntu development team sure seem to have missed on this very simple 'MUST HAVE' in any system. Makes for a very unhappy Linux experience. No such problems in my Windows Vista OS running on the same machine.
It looks like Kubuntu actually thinks my touchpad is a mouse, but why then is there code at all for a Synaptics Touchpad in my xorg.conf file.
Can someone explain this, so that people like myself can understand what is going on here?
Anyway, I have put this challenge out into the Linux World and no one has dared to take it up seriously. I have tried the many, many suggestions provided thus far (they are all very similar, around the Synaptics Touchpad business and changing settings in the xorg.conf file and synclient and syndaemon etc..., but none of this has worked on this laptop). If Windows can do it, why can't Linux?
walt
__________________
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
walt
St. Thomas, Ontario = 42.77°N, 81.11°W =
RASC: Royal Astronomical Society of Canada

Last edited by wladicus; September 12th, 2008 at 07:22 PM.. Reason: Typos & that ?#$%@ Touchpad
wladicus is offline   Reply With Quote
Old September 12th, 2008   #10
wladicus
5 Cups of Ubuntu
 
Join Date: Sep 2008
Beans: 33
Kubuntu 8.04 Hardy Heron
Re: How to turn off or disable touchpad tap

Quote:
Originally Posted by LinuxIsInnovation View Post
Install gsynaptics and disable tapping using the Touch Pad Settings (gsynaptics)
I do have gsynaptics installed and when I click on it to run it I get the following message:
Quote:
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
That message is quite strange because I added "SHMConfig" "true" to the xorg.conf file many 'boots' ago and the problem is still not solved. Many people on many forums have been unable to help with this problem. I actually want to turn the touchpad off completely because it is a nuisance when typing, but nothing seems to work. I am running Kubuntu 8.04 LTS (Hardy Heron) in a Wubi configuration. Are there any new suggestions? Thank you for your time.
walt
__________________
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
walt
St. Thomas, Ontario = 42.77°N, 81.11°W =
RASC: Royal Astronomical Society of Canada

Last edited by wladicus; September 12th, 2008 at 11:55 PM.. Reason: Typos and &^%$*#@ Touchpad annoyances
wladicus is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:40 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry