<?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 kenzutter.com</title>
	<atom:link href="http://kenzutter.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenzutter.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 Apr 2009 02:05:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on How I got the Logitech LX8 Mouse to work in Linux by Update: Logitech LX8 in Ubuntu : Tux Tweaks</title>
		<link>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/comment-page-1/#comment-55</link>
		<dc:creator>Update: Logitech LX8 in Ubuntu : Tux Tweaks</dc:creator>
		<pubDate>Wed, 22 Apr 2009 02:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://kenzutter.com/?p=3#comment-55</guid>
		<description>[...] that had eluded me was the side scrolling with the tilt wheel. Through some information I found on fellow blogger Ken Zutter&#8217;s site, I now have my LX8 working in Ubuntu including the side scrolling feature. The key was to go back [...]</description>
		<content:encoded><![CDATA[<p>[...] that had eluded me was the side scrolling with the tilt wheel. Through some information I found on fellow blogger Ken Zutter&#8217;s site, I now have my LX8 working in Ubuntu including the side scrolling feature. The key was to go back [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I got the Logitech LX8 Mouse to work in Linux by Linerd</title>
		<link>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/comment-page-1/#comment-10</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Fri, 19 Dec 2008 15:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://kenzutter.com/?p=3#comment-10</guid>
		<description>Got my side scrolling working using the &quot;evdev&quot; driver however the &quot;ButtonMapping&quot; line doesn&#039;t appear to have any effect on my machine. I&#039;m using Ubuntu 8.04. I had to create a .Xmodmap file in my home directory to get the side scrolling going in the proper direction. I&#039;m working on making this global.

I also figured out that you can make the device configuration persistent by using the listing under /dev/input/by-id.  Here&#039;s my mouse section of xorg.conf.
Section &quot;InputDevice&quot;
	Identifier	&quot;LX8&quot;
	Driver		&quot;evdev&quot;
	Option		&quot;Device&quot;	&quot;/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse&quot;
EndSection
And the ServerLayout section looks like this.
Section &quot;ServerLayout&quot;
	Identifier	&quot;Default Layout&quot;
  	screen 0 	&quot;Screen0&quot; 0 0
	Inputdevice	&quot;Generic Keyboard&quot;
	Inputdevice	&quot;LX8&quot;
EndSection
And finally, my .Xmodmap file contains the single line:
pointer = 1 2 3 4 5 7 6 8 9</description>
		<content:encoded><![CDATA[<p>Got my side scrolling working using the &#8220;evdev&#8221; driver however the &#8220;ButtonMapping&#8221; line doesn&#8217;t appear to have any effect on my machine. I&#8217;m using Ubuntu 8.04. I had to create a .Xmodmap file in my home directory to get the side scrolling going in the proper direction. I&#8217;m working on making this global.</p>
<p>I also figured out that you can make the device configuration persistent by using the listing under /dev/input/by-id.  Here&#8217;s my mouse section of xorg.conf.<br />
Section &#8220;InputDevice&#8221;<br />
	Identifier	&#8220;LX8&#8243;<br />
	Driver		&#8220;evdev&#8221;<br />
	Option		&#8220;Device&#8221;	&#8220;/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse&#8221;<br />
EndSection<br />
And the ServerLayout section looks like this.<br />
Section &#8220;ServerLayout&#8221;<br />
	Identifier	&#8220;Default Layout&#8221;<br />
  	screen 0 	&#8220;Screen0&#8243; 0 0<br />
	Inputdevice	&#8220;Generic Keyboard&#8221;<br />
	Inputdevice	&#8220;LX8&#8243;<br />
EndSection<br />
And finally, my .Xmodmap file contains the single line:<br />
pointer = 1 2 3 4 5 7 6 8 9</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I got the Logitech LX8 Mouse to work in Linux by Ken</title>
		<link>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/comment-page-1/#comment-9</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 10 Dec 2008 21:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://kenzutter.com/?p=3#comment-9</guid>
		<description>Side scrolling is working again.  Tested in Firefox and Konqueror.
I found that the mouse was no longer being identified as /dev/input/event5, but rather is coming up as /dev/input/event1
I edited xorg.conf and changed the event5 to event1 and now the side scrolling works and the back and forward buttons also work in FF.
It must have happened when I moved the receiver from my usb hub to the back of my machine. It survived a reboot, so I think it will be stable now. However, if it moves around again, I will have to see if a udev rule can make it stick.</description>
		<content:encoded><![CDATA[<p>Side scrolling is working again.  Tested in Firefox and Konqueror.<br />
I found that the mouse was no longer being identified as /dev/input/event5, but rather is coming up as /dev/input/event1<br />
I edited xorg.conf and changed the event5 to event1 and now the side scrolling works and the back and forward buttons also work in FF.<br />
It must have happened when I moved the receiver from my usb hub to the back of my machine. It survived a reboot, so I think it will be stable now. However, if it moves around again, I will have to see if a udev rule can make it stick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I got the Logitech LX8 Mouse to work in Linux by Ken</title>
		<link>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/comment-page-1/#comment-8</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 10 Dec 2008 20:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://kenzutter.com/?p=3#comment-8</guid>
		<description>I thought that the side scrolling was working, at least in Firefox, but now I see that is not working. I wonder what happened?</description>
		<content:encoded><![CDATA[<p>I thought that the side scrolling was working, at least in Firefox, but now I see that is not working. I wonder what happened?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I got the Logitech LX8 Mouse to work in Linux by Linerd</title>
		<link>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/comment-page-1/#comment-7</link>
		<dc:creator>Linerd</dc:creator>
		<pubDate>Sun, 07 Dec 2008 22:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://kenzutter.com/?p=3#comment-7</guid>
		<description>Thanks for the link.

Were you able to get the side scrolling to work?</description>
		<content:encoded><![CDATA[<p>Thanks for the link.</p>
<p>Were you able to get the side scrolling to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I got the Logitech LX8 Mouse to work in Linux by gamer keyboard &#124; Dell.com</title>
		<link>http://kenzutter.com/linux/how-i-got-the-logitech-lx8-mouse-to-work-in-linux/comment-page-1/#comment-4</link>
		<dc:creator>gamer keyboard &#124; Dell.com</dc:creator>
		<pubDate>Sat, 29 Nov 2008 21:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://kenzutter.com/?p=3#comment-4</guid>
		<description>[...] How I got the Logitech LX8 Mouse to work in Linux InputDevice “Generic Keyboard” #InputDevice “Configured Mouse” InputDevice “Mouse[5]” EndSection. The key was using Linerd’s button mapping option with Linux-Gamers’ xorg.conf section. Be sure that you get your own event number for the &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] How I got the Logitech LX8 Mouse to work in Linux InputDevice “Generic Keyboard” #InputDevice “Configured Mouse” InputDevice “Mouse[5]” EndSection. The key was using Linerd’s button mapping option with Linux-Gamers’ xorg.conf section. Be sure that you get your own event number for the &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
