You are not logged in.

#1 2007-08-08 11:27:36

calef13
Member
Registered: 2007-06-10
Posts: 142

touchpad annoyance

Hi,

I am running arch linux on my laptop which has a touchpad and it works great but unfortunately the click function which can be done with the button or by tapping the touchpad is a little sensitive, this is more of an irritation, accidentally selecting other windows etc.. Can someone tell me how to turn it off please? I have already checked the KDE control center with no joy.

Thanks,

Calef13

Offline

#2 2007-08-08 11:32:46

mridc
Member
Registered: 2007-08-08
Posts: 21

Re: touchpad annoyance

There's this wiki entry I've stumbled across today, which features a description on touchpad settings:
http://wiki.archlinux.org/index.php/Del … s_Touchpad

For KDE users, it's ksynaptics instead of gsynaptcis, but otherwise this should work. Can't check right now, since I'm stuck with the Windows machine at work. Anyway, toy around a little with the synaptics package, I'm sure you'll do fine smile

Offline

#3 2007-08-08 11:50:29

calef13
Member
Registered: 2007-06-10
Posts: 142

Re: touchpad annoyance

ksynaptics isn't in the repos, so I will have a look on google, but thanks for the link, should have checked the wiki d.oh!

Calef13

Offline

#4 2007-08-08 11:56:41

mridc
Member
Registered: 2007-08-08
Posts: 21

Re: touchpad annoyance

Oh, I wasn't aware of this. Switched to Arch from Gentoo just yesterday, so I've still got a lot to work on in regards to repos and what have you big_smile

Offline

#5 2007-08-08 12:17:37

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: touchpad annoyance

It's in the AUR.

Offline

#6 2007-08-08 14:45:26

stylopath
Member
Registered: 2007-07-26
Posts: 112

Re: touchpad annoyance

gsynaptics also works with kde, but you have to start it manual with "gynaptics" because its now shown in the menu after install.

Remember to set "SHMConfig" "True" in the input device section of your xorg.conf to use it - Have Fun!

Offline

#7 2007-08-09 10:19:27

tkjacobsen
Member
From: Denmark
Registered: 2007-07-07
Posts: 29

Re: touchpad annoyance

the easiesy way to do it is to add

Option "MaxTapTime" "0"

in the 'Section "InputDevice"' where the touchpad settings is defined in your xorg.conf. [keyword: synaptics]

Last edited by tkjacobsen (2007-08-09 10:19:47)


To save time, reboot your computer in the background using "reboot &"

Offline

#8 2007-08-10 10:10:01

tmadhavan
Member
From: Wales :D
Registered: 2004-03-26
Posts: 441

Re: touchpad annoyance

Is it a Thinkpad?

My touchpad 'device' section looks like this:

 
...
Option "SHMConfig" "On"
Option "FingerHigh" "50" 
...

The FingerHigh setting dictates the 'tap' sensitivity. Lower is less sensitive.

HTH, t

Offline

Board footer

Powered by FluxBB