View Full Version : [ubuntu] Touchpad tapping trouble
JamesBonz
June 24th, 2008, 12:12 AM
Alright, well long story short. I haven't touched Ubuntu since Dapper on my older laptop and could never get wireless working making running Ubuntu useless. I recently got a new laptop and decided to dual boot Vista and the newest possible version (Hardy). It works great, I love it just the touchpad tap-to-click is driving me absolutely crazy its so bloody sensitive. I've searched and search and nothing helps. It seems to be a fairly average problem and most people fix it by adding Option "MaxTapTime" "0", which does nothing, downloading gsynaptics and adding Option SHMConfig "true" (or "on" as works for a lot of people too) still nothing, I've tried a few more things and still nothing, I've read at least 20 links, and actually crashed Ubuntu a few times by screwing with the xorg too much.
My laptop is an Acer Aspire 5920-6273.
Now one last thing, I'm quite the novice when it comes to Ubuntu/Linux so please add step by step instructions, since most things will go straight over my head.
If anyone have ANY advice I would be greatly appreciative.
~ Shawn.W.
danielph
June 24th, 2008, 12:19 AM
This maybe a silly question but did you try running the application gsynaptics and changing the touchpad settings from there? You only mentioned installing it.
(Press ALT-F2 together and then type gsynaptics in dialog box)
JamesBonz
June 24th, 2008, 12:33 AM
Oh yes definitely. No matter what I did (disable touchpad, or even just disable tapping) it would not work, I read this may be a problem if the touchpad was an alps made pad, but in this case it is not. Whats worse after the machine was restarted, or the xserver was with ctrl+alt+backspace the settings would be back to default, so even if this option did work, it would have to keep selecting disable tapping.
danielph
June 24th, 2008, 12:49 AM
Try cleaning up your xorg.conf so no other options are picked up from here and then use gsynaptics to set the mouse.
JamesBonz
June 24th, 2008, 12:57 AM
xorg is completely ...well... stock? only change that I have made is the adding the SHMConfig option to get gsynaptics past the initial error. After each failed attempt I restore xorg again, since a few failed attempts earlier, I went onto the next "fix" and I crashed ubuntu and had to reinstall.
danielph
June 24th, 2008, 02:09 AM
I can only guess that xorg.conf is changing something. No harm taking a look. Can you post it here?
JamesBonz
June 24th, 2008, 09:59 AM
No problem, here ya go.
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option "SHMConfig" "true"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
danielph
June 24th, 2008, 11:46 AM
Under the section Module try adding Load "synaptics"and maybe try removing Option "HorizEdgeScroll" "0"
You will need to restart X (Ctrl-Alt-Backspace) for changes to take effect
JamesBonz
June 24th, 2008, 03:37 PM
Done & no change.
gsynaptics options still have no effect.
danielph
June 24th, 2008, 03:47 PM
I just read this page (http://gsynaptics.sourceforge.jp/) and it says To use your setting values at each starting of Xserver, you have to run gsynaptics-init at the starting of Xserver.
If you are:
Ubuntu GNOME users,
you have to add gsynaptics-init on [Applications] - [Desktop Preferences] - [Advanced] - [Sessions] - [Startup Programs ] in GNOME Menu
Not something I have done to get mine working, but I am out of ideas, so you may want to follow it. I have it working with Arch linux and KDEmod and Gnome with Ubuntu on another laptop. You are welcome to any of my config files. Good Luck
EDIT: Also check your X error logs at /var/log to see if there are any mention of synaptics. On my machine the log file is /var/log/Xorg.0.log so cat /var/log/Xorg.0.log|grep synaptics
JamesBonz
June 24th, 2008, 04:55 PM
I hate having to type this again :(
No go. That was already there, I removed the start-up session and readded it with that command, no change at all, gsynaptic settings still have no effect, and the ubuntu mouse control (with a 'touchpad' tab) also still has no effect.
danielph
June 24th, 2008, 05:07 PM
Check the X log as above for clues and check that "xserver-xorg-input-synaptics" is installed.
Also for checking for errors: cat /var/log/Xorg.0.log|grep EEand warnings cat /var/log/Xorg.0.log|grep WW
Absolut Newbee
July 18th, 2008, 01:14 PM
I have the same problems with the touch pad tapping, it turns out that the Aspire 5920 series is not compatible with Gsynapatics see (http://w1.894.telia.com/~u89404340/touchpad/compatibility.txt) for more details
Hope you have fund an other way
errenay
July 19th, 2008, 10:48 AM
This may help you:
http://ubuntuforums.org/showthread.php?t=517156
Absolut Newbee
July 21st, 2008, 06:07 AM
Thanks for the link, got everything to work
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.