<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Getting the ThinkPad scroll button to work in Linux (UPDATED)</title>
	<atom:link href="http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/</link>
	<description>Novell/SUSE's US East Open Platform Unit's Blog</description>
	<lastBuildDate>Tue, 02 Jun 2009 17:53:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Getting the ThinkPad scroll button to work in Linux - Overclock.net - Overclocking.net</title>
		<link>http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/#comment-1580</link>
		<dc:creator>Getting the ThinkPad scroll button to work in Linux - Overclock.net - Overclocking.net</dc:creator>
		<pubDate>Thu, 08 Nov 2007 15:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/#comment-1580</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] “4 5&#8243; EndSection You can now restart X and utilize the new scrolling feature    source    __________________ Fore Sale: Endo&#8217;s stuff Join the Linux/ Open Source Club The Ubuntu Resources [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trmsw</title>
		<link>http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/#comment-1579</link>
		<dc:creator>trmsw</dc:creator>
		<pubDate>Thu, 08 Nov 2007 15:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/#comment-1579</guid>
		<description>You might want to look at http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint.

...&amp; personally I find using the trackpoint much easier than using the trackpad

 - I don&#039;t have to move my fingers far from their touch-typing position just to move the mouse

 - I don&#039;t have to move my fingers at all to scroll vertically and horizontally (beats stroking the sides of a touchpad any day)</description>
		<content:encoded><![CDATA[<p>You might want to look at <a href="http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint" rel="nofollow">http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint</a>.</p>
<p>&#8230;&amp; personally I find using the trackpoint much easier than using the trackpad</p>
<p> &#8211; I don&#8217;t have to move my fingers far from their touch-typing position just to move the mouse</p>
<p> &#8211; I don&#8217;t have to move my fingers at all to scroll vertically and horizontally (beats stroking the sides of a touchpad any day)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skip Paul</title>
		<link>http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/#comment-1578</link>
		<dc:creator>Skip Paul</dc:creator>
		<pubDate>Thu, 08 Nov 2007 13:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/#comment-1578</guid>
		<description>Thanks Grey!  I believe this automatically gets enabled in SLED 10 SP1... if only my x60 had a touchpad :-)</description>
		<content:encoded><![CDATA[<p>Thanks Grey!  I believe this automatically gets enabled in SLED 10 SP1&#8230; if only my x60 had a touchpad <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oldgreycells</title>
		<link>http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/#comment-1577</link>
		<dc:creator>oldgreycells</dc:creator>
		<pubDate>Thu, 08 Nov 2007 08:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://opseast.wordpress.com/2007/11/05/getting-the-thinkpad-scroll-button-to-work-in-linux/#comment-1577</guid>
		<description>There is a much more intuitive scrolling implementation that I&#039;ve been using on a T42 for years. Istall the package xserver-xorg-input-synaptics and add the following to your 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;
EndSection

and then add

InputDevice     &quot;Synaptics Touchpad&quot;

to the ServerLayout section. Restart X and you will have a &#039;scroll wheel&#039; directly on your touch pad - i.e. slide your finger up or down the right hand edge of the touchpad and windows will scroll - very intuitive and only one finger :)

~GreyCells</description>
		<content:encoded><![CDATA[<p>There is a much more intuitive scrolling implementation that I&#8217;ve been using on a T42 for years. Istall the package xserver-xorg-input-synaptics and add the following to your 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 />
EndSection</p>
<p>and then add</p>
<p>InputDevice     &#8220;Synaptics Touchpad&#8221;</p>
<p>to the ServerLayout section. Restart X and you will have a &#8217;scroll wheel&#8217; directly on your touch pad &#8211; i.e. slide your finger up or down the right hand edge of the touchpad and windows will scroll &#8211; very intuitive and only one finger <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>~GreyCells</p>
]]></content:encoded>
	</item>
</channel>
</rss>
