Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-05-09 16:58:11

alun_sundry
Member
Registered: 2011-05-09
Posts: 5

[Solved] 4.8 and disabling the touchpad's 'tapping'

I'm enjoying Xubuntu 11.04 (with Xfce 4.8) since installing it yesterday but the procedure for disabling the tapping feature of touchpads seem to have changed. There was before a little bit of code to do with syndaemon or synclient to tap into Settings > Settings Manager > Session and Startup > Application Autostart in its own added box, which doesn't seem to work now. I've googled and not found anything else works, except temporarily, for the duration of a session, to have gpointing-device-settings installed and to run it from the terminal and switch the tapping off there. The setting seems to undo itself next boot so it's not quite enough as a solution.

Hopefully the feature will get overdue gui representation in a coming update. In the meantime, has anyone here solved this?

Thanks.

Offline

#2 2011-05-09 17:28:09

herd
Member
From: Germany
Registered: 2006-05-18
Posts: 143
Website

Re: [Solved] 4.8 and disabling the touchpad's 'tapping'

man 4 synaptics:


Option "TouchpadOff" "integer"
              Switch off the touchpad.  Valid values are:

              0   Touchpad is enabled
              1   Touchpad is switched off
              2   Only tapping and scrolling is switched off
              Property: "Synaptics Off"

modify in /usr/share/X11/xorg.conf.d/50-synaptics.conf

Offline

#3 2011-05-09 18:20:17

alun_sundry
Member
Registered: 2011-05-09
Posts: 5

Re: [Solved] 4.8 and disabling the touchpad's 'tapping'

Marvellous! Adding

Option "TouchpadOff" "2"

to that section did the trick. I'll put the solution in the Ubuntu forum where I posted first.

Thanks.

Last edited by alun_sundry (2011-05-09 18:20:46)

Offline

#4 2011-05-09 19:43:26

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: [Solved] 4.8 and disabling the touchpad's 'tapping'

There is a good change we will extend pointer support in 4.10 to provide device properties. That will reintroduce a good way to configure device specific setting, unlike the hack we had in 4.6 (which for that reason I removed).

Offline

#5 2011-05-09 19:50:41

demosthenese
Member
From: Liverpool, UK
Registered: 2009-05-04
Posts: 71

Re: [Solved] 4.8 and disabling the touchpad's 'tapping'

Alternatively you can use xinput. My how to is at

http://www.debianuserforums.org/viewtop … 6605#p6605

the relevant xinput command would be

$ xinput --set-prop 'SynPS/2 Synaptics TouchPad' "Synaptics Off" 2


An advantage of using xinput is that you can have your own settings in a script to run at login, so they will not affect other users. Also you can change settings on the fly.

Offline

#6 2012-04-27 01:28:13

Wurstwesen
Member
Registered: 2012-04-27
Posts: 1

Re: [Solved] 4.8 and disabling the touchpad's 'tapping'

herd wrote:

man 4 synaptics:


Option "TouchpadOff" "integer"
              Switch off the touchpad.  Valid values are:

              0   Touchpad is enabled
              1   Touchpad is switched off
              2   Only tapping and scrolling is switched off
              Property: "Synaptics Off"

modify in /usr/share/X11/xorg.conf.d/50-synaptics.conf

I registered  just to add another idea, for other people who might have the same problem and come about this solution by googling.

The thing is, i want to disable tapping but still have scrolling.

Therefore this solution didnt help me much.

On some other forum i found the solution to keep scrolling while disabling the nasty touchpad tapping.

And it worked perfectly with adding the line: Option "MaxTapTime" "0"

insert this in /usr/share/X11/xorg.conf.d/50-synaptics.conf, instead of "touchpad off" option, and you will keep scrolling, but the tapping bullshit is gone.

visiting https://wiki.archlinux.org/index.php/Touchpad_Synaptics
also helped quite a bit finding out more about these synaptic options.

Offline

Board footer

Powered by FluxBB