<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-626122324674807497</id><updated>2011-07-08T14:22:16.953+03:00</updated><category term='linux'/><title type='text'>hatchetman82's blog</title><subtitle type='html'>exactly what it says above</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hatchetman82.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/626122324674807497/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hatchetman82.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>hatchetman82</name><uri>http://www.blogger.com/profile/06220981773811787608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://2.bp.blogspot.com/_JRqw5XmCpjE/SvqAl0iKSRI/AAAAAAAAAAM/2-SAEn00sXY/S220/ak47cat.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-626122324674807497.post-478122475849801284</id><published>2009-11-11T11:56:00.000+02:00</published><updated>2009-11-11T12:22:12.926+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><title type='text'>Solving MX-Revolution Click-To-Click / Free-Spin issues on Linux - the udev way</title><content type='html'>Being the (proud ?) owner of an MX-Revolution mouse, one is immediately confronted with some extremely &lt;strike&gt;boneheaded&lt;/strike&gt; innovative design choices by Logitech engineers, the most outstanding of which is the mouse-wheel behavior.&lt;br /&gt;&lt;br /&gt;See, for some reason the designers of the mouse believed that changing the mouse-wheel scroll behavior is so important it far overshadows the usefulness of middle-click and so owners of the mouse are left to discover they cant have normal middle click functionality out of the box.&lt;br /&gt;&lt;br /&gt;Fortunately for us, there exists a small utility called revoko (found &lt;a href="http://goron.de/%7Efroese/"&gt;here&lt;/a&gt; and hopefully coming soon to a distro repository near you) which allows for control over this &lt;strike&gt;annoyance&lt;/strike&gt; feature.&lt;br /&gt;&lt;br /&gt;Having googled my woes, I came across a fellow Logitech &lt;strike&gt;victim&lt;/strike&gt; owner who wrote-up a short guide about how to &lt;a href="http://www.toosweettobesour.com/2009/05/13/logitech-mx-revolution-revoco-in-ubuntu-904-jaunty-click-to-click-even-after-a-resumewakeup/"&gt;solve this issue automatically every boot-up/resume using init scripts&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;What I present here is, in my opinion, a better option, using udev.&lt;br /&gt;Why do I think using udev is better ?&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Instead of editing 2 locations I'm only adding a single rule file.&lt;/li&gt;&lt;li&gt;This method should work even if the mouse is connected at some point after booting up / resuming, as it responds to the connection event.&lt;/li&gt;&lt;li&gt;configuring hardware is udev's stated purpose (but this is aesthetic&amp;nbsp; nit-picking)&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;So, on with the howto:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;get revoco, from your distribution's repository if at all possible. If your distro doesnt provide it (like ubuntu 9.10, at the time of this writing) download the latest revoco source code from &lt;a href="http://goron.de/%7Efroese/revoco/"&gt;here&lt;/a&gt;, unpack it somewhere, and compile revoco by issuing "make" when in the extracted directory, this should create a small executable file called "revoco" in the same directory. copy this file over to /usr/local/bin (sudo), or any other place you find appropriate (don't forget to update PATH if you're using someplace else).&lt;/li&gt;&lt;li&gt;time to add a udev rule for your MX Revolution. To do this locate your udev rules directory. Under ubuntu 9.10 default rules are stored at /lib/udev/rules.d/ and custom local rules under /etc/udev/rules.d/. I chose to add my rule in the custom directory.&lt;/li&gt;&lt;li&gt;create a new file (call it logitech-mx-revolution.rules to make sure you know whats there later and that it runs last). The file should probably be owned by root, so you should use sudo.&lt;/li&gt;&lt;li&gt;the contents of the file should be something like&lt;br /&gt;&lt;br /&gt;&lt;div style="background-color: grey;"&gt;#################################################################&lt;br /&gt;# customize Logitech MX Revolution mouse scroll-wheel&lt;br /&gt;#&lt;br /&gt;ATTR{idVendor}=="046d", ATTR{idProduct}=="c525", ACTION=="add", RUN+="/usr/local/bin/revoco click" &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;this is assuming you'd like your mouse to be set to click-to-click. if you want a different configuration, consult the revoco help.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;and thats basically it. I've tested this on my machine, and it works. feel free to leave a comment if you find otherwise.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/626122324674807497-478122475849801284?l=hatchetman82.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hatchetman82.blogspot.com/feeds/478122475849801284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hatchetman82.blogspot.com/2009/11/solving-mx-revolution-click-to-click.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/626122324674807497/posts/default/478122475849801284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/626122324674807497/posts/default/478122475849801284'/><link rel='alternate' type='text/html' href='http://hatchetman82.blogspot.com/2009/11/solving-mx-revolution-click-to-click.html' title='Solving MX-Revolution Click-To-Click / Free-Spin issues on Linux - the udev way'/><author><name>hatchetman82</name><uri>http://www.blogger.com/profile/06220981773811787608</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='http://2.bp.blogspot.com/_JRqw5XmCpjE/SvqAl0iKSRI/AAAAAAAAAAM/2-SAEn00sXY/S220/ak47cat.gif'/></author><thr:total>3</thr:total></entry></feed>
