<?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: 1 mouse, 2 mouse, IT WORKS!</title>
	<atom:link href="http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/</link>
	<description>Free Software Chicago Style: letting proprietary solutions sleep with the fishes</description>
	<lastBuildDate>Fri, 12 Mar 2010 20:01:36 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/comment-page-1/#comment-3111</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 05 Nov 2007 14:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/#comment-3111</guid>
		<description>Wow ! it works .. but you have to take care of the quotation marks! I copied it from you blog-post and somehow it was not &quot;the real&quot;quotation marks and udev didn&#039;t understand the config. also logging does not work as long as the /tmp/udev_test.log file is not existing .. you can use things like &quot;logger mouse $ACTION&quot; for easier debugging...</description>
		<content:encoded><![CDATA[<p>Wow ! it works .. but you have to take care of the quotation marks! I copied it from you blog-post and somehow it was not &#8220;the real&#8221;quotation marks and udev didn&#8217;t understand the config. also logging does not work as long as the /tmp/udev_test.log file is not existing .. you can use things like &#8220;logger mouse $ACTION&#8221; for easier debugging&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heyko&#8217;s &#187; links for 2007-02-13</title>
		<link>http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/comment-page-1/#comment-343</link>
		<dc:creator>heyko&#8217;s &#187; links for 2007-02-13</dc:creator>
		<pubDate>Tue, 13 Feb 2007 20:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/#comment-343</guid>
		<description>[...] nixternal » 1 mouse, 2 mouse, IT WORKS! Automatisches aktivieren und deaktivieren des Touchpads je nach dem ob eine Maus angeschlossen ist. (tags: linux ubuntu) [...]</description>
		<content:encoded><![CDATA[<p>[...] nixternal » 1 mouse, 2 mouse, IT WORKS! Automatisches aktivieren und deaktivieren des Touchpads je nach dem ob eine Maus angeschlossen ist. (tags: linux ubuntu) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Olsen</title>
		<link>http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/comment-page-1/#comment-250</link>
		<dc:creator>Thomas Olsen</dc:creator>
		<pubDate>Fri, 26 Jan 2007 18:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/#comment-250</guid>
		<description>Better late than never :-)

Thanks for the reply. I tried it but for some reason my xorg.conf gets overwritten whenever I reboot or log in and out again. Don&#039;t think I&#039;ve experienced that before.

Wonder if this is a new Ubuntu thingy?</description>
		<content:encoded><![CDATA[<p>Better late than never <img src='http://blog.nixternal.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks for the reply. I tried it but for some reason my xorg.conf gets overwritten whenever I reboot or log in and out again. Don&#8217;t think I&#8217;ve experienced that before.</p>
<p>Wonder if this is a new Ubuntu thingy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixternal</title>
		<link>http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/comment-page-1/#comment-242</link>
		<dc:creator>nixternal</dc:creator>
		<pubDate>Sat, 20 Jan 2007 18:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/#comment-242</guid>
		<description>OOOH, I forgot about this! Add the following to /etc/X11/xorg.conf

        Option          &quot;SHMConfig&quot;             &quot;on

So it should look like this:

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</description>
		<content:encoded><![CDATA[<p>OOOH, I forgot about this! Add the following to /etc/X11/xorg.conf</p>
<p>        Option          &#8220;SHMConfig&#8221;             &#8220;on</p>
<p>So it should look like this:</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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Olsen</title>
		<link>http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/comment-page-1/#comment-241</link>
		<dc:creator>Thomas Olsen</dc:creator>
		<pubDate>Sat, 20 Jan 2007 17:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.01.20/1-mouse-2-mouse-it-works/#comment-241</guid>
		<description>Hi Richard

Just what I needed - except that it doesn&#039;t work for me. When I try to run:

&lt;code&gt;sudo synclient  TouchpadOff=0&lt;/code&gt;

I get an error saying:

&lt;code&gt;Can&#039;t access shared memory area. SHMConfig disabled?&lt;/code&gt;

This is on a ThankPad T42 - so I &lt;b&gt;guess&lt;/b&gt; it&#039;s a Synaptic pad?

Do u have any idea whats wrong?</description>
		<content:encoded><![CDATA[<p>Hi Richard</p>
<p>Just what I needed &#8211; except that it doesn&#8217;t work for me. When I try to run:</p>
<p><code>sudo synclient  TouchpadOff=0</code></p>
<p>I get an error saying:</p>
<p><code>Can't access shared memory area. SHMConfig disabled?</code></p>
<p>This is on a ThankPad T42 &#8211; so I <b>guess</b> it&#8217;s a Synaptic pad?</p>
<p>Do u have any idea whats wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
