<?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/"
	>

<channel>
	<title>kenzutter.com</title>
	<atom:link href="http://kenzutter.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenzutter.com</link>
	<description></description>
	<lastBuildDate>Wed, 20 Jan 2010 01:41:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Testing from Word 2007</title>
		<link>http://kenzutter.com/uncategorized/testing-from-word-2007/</link>
		<comments>http://kenzutter.com/uncategorized/testing-from-word-2007/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 01:41:55 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kenzutter.com/?p=14</guid>
		<description><![CDATA[Microsoft is sometimes helpful]]></description>
			<content:encoded><![CDATA[<p>Microsoft is sometimes helpful</p>
]]></content:encoded>
			<wfw:commentRss>http://kenzutter.com/uncategorized/testing-from-word-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology Saturday</title>
		<link>http://kenzutter.com/uncategorized/technology-saturday/</link>
		<comments>http://kenzutter.com/uncategorized/technology-saturday/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 22:37:25 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kenzutter.com/?p=4</guid>
		<description><![CDATA[I spend today having a blast with Teri&#8217;s crew. As part of a learning community professional development I gave a presentation on computer technology. Click here for the PowerPoint Other Links Delicious Twitter University of Wisconsin Online Help Resource]]></description>
			<content:encoded><![CDATA[<p>I spend today having a blast with Teri&#8217;s crew. As part of a learning community professional development I gave a presentation on computer technology.</p>
<p><a href="http://kenzutter.com/wp-content/uploads/2009/01/technology-saturday.ppt">Click here for the PowerPoint</a></p>
<p>Other Links</p>
<p><a href="http://delicious.com" target="_blank">Delicious</a></p>
<p><a href="http://twitter.com">Twitter</a></p>
<p><a href="http://www.uwec.edu/help/" target="_blank">University of Wisconsin Online Help Resource</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kenzutter.com/uncategorized/technology-saturday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How I got the Logitech LX8 Mouse to work in Linux</title>
		<link>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/</link>
		<comments>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 05:07:14 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://kenzutter.com/?p=3</guid>
		<description><![CDATA[Today was black friday and I scored a new Logitech wireless laser mouse (LX8) for $15. However I was a little disappointed when my new Debian Lenny setup did not recognize at as anymore than a generic wheel mouse. Logitech &#8230; <a href="http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today was black friday and I scored a new Logitech wireless laser mouse (LX8) for $15. However I was a little disappointed when my new Debian Lenny setup did not recognize at as anymore than a generic wheel mouse. Logitech is no help &#8211; it ignores the penguin in the house. But Google is my friend &#8211; at first a few dead ends, then I found these two sites that held the keys to get all of my mouse buttons working.</p>
<p><a href="http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+Mouse+Buttons" target="_blank">http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+Mouse+Buttons</a></p>
<p><a href="http://linugadgetech.blogspot.com/2008/08/review-logitech-lx8-wireless-laser.html" target="_blank">http://linugadgetech.blogspot.com/2008/08/review-logitech-lx8-wireless-laser.html</a></p>
<p>After some head banging and scratching, I took ideas from each and came up with this in my /etc/X11/xorg.conf file.</p>
<p>I added this section:</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier  &#8220;Mouse[5]&#8221;<br />
Driver      &#8220;evdev&#8221;<br />
Option      &#8220;Device&#8221; &#8220;/dev/input/event5&#8243; # (cat /proc/bus/input/devices)<br />
Option      &#8220;Name&#8221; &#8220;Logitech LX8&#8243;<br />
Option        &#8220;ButtonMapping&#8221;   &#8220;1 2 3 4 5 8 9 6 7&#8243; #RH<br />
EndSection</p>
<p>and replaced the system configured mouse entry in the ServerLayout Section like this:</p>
<p>Section &#8220;ServerLayout&#8221;<br />
Identifier    &#8220;Default Layout&#8221;<br />
Screen        &#8220;Default Screen&#8221;<br />
InputDevice    &#8220;Generic Keyboard&#8221;<br />
#InputDevice    &#8220;Configured Mouse&#8221;<br />
InputDevice    &#8220;Mouse[5]&#8221;<br />
EndSection</p>
<p>The key was using Linerd&#8217;s button mapping option with Linux-Gamers&#8217; xorg.conf section.<br />
Be sure that you get your own event number for the line: Option      &#8220;Device&#8221; &#8220;/dev/input/event5&#8243;  from cat /proc/bus/input/devices . Mine was 5, yours may be different.</p>
<p>Also I did not have success until I removed my orignal mouse. At first I had them both plugged in and I think it was messing with me.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://kenzutter.com/uncategorized/hello-world/</link>
		<comments>http://kenzutter.com/uncategorized/hello-world/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 00:37:59 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kenzutter.com/?p=1</guid>
		<description><![CDATA[This is my new home on the web. I am am busy converting all of my clients to WordPress and the new server. I am operating my web and design work out of Corvus Design and plan on keeping this &#8230; <a href="http://kenzutter.com/uncategorized/hello-world/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is my new home on the web. I am am busy converting all of my clients to WordPress and the new server.</p>
<p>I am operating my web and design work out of <a title="Corvus Design" href="http://corvuswebdesign.com" target="_blank">Corvus Design</a> and plan on keeping this site more geared to my personal life.</p>
<p>Check out some of my client links.</p>
]]></content:encoded>
			<wfw:commentRss>http://kenzutter.com/uncategorized/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
