<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tweaking your Synaptics Touchpad (laptops) : Ubuntu (6.06.1 / 6.10)</title>
	<atom:link href="http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Asidcel</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-14752</link>
		<dc:creator>Asidcel</dc:creator>
		<pubDate>Fri, 13 May 2011 14:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-14752</guid>
		<description>Now no xorg.conf is used by default, but synclient MaxTapTime=0 still works to disable mouse clicks with touchpad. It can be executed from the Run dialog (ALT+F2). To undo: synclient MaxTapTime=180

But the command that has (almost) the same effect as the gnome-mouse-properties menu (Touchpad tab -&gt; take the mark out from &quot;Enable mouse clicks with touchpad&quot;) is:
synclient TapButton1=0 TapButton2=0 TapButton3=0
It can also be run from ALT+F2
To undo: ALT+F2 -&gt; gnome-mouse-properties -&gt; Touchpad tab -&gt; &quot;Enable mouse clicks with touchpad&quot; (click twice, first to take the mark out, then to put it again).

These things can be done also with xinput:
1. xinput list
2. xinput list-props x&#124;grep -i tap (x is a number: the id of the device, probably something with Alps or Synaptics. You can use instead xinput list-props &quot;nameofthedevice&quot;&#124;grep -i tap , for example xinput list-props &quot;AlpsPS/2 ALPS GlidePoint&quot;&#124;grep -i tap or xinput list-props &quot;SynPS/2 Synaptics TouchPad&quot;&#124;grep -i tap ).
3a. xinput set-prop x --type=int y 0 (x is the same number as before; y is the number between brackets next to &quot;Synaptics Tap Time&quot;. You can use instead xinput set-prop &quot;nameofthedevice&quot; &quot;Synaptics Tap Time&quot; 0 , for example xinput set-prop &quot;AlpsPS/2 ALPS GlidePoint&quot; &quot;Synaptics Tap Time&quot; 0 or xinput set-prop &quot;SynPS/2 Synaptics TouchPad&quot; &quot;Synaptics Tap Time&quot; 0 ). To undo: xinput set-prop x --type=int y 180 or xinput set-prop &quot;nameofthedevice&quot; &quot;Synaptics Tap Time&quot; 180
3b. xinput set-prop x --type=int z 0, 0, 0, 0, 0, 0, 0 (x is the same number as before; z is the number between brackets next to &quot;Synaptics Tap Action&quot;. You can use instead xinput set-prop &quot;nameofthedevice&quot; &quot;Synaptics Tap Action&quot; 0, 0, 0, 0, 0, 0, 0 . This command has exactly the same effect as the gnome-mouse-properties menu -&gt; Touchpad tab -&gt; take the mark out from &quot;Enable mouse clicks with touchpad&quot;). To undo: ALT+F2 -&gt; gnome-mouse-properties -&gt; Touchpad tab -&gt; &quot;Enable mouse clicks with touchpad&quot; (click twice, first to take the mark out, then to put it again).</description>
		<content:encoded><![CDATA[<p>Now no xorg.conf is used by default, but synclient MaxTapTime=0 still works to disable mouse clicks with touchpad. It can be executed from the Run dialog (ALT+F2). To undo: synclient MaxTapTime=180</p>
<p>But the command that has (almost) the same effect as the gnome-mouse-properties menu (Touchpad tab -&gt; take the mark out from &#8220;Enable mouse clicks with touchpad&#8221;) is:<br />
synclient TapButton1=0 TapButton2=0 TapButton3=0<br />
It can also be run from ALT+F2<br />
To undo: ALT+F2 -&gt; gnome-mouse-properties -&gt; Touchpad tab -&gt; &#8220;Enable mouse clicks with touchpad&#8221; (click twice, first to take the mark out, then to put it again).</p>
<p>These things can be done also with xinput:<br />
1. xinput list<br />
2. xinput list-props x|grep -i tap (x is a number: the id of the device, probably something with Alps or Synaptics. You can use instead xinput list-props &#8220;nameofthedevice&#8221;|grep -i tap , for example xinput list-props &#8220;AlpsPS/2 ALPS GlidePoint&#8221;|grep -i tap or xinput list-props &#8220;SynPS/2 Synaptics TouchPad&#8221;|grep -i tap ).<br />
3a. xinput set-prop x &#8211;type=int y 0 (x is the same number as before; y is the number between brackets next to &#8220;Synaptics Tap Time&#8221;. You can use instead xinput set-prop &#8220;nameofthedevice&#8221; &#8220;Synaptics Tap Time&#8221; 0 , for example xinput set-prop &#8220;AlpsPS/2 ALPS GlidePoint&#8221; &#8220;Synaptics Tap Time&#8221; 0 or xinput set-prop &#8220;SynPS/2 Synaptics TouchPad&#8221; &#8220;Synaptics Tap Time&#8221; 0 ). To undo: xinput set-prop x &#8211;type=int y 180 or xinput set-prop &#8220;nameofthedevice&#8221; &#8220;Synaptics Tap Time&#8221; 180<br />
3b. xinput set-prop x &#8211;type=int z 0, 0, 0, 0, 0, 0, 0 (x is the same number as before; z is the number between brackets next to &#8220;Synaptics Tap Action&#8221;. You can use instead xinput set-prop &#8220;nameofthedevice&#8221; &#8220;Synaptics Tap Action&#8221; 0, 0, 0, 0, 0, 0, 0 . This command has exactly the same effect as the gnome-mouse-properties menu -&gt; Touchpad tab -&gt; take the mark out from &#8220;Enable mouse clicks with touchpad&#8221;). To undo: ALT+F2 -&gt; gnome-mouse-properties -&gt; Touchpad tab -&gt; &#8220;Enable mouse clicks with touchpad&#8221; (click twice, first to take the mark out, then to put it again).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natovr</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-10743</link>
		<dc:creator>Natovr</dc:creator>
		<pubDate>Sun, 21 Feb 2010 00:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-10743</guid>
		<description>Update... on Karmic, you have to install gsynaptics. There is probably still the &quot;qsynaptics&quot; one in an older repo, but by default, when I try to install qsynaptics, it says:

No candidate version found for qsynaptics</description>
		<content:encoded><![CDATA[<p>Update&#8230; on Karmic, you have to install gsynaptics. There is probably still the &#8220;qsynaptics&#8221; one in an older repo, but by default, when I try to install qsynaptics, it says:</p>
<p>No candidate version found for qsynaptics</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amr Mostafa</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-4212</link>
		<dc:creator>Amr Mostafa</dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-4212</guid>
		<description>Update: On Edgy, I can see this part of GNOME&#039;s preferences. Not sure if it&#039;s available on previous Ubuntu&#039;s (GNOMEs) or not. But anyway. System =&gt; Preferences =&gt; Mouse. Then click on &quot;Touchpad&quot;.

Cheers,</description>
		<content:encoded><![CDATA[<p>Update: On Edgy, I can see this part of GNOME&#8217;s preferences. Not sure if it&#8217;s available on previous Ubuntu&#8217;s (GNOMEs) or not. But anyway. System =&gt; Preferences =&gt; Mouse. Then click on &#8220;Touchpad&#8221;.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Chicago</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-315</link>
		<dc:creator>Mike Chicago</dc:creator>
		<pubDate>Wed, 07 Nov 2007 20:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-315</guid>
		<description>Thank you so much for posting this. Fantastic!</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this. Fantastic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CLICK</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-314</link>
		<dc:creator>CLICK</dc:creator>
		<pubDate>Fri, 12 Oct 2007 22:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-314</guid>
		<description>&lt;strong&gt;More Synaptic touchpad configuration tips for Ubuntu...&lt;/strong&gt;

Depending on the distro, the Alps touchpad on the $0 Laptop -- a Gateway Solo 1450 -- reacts completely differently. It usually allows a tap on the touchpad to be interpreted as a left-click. At first it&#039;s annoying, and later......</description>
		<content:encoded><![CDATA[<p><strong>More Synaptic touchpad configuration tips for Ubuntu&#8230;</strong></p>
<p>Depending on the distro, the Alps touchpad on the $0 Laptop &#8212; a Gateway Solo 1450 &#8212; reacts completely differently. It usually allows a tap on the touchpad to be interpreted as a left-click. At first it&#8217;s annoying, and later&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Robinson</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-311</link>
		<dc:creator>Glen Robinson</dc:creator>
		<pubDate>Sun, 17 Jun 2007 13:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-311</guid>
		<description>In the server section of xorg.conf.
Just add another line (you can leave the input device configured mouse line in)
&quot;input device&quot; Synaptics Touchpad&quot;.
Then assuming you have added the complete initial section (in original post).
Restart X with CTL-ALT-BACKSPACE.
Check that SHMconfig et.al. is  running by entering:
synclient -l .
This should give you a complete list of options - and NOT SHMconfig not running
errors.
Now to turn off a tap on the touchpad emulating a mouse click enter:
synclient MaxTapTime=0

Finally, you probably want to put the applicable synclient options in your bash startup scripts</description>
		<content:encoded><![CDATA[<p>In the server section of xorg.conf.<br />
Just add another line (you can leave the input device configured mouse line in)<br />
&#8220;input device&#8221; Synaptics Touchpad&#8221;.<br />
Then assuming you have added the complete initial section (in original post).<br />
Restart X with CTL-ALT-BACKSPACE.<br />
Check that SHMconfig et.al. is  running by entering:<br />
synclient -l .<br />
This should give you a complete list of options &#8211; and NOT SHMconfig not running<br />
errors.<br />
Now to turn off a tap on the touchpad emulating a mouse click enter:<br />
synclient MaxTapTime=0</p>
<p>Finally, you probably want to put the applicable synclient options in your bash startup scripts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beire</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-313</link>
		<dc:creator>beire</dc:creator>
		<pubDate>Sun, 10 Jun 2007 18:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-313</guid>
		<description>i found out that i cant scroll horizontal but when i scrol horizontal i go to the previous or to the next site in the internetbrowser,
can anyone help me?
thanks</description>
		<content:encoded><![CDATA[<p>i found out that i cant scroll horizontal but when i scrol horizontal i go to the previous or to the next site in the internetbrowser,<br />
can anyone help me?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beire</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-312</link>
		<dc:creator>beire</dc:creator>
		<pubDate>Sun, 10 Jun 2007 18:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-312</guid>
		<description>my section for touchpad devices was also missing, i have put these lines in xorg.conf:

Section &quot;InputDevice&quot;
Identifier      &quot;Synaptics Touchpad&quot;
Driver          &quot;synaptics&quot;
Option          &quot;SendCoreEvents&quot;        &quot;true&quot;
Option          &quot;Device&quot;                &quot;/dev/psaux&quot;
Option          &quot;Protocol&quot;              &quot;auto-dev&quot;
Option          &quot;HorizScrollDelta&quot;      &quot;0&quot;
Option          &quot;SHMConfig&quot;             &quot;on&quot;
EndSection

and in the section:
Section &quot;ServerLayout&quot;

i have changed
InputDevice	&quot;Configured Mouse&quot;

into this:
InputDevice	&quot;Synaptics Touchpad&quot;


then i installed qsynaptics
i can start it but it doesnt change anything.. i cant scroll horizontal
what can i do about this?</description>
		<content:encoded><![CDATA[<p>my section for touchpad devices was also missing, i have put these lines in xorg.conf:</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier      &#8220;Synaptics Touchpad&#8221;<br />
Driver          &#8220;synaptics&#8221;<br />
Option          &#8220;SendCoreEvents&#8221;        &#8220;true&#8221;<br />
Option          &#8220;Device&#8221;                &#8220;/dev/psaux&#8221;<br />
Option          &#8220;Protocol&#8221;              &#8220;auto-dev&#8221;<br />
Option          &#8220;HorizScrollDelta&#8221;      &#8220;0&#8243;<br />
Option          &#8220;SHMConfig&#8221;             &#8220;on&#8221;<br />
EndSection</p>
<p>and in the section:<br />
Section &#8220;ServerLayout&#8221;</p>
<p>i have changed<br />
InputDevice	&#8220;Configured Mouse&#8221;</p>
<p>into this:<br />
InputDevice	&#8220;Synaptics Touchpad&#8221;</p>
<p>then i installed qsynaptics<br />
i can start it but it doesnt change anything.. i cant scroll horizontal<br />
what can i do about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-310</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Sun, 27 May 2007 00:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-310</guid>
		<description>Dood, this rocks.  I hate tap to click and now it&#039;s off.  Glad someone put this up on the internet.</description>
		<content:encoded><![CDATA[<p>Dood, this rocks.  I hate tap to click and now it&#8217;s off.  Glad someone put this up on the internet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://ubuntu-tutorials.com/2006/12/10/tweaking-your-synaptics-touchpad-laptops-ubuntu-6061-610/#comment-307</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 15 May 2007 20:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=201#comment-307</guid>
		<description>Thanks - great tip.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; great tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 1/5 queries in 0.003 seconds using disk: basic
Object Caching 315/315 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-23 14:44:16 -->
