<?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 for Digital Ambulation</title>
	<atom:link href="http://www.alanbriolat.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alanbriolat.co.uk</link>
	<description>Life, programming and general geekery</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:44:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Remapping Mouse Buttons on Ubuntu Lucid by Alan Briolat</title>
		<link>http://www.alanbriolat.co.uk/2010/04/remapping-mouse-buttons-on-ubuntu-lucid/comment-page-1/#comment-5797</link>
		<dc:creator>Alan Briolat</dc:creator>
		<pubDate>Mon, 26 Jul 2010 17:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=412#comment-5797</guid>
		<description>Mine isn&#039;t so minimal - it&#039;s generated by the AMD Catalyst tool - but it has nothing referring to any input devices.  There are however other files in /usr/lib/X11/xorg.conf.d/ that do contain Driver &quot;evdev&quot;, but as far as I&#039;m aware they&#039;re there by default...</description>
		<content:encoded><![CDATA[<p>Mine isn&#39;t so minimal &#8211; it&#39;s generated by the AMD Catalyst tool &#8211; but it has nothing referring to any input devices.  There are however other files in /usr/lib/X11/xorg.conf.d/ that do contain Driver &#8220;evdev&#8221;, but as far as I&#39;m aware they&#39;re there by default&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remapping Mouse Buttons on Ubuntu Lucid by givrix</title>
		<link>http://www.alanbriolat.co.uk/2010/04/remapping-mouse-buttons-on-ubuntu-lucid/comment-page-1/#comment-5796</link>
		<dc:creator>givrix</dc:creator>
		<pubDate>Mon, 26 Jul 2010 16:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=412#comment-5796</guid>
		<description>I really wonder why you don&#039;t need the driver line, do you already have a mouse section in your xorg.conf ? Mine is really minimal.&lt;br&gt;I&#039;m also perplex about this matching as the keyboard goes with exactly the same name than the mouse...&lt;br&gt;There&#039;s this option too : MatchIsPointer &quot;on&quot;&lt;br&gt;it may be useful for some others...</description>
		<content:encoded><![CDATA[<p>I really wonder why you don&#39;t need the driver line, do you already have a mouse section in your xorg.conf ? Mine is really minimal.<br />I&#39;m also perplex about this matching as the keyboard goes with exactly the same name than the mouse&#8230;<br />There&#39;s this option too : MatchIsPointer &#8220;on&#8221;<br />it may be useful for some others&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remapping Mouse Buttons on Ubuntu Lucid by Alan Briolat</title>
		<link>http://www.alanbriolat.co.uk/2010/04/remapping-mouse-buttons-on-ubuntu-lucid/comment-page-1/#comment-5795</link>
		<dc:creator>Alan Briolat</dc:creator>
		<pubDate>Mon, 26 Jul 2010 16:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=412#comment-5795</guid>
		<description>Strange that we should have different results with the same method on the same version of Xorg, but your solution is more explicit and probably more correct.</description>
		<content:encoded><![CDATA[<p>Strange that we should have different results with the same method on the same version of Xorg, but your solution is more explicit and probably more correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remapping Mouse Buttons on Ubuntu Lucid by givrix</title>
		<link>http://www.alanbriolat.co.uk/2010/04/remapping-mouse-buttons-on-ubuntu-lucid/comment-page-1/#comment-5794</link>
		<dc:creator>givrix</dc:creator>
		<pubDate>Mon, 26 Jul 2010 11:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=412#comment-5794</guid>
		<description>That&#039;s a coincidence, I just bought the same mouse, coming in the bundle cordless wave pro, and after a few days I started to be pissed off with the middle click that often drives into scrollwheel actions...&lt;br&gt;So I had the very similar idea that the &quot;hidden button&quot; under the thumb should do quite the trick. But I was suspicious about this solution as it&#039;d been told hal and udev were cleaner solutions. So my forums digs conducted me to this xorg snippet thing that is the last hope for Lucid xorg tweaks... kind of a regression !&lt;br&gt;So I post here my solution as yours totally disabled all my inputs... arguing a driver is missing&lt;br&gt;&lt;br&gt;Section &quot;InputClass&quot;&lt;br&gt;        Identifier &quot;Logitech MX1100 button remap&quot;&lt;br&gt;        MatchProduct &quot;Logitech USB Receiver&quot;&lt;br&gt;        MatchDevicePath &quot;/dev/input/event*&quot;&lt;br&gt;	Driver	&quot;evdev&quot;&lt;br&gt;        Option &quot;ButtonMapping&quot; &quot;1 2 3 4 5 6 7 8 9 2&quot;&lt;br&gt;EndSection</description>
		<content:encoded><![CDATA[<p>That&#39;s a coincidence, I just bought the same mouse, coming in the bundle cordless wave pro, and after a few days I started to be pissed off with the middle click that often drives into scrollwheel actions&#8230;<br />So I had the very similar idea that the &#8220;hidden button&#8221; under the thumb should do quite the trick. But I was suspicious about this solution as it&#39;d been told hal and udev were cleaner solutions. So my forums digs conducted me to this xorg snippet thing that is the last hope for Lucid xorg tweaks&#8230; kind of a regression !<br />So I post here my solution as yours totally disabled all my inputs&#8230; arguing a driver is missing</p>
<p>Section &#8220;InputClass&#8221;<br />        Identifier &#8220;Logitech MX1100 button remap&#8221;<br />        MatchProduct &#8220;Logitech USB Receiver&#8221;<br />        MatchDevicePath &#8220;/dev/input/event*&#8221;<br />	Driver	&#8220;evdev&#8221;<br />        Option &#8220;ButtonMapping&#8221; &#8220;1 2 3 4 5 6 7 8 9 2&#8243;<br />EndSection</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enable Bitmap Fonts on Ubuntu Jaunty by Andreas L.</title>
		<link>http://www.alanbriolat.co.uk/2009/04/enable-bitmap-fonts-on-ubuntu-jaunty/comment-page-1/#comment-5706</link>
		<dc:creator>Andreas L.</dc:creator>
		<pubDate>Tue, 15 Jun 2010 10:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=283#comment-5706</guid>
		<description>This is of course just fine on self-administered systems.

I&#039;m just curious whether there&#039;d also be a way for users to enable bitmap-fonts (for their X11-clients) without root privileges.</description>
		<content:encoded><![CDATA[<p>This is of course just fine on self-administered systems.</p>
<p>I&#8217;m just curious whether there&#8217;d also be a way for users to enable bitmap-fonts (for their X11-clients) without root privileges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mouse Button Remapping with HAL by Remapping Mouse Buttons on Ubuntu Lucid &#171; Digital Ambulation</title>
		<link>http://www.alanbriolat.co.uk/2009/06/mouse-button-remapping-with-hal/comment-page-1/#comment-5266</link>
		<dc:creator>Remapping Mouse Buttons on Ubuntu Lucid &#171; Digital Ambulation</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=365#comment-5266</guid>
		<description>[...] ergonomic reasons (discussed previously) I like a side button on my mouse to act as a middle button instead.  Unfortunately there still [...]</description>
		<content:encoded><![CDATA[<p>[...] ergonomic reasons (discussed previously) I like a side button on my mouse to act as a middle button instead.  Unfortunately there still [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MPD + PulseAudio + Ubuntu Intrepid (8.10) by Paul</title>
		<link>http://www.alanbriolat.co.uk/2009/03/mpd-pulseaudio-ubuntu-intrepid-810/comment-page-1/#comment-4852</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=186#comment-4852</guid>
		<description>On Ubuntu 9.04, I had to add:

default-server = /var/run/pulse/native

to /etc/pulse/client.conf.</description>
		<content:encoded><![CDATA[<p>On Ubuntu 9.04, I had to add:</p>
<p>default-server = /var/run/pulse/native</p>
<p>to /etc/pulse/client.conf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VDB 0.1.0 (alpha) Released by Alan</title>
		<link>http://www.alanbriolat.co.uk/2009/04/vdb-010-alpha-released/comment-page-1/#comment-4818</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 08 Mar 2010 20:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=275#comment-4818</guid>
		<description>The download link is on the project page, but development has stopped indefinitely for now.</description>
		<content:encoded><![CDATA[<p>The download link is on the project page, but development has stopped indefinitely for now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tpl &#8211; A tiny PHP template engine by Candy Harris</title>
		<link>http://www.alanbriolat.co.uk/2009/04/tpl-a-tiny-php-template-engine/comment-page-1/#comment-4787</link>
		<dc:creator>Candy Harris</dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=303#comment-4787</guid>
		<description>Thanks for the article. I am new at development and this is a big help.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I am new at development and this is a big help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mouse Button Remapping with HAL by Laraine Abplanalp</title>
		<link>http://www.alanbriolat.co.uk/2009/06/mouse-button-remapping-with-hal/comment-page-1/#comment-4771</link>
		<dc:creator>Laraine Abplanalp</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.alanbriolat.co.uk/?p=365#comment-4771</guid>
		<description>[..] A bit unrelated, but I quite simply liked this webpage post [..]</description>
		<content:encoded><![CDATA[<p>[..] A bit unrelated, but I quite simply liked this webpage post [..]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
