<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.xfce.org/extern.php?action=feed&amp;tid=5939&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Xfce Forums / [Solved] 4.8 and disabling the touchpad's 'tapping']]></title>
		<link>http://forum.xfce.org/viewtopic.php?id=5939</link>
		<description><![CDATA[The most recent posts in [Solved] 4.8 and disabling the touchpad's 'tapping'.]]></description>
		<lastBuildDate>Fri, 27 Apr 2012 01:28:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [Solved] 4.8 and disabling the touchpad's 'tapping']]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=25954#p25954</link>
			<description><![CDATA[<div class="quotebox"><cite>herd wrote:</cite><blockquote><div><p>man 4 synaptics:</p><br /><p>Option &quot;TouchpadOff&quot; &quot;integer&quot;<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; Switch off the touchpad.&#160; Valid values are:</p><p>&#160; &#160; &#160; &#160; &#160; &#160; &#160; 0&#160; &#160;Touchpad is enabled<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; 1&#160; &#160;Touchpad is switched off<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; 2&#160; &#160;Only tapping and scrolling is switched off<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; Property: &quot;Synaptics Off&quot;</p><p>modify in /usr/share/X11/xorg.conf.d/50-synaptics.conf</p></div></blockquote></div><p>I registered&#160; just to add another idea, for other people who might have the same problem and come about this solution by googling.</p><p>The thing is, i want to disable tapping but still have scrolling.</p><p>Therefore this solution didnt help me much.</p><p>On some other forum i found the solution to keep scrolling while disabling the nasty touchpad tapping.</p><p>And it worked perfectly with adding the line: Option &quot;MaxTapTime&quot; &quot;0&quot;</p><p>insert this in /usr/share/X11/xorg.conf.d/50-synaptics.conf, instead of &quot;touchpad off&quot; option, and you will keep scrolling, but the tapping bullshit is gone.</p><p>visiting <a href="https://wiki.archlinux.org/index.php/Touchpad_Synaptics" rel="nofollow">https://wiki.archlinux.org/index.php/Touchpad_Synaptics</a><br />also helped quite a bit finding out more about these synaptic options.</p>]]></description>
			<author><![CDATA[dummy@example.com (Wurstwesen)]]></author>
			<pubDate>Fri, 27 Apr 2012 01:28:13 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=25954#p25954</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] 4.8 and disabling the touchpad's 'tapping']]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21488#p21488</link>
			<description><![CDATA[<p>Alternatively you can use xinput. My how to is at </p><p><a href="http://www.debianuserforums.org/viewtopic.php?f=9&amp;t=572&amp;p=6605#p6605" rel="nofollow">http://www.debianuserforums.org/viewtop … 6605#p6605</a></p><p>the relevant xinput command would be </p><p>$ xinput --set-prop &#039;SynPS/2 Synaptics TouchPad&#039; &quot;Synaptics Off&quot; 2</p><br /><p>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.</p>]]></description>
			<author><![CDATA[dummy@example.com (demosthenese)]]></author>
			<pubDate>Mon, 09 May 2011 19:50:41 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21488#p21488</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] 4.8 and disabling the touchpad's 'tapping']]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21486#p21486</link>
			<description><![CDATA[<p>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).</p>]]></description>
			<author><![CDATA[dummy@example.com (Nick)]]></author>
			<pubDate>Mon, 09 May 2011 19:43:26 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21486#p21486</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] 4.8 and disabling the touchpad's 'tapping']]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21484#p21484</link>
			<description><![CDATA[<p>Marvellous! Adding </p><p>Option &quot;TouchpadOff&quot; &quot;2&quot; </p><p>to that section did the trick. I&#039;ll put the solution in the Ubuntu forum where I posted first.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (alun_sundry)]]></author>
			<pubDate>Mon, 09 May 2011 18:20:17 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21484#p21484</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Solved] 4.8 and disabling the touchpad's 'tapping']]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21480#p21480</link>
			<description><![CDATA[<p>man 4 synaptics:</p><br /><p>Option &quot;TouchpadOff&quot; &quot;integer&quot;<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; Switch off the touchpad.&#160; Valid values are:</p><p>&#160; &#160; &#160; &#160; &#160; &#160; &#160; 0&#160; &#160;Touchpad is enabled<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; 1&#160; &#160;Touchpad is switched off<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; 2&#160; &#160;Only tapping and scrolling is switched off<br />&#160; &#160; &#160; &#160; &#160; &#160; &#160; Property: &quot;Synaptics Off&quot;</p><p>modify in /usr/share/X11/xorg.conf.d/50-synaptics.conf</p>]]></description>
			<author><![CDATA[dummy@example.com (herd)]]></author>
			<pubDate>Mon, 09 May 2011 17:28:09 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21480#p21480</guid>
		</item>
		<item>
			<title><![CDATA[[Solved] 4.8 and disabling the touchpad's 'tapping']]></title>
			<link>http://forum.xfce.org/viewtopic.php?pid=21478#p21478</link>
			<description><![CDATA[<p>I&#039;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 &gt; Settings Manager &gt; Session and Startup &gt; Application Autostart in its own added box, which doesn&#039;t seem to work now. I&#039;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&#039;s not quite enough as a solution.</p><p>Hopefully the feature will get overdue gui representation in a coming update. In the meantime, has anyone here solved this?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (alun_sundry)]]></author>
			<pubDate>Mon, 09 May 2011 16:58:11 +0000</pubDate>
			<guid>http://forum.xfce.org/viewtopic.php?pid=21478#p21478</guid>
		</item>
	</channel>
</rss>
