LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Touchpad too sensitive (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/touchpad-too-sensitive-141056/)

downinthemine 02-01-2004 12:48 PM

Touchpad too sensitive
 
I have Dell Inspiron 4000 and the touchpad is really sensitive. If my fingers give it the slightest touch as I type, it thinks that I have clicked. Is there a way to make it less sensitive?

jdifool 02-01-2004 08:01 PM

Who is the manufactor of your touchpad ?
 
It would help to solve the problem.

If it is Synaptics, there are good drivers in the wild, and configuration is well explained. So far this is what I've been using, but everything relies on your specific hardware, I guess.

Regards,
jdif

irlandes 02-01-2004 09:07 PM

Rats, I lost it...
 
I saw this the other day on another URL, and it told which file to edit, changing "resolution". I did not get time to do it, and now cannot find the note which told the filename to fix.

downinthemine 02-01-2004 10:00 PM

It is a synaptic touchpad. I'll search for the drivers.
Thanks

jdifool 02-01-2004 10:15 PM

Here it is :
http://w1.894.telia.com/~u89404340/touchpad/

and the sample Xfree86 section :

in the module section :
'Load "synaptics"'

+

Section "InputDevice"
Driver "synaptics"
Identifier "Mouse[1]"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1800"
Option "BottomEdge" "3900"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0010"
EndSection

Regards,
jdif

Invdaderzim 02-15-2004 07:48 PM

Im using the synaptics driver, In the Xfree86-4 config file, change MaxTapTime=180 to MaxTapTime=0 to disable tapping to be a click.


All times are GMT -5. The time now is 10:57 PM.