<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>blok &#187; ubuntu</title>
	<atom:link href="http://www.terracehouse.org/blok/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terracehouse.org/blok</link>
	<description>one piece of k`s block as bloK</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:00:00 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.terracehouse.org/blok/tag/ubuntu/feed/" />
		<item>
		<title>ubuntu 覚書</title>
		<link>http://www.terracehouse.org/blok/2009/12/15/ubuntu-%e8%a6%9a%e6%9b%b8/</link>
		<comments>http://www.terracehouse.org/blok/2009/12/15/ubuntu-%e8%a6%9a%e6%9b%b8/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:59:19 +0000</pubDate>
		<dc:creator>kei</dc:creator>
				<category><![CDATA[dairy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.terracehouse.org/blok/2009/12/15/ubuntu-%e8%a6%9a%e6%9b%b8/</guid>
		<description><![CDATA[http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html 26 September 2008 Scrolling with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html" target="_blank">http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html</a></p>
<h2>26 September 2008</h2>
<p><a name="1002754132706463034"></a></p>
<h3><a href="http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html">Scrolling with the Thinkpad&#8217;s TrackPoint in Ubuntu</a></h3>
<p><strong>Update:</strong> note, these instructions work for me on Ubuntu 8.10 Intrepid as well as 9.04 Jaunty and 9.10 Karmic on a Thinkpad X61s. Alternatively, the Karmic repos have <tt><a href="http://live.gnome.org/GPointingDeviceSettings">gpointing-device-settings</a></tt>, a GUI tool for enabling trackpoint scrolling (as well as other special trackpoint/touchpad features).</p>
<p>Ubuntu GNU/Linux 8.10 (Intrepid) switches to <tt>evdev</tt> for X server input, which has the unfortunate side effect of breaking old <tt>EmulateWheel</tt> configurations. So scrolling using the middle button + TrackPoint (<a href="http://philipsung.blogspot.com/2008/03/thinkpad-x61s-and-lenovo-scrollpoint.html">which I absolutely love</a>) was broken for a while, although it is now fixed. Instead of modifying your <tt>xorg.conf</tt>, create a new file called <tt>/etc/hal/fdi/policy/mouse-wheel.fdi</tt> with the following contents:</p>
<pre>&lt;match key="info.product" string="TPPS/2 IBM TrackPoint"&gt;
 &lt;merge key="input.x11_options.EmulateWheel" type="string"&gt;true&lt;/merge&gt;
 &lt;merge key="input.x11_options.EmulateWheelButton" type="string"&gt;2&lt;/merge&gt;
 &lt;merge key="input.x11_options.XAxisMapping" type="string"&gt;6 7&lt;/merge&gt;
 &lt;merge key="input.x11_options.YAxisMapping" type="string"&gt;4 5&lt;/merge&gt;
 &lt;merge key="input.x11_options.ZAxisMapping" type="string"&gt;4 5&lt;/merge&gt;
 &lt;merge key="input.x11_options.Emulate3Buttons" type="string"&gt;true&lt;/merge&gt;
&lt;/match&gt;</pre>
<p>(Based on code from <a href="http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/">Michael Vogt</a> and adapted to support both vertical and horizontal scrolling.)</p>
<p><strong>Update:</strong> you&#8217;ll have to restart <tt>hal</tt> and <tt>gdm</tt>, and remove the cache file <tt>/var/cache/hald/fdi-cache</tt>, for the changes to take effect. <strong>Log in on a VT</strong> (e.g. with <tt>Ctrl+Alt+F1</tt>) and then do:</p>
<blockquote><p><tt>sudo rm /var/cache/hald/fdi-cache<br />
sudo /etc/init.d/hal restart<br />
sudo /etc/init.d/gdm restart</tt></p></blockquote>
<p>(Be sure to <em>log in on a console/VT</em>, because restarting GDM will kill all your X apps&#8230;)</p>
<p>これで、センターボタンの挙動がなおった。</p>
<p>ふむ。なかなかよい。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terracehouse.org/blok/2009/12/15/ubuntu-%e8%a6%9a%e6%9b%b8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.terracehouse.org/blok/2009/12/15/ubuntu-%e8%a6%9a%e6%9b%b8/" />
	</item>
	</channel>
</rss>

