![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Location: CA
Beans: 61
Ubuntu 8.10 Intrepid Ibex
|
Touchpad clicks way too sensitive
Hi,
The touchpad on my laptop is just way too sensitive. Whenever I'm typing my thumb usually hovers over it and it occasionally touches the touchpad. Such a small touch usually ends up being a click and totally ruins what I type or at best kills the momentum. Also I cant really use the touchpad as a mouse since it ends up clicking everything I go over. Is there any way I can make the clicks less sensitive or atleast turn off the damn touch clicking..? |
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Location: CA
Beans: 61
Ubuntu 8.10 Intrepid Ibex
|
Re: Touchpad clicks way too sensitive
bump
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Location: CA
Beans: 61
Ubuntu 8.10 Intrepid Ibex
|
Re: Touchpad clicks way too sensitive
|
|
|
|
|
#4 | |
|
Dipped in Ubuntu
![]() |
Re: Touchpad clicks way too sensitive
Quote:
If you have a touchpad supported by synaptics make sure you have the correct driver installed (it's called "xserver-xorg-input-synaptics"). There are also graphical configuration tools, e.g. ksynaptics or qsynaptics for KDE and Gnome but I've never used them so I can't say if they'll adjust touch sensitivity as well. A search, Code:
apt-cache search synaptics Code:
man synaptics If this doesn't help post back with some more info and I'll see what I can come up with. Best regards /Mojoman |
|
|
|
|
|
#5 |
|
Dipped in Ubuntu
![]() |
Re: Touchpad clicks way too sensitive
BTW, have a look at these threads as well:
http://ubuntuforums.org/showthread.php?t=332035 http://ubuntuforums.org/showthread.p...light=touchpad (especially post #2 on the last thread). /mojoman |
|
|
|
|
#6 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Location: CA
Beans: 61
Ubuntu 8.10 Intrepid Ibex
|
Re: Touchpad clicks way too sensitive
Ok I installed gsynaptics, and it gave me this error:
""GSynaptics couldn't initialize. You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics" I followed the instruction in the second thread you linked to: However my xorg.conf doesn't have a synaptic section! What to do? |
|
|
|
|
#7 | |
|
Dark Roasted Ubuntu
![]() Join Date: Aug 2005
Location: Canada
Beans: 1,082
|
Re: Touchpad clicks way too sensitive
Quote:
Code:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
.....
|
|
|
|
|
|
#8 |
|
Just Give Me the Beans!
![]() Join Date: Mar 2007
Location: CA
Beans: 61
Ubuntu 8.10 Intrepid Ibex
|
Re: Touchpad clicks way too sensitive
Code:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
How do I find out if my touchpad really is Synaptics? |
|
|
|
|
#9 |
|
Dipped in Ubuntu
![]() |
Re: Touchpad clicks way too sensitive
I did an
Code:
apt-cache search touchpad Anyway, this is how an autogenerated section of a xorg.conf used for a toshiba laptop running on Debian etch looks like (this is how it looked before I started to tweak it, it was *really* slow on etch) Code:
Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection /mojoman |
|
|
|
|
#10 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 1
|
Re: Touchpad clicks way too sensitive
I had the very same problem you have posted here (no synaptis Input Dev Section) I luckily solved it last night. I removed "xserver-xorg-input-synaptics" using Adept then I installed it (xserver-xorg............) again with Adept from the same Ubuntu 6.06 CD. It even told me there was another exact copy in another sub channel (whatever that means) After install was done I had the missing Section in "xorg.conf" Then I could do the things stated in this thread and other places. Problem solved. Maybe I can use Linux now. Well still have laptop winmodem problem, we'll see.
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|