<?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 &#187; hardware</title>
	<atom:link href="http://kenzutter.com/tag/hardware/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>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>
	</channel>
</rss>
