<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Logitech MX1000 Configuration	</title>
	<atom:link href="/articles/logitech-mx1000-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>/articles/logitech-mx1000-configuration/</link>
	<description>Software Engineer and Consultant</description>
	<lastBuildDate>Sat, 29 Oct 2016 01:51:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: andreas		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-46750</link>

		<dc:creator><![CDATA[andreas]]></dc:creator>
		<pubDate>Fri, 26 Jan 2007 20:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-46750</guid>

					<description><![CDATA[For all those whose X-Server crashed using the new evdev driver (afaik since X.org 6.9), I found out that I had to replace &quot;Dev Name&quot; with &quot;Name&quot; to get it work.

Section &quot;InputDevice&quot;
 Identifier &quot;MX1000&quot;
 Driver     &quot;evdev&quot;
 Option     &quot;CorePointer&quot;
 Option     &quot;Name&quot;        &quot;Logitech USB Receiver&quot;
 Option     &quot;Buttons&quot;         &quot;12&quot;
 Option     &quot;ZAxisMapping&quot;    &quot;11 12 10 9&quot;
 Option     &quot;Resolution&quot;      &quot;800&quot;
EndSection

greets
Andreas]]></description>
			<content:encoded><![CDATA[<p>For all those whose X-Server crashed using the new evdev driver (afaik since X.org 6.9), I found out that I had to replace &#8220;Dev Name&#8221; with &#8220;Name&#8221; to get it work.</p>
<p>Section &#8220;InputDevice&#8221;<br />
 Identifier &#8220;MX1000&#8221;<br />
 Driver     &#8220;evdev&#8221;<br />
 Option     &#8220;CorePointer&#8221;<br />
 Option     &#8220;Name&#8221;        &#8220;Logitech USB Receiver&#8221;<br />
 Option     &#8220;Buttons&#8221;         &#8220;12&#8221;<br />
 Option     &#8220;ZAxisMapping&#8221;    &#8220;11 12 10 9&#8221;<br />
 Option     &#8220;Resolution&#8221;      &#8220;800&#8221;<br />
EndSection</p>
<p>greets<br />
Andreas</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dante		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-17083</link>

		<dc:creator><![CDATA[dante]]></dc:creator>
		<pubDate>Thu, 05 Oct 2006 22:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-17083</guid>

					<description><![CDATA[fuck! just put &quot;Event Interface&quot; right into the kernel and not as module.
greets]]></description>
			<content:encoded><![CDATA[<p>fuck! just put &#8220;Event Interface&#8221; right into the kernel and not as module.<br />
greets</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dante		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-17082</link>

		<dc:creator><![CDATA[dante]]></dc:creator>
		<pubDate>Thu, 05 Oct 2006 22:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-17082</guid>

					<description><![CDATA[something just got lost, it&#039;s:


Device Drivers  ---&#062;
    Input Device Support  ---&#062;
         Event Interface

    USB Support  ---&#062;
         USB Human Interface Device (full HID) support
        [*] HID input layer support]]></description>
			<content:encoded><![CDATA[<p>something just got lost, it&#8217;s:</p>
<p>Device Drivers  &#8212;&gt;<br />
    Input Device Support  &#8212;&gt;<br />
         Event Interface</p>
<p>    USB Support  &#8212;&gt;<br />
         USB Human Interface Device (full HID) support<br />
        [*] HID input layer support</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dante		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-17081</link>

		<dc:creator><![CDATA[dante]]></dc:creator>
		<pubDate>Thu, 05 Oct 2006 22:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-17081</guid>

					<description><![CDATA[hey thanx very very much this really worked for me... i did lots of bindings already since i don&#039;t use the feature side-scrolling anyway.
for all you people who don&#039;t have the evdev thingy or xorg says you don&#039;t have it:

- your kernel needs it compiled in
so:
Device Drivers  ---&#062;
    Input Device Support  ---&#062;
         Event Interface

    USB Support  ---&#062;
         USB Human Interface Device (full HID) support
        [*] HID input layer support

----------------------------------------------------------------------------

recompile your kernel, and take evdev as driver and _not_ as protocol in your config. set protocol to auto.  then reinstall the package with the xorg-evdev driver inside. for debian unstable this is xserver-xorg-input-evdev. then reconfigure this package (dpkg-reconfigure [package]) and restart x.

this should work by then.
it worked for me. 

thanks for your help here!
greets, dante]]></description>
			<content:encoded><![CDATA[<p>hey thanx very very much this really worked for me&#8230; i did lots of bindings already since i don&#8217;t use the feature side-scrolling anyway.<br />
for all you people who don&#8217;t have the evdev thingy or xorg says you don&#8217;t have it:</p>
<p>&#8211; your kernel needs it compiled in<br />
so:<br />
Device Drivers  &#8212;&gt;<br />
    Input Device Support  &#8212;&gt;<br />
         Event Interface</p>
<p>    USB Support  &#8212;&gt;<br />
         USB Human Interface Device (full HID) support<br />
        [*] HID input layer support</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>recompile your kernel, and take evdev as driver and _not_ as protocol in your config. set protocol to auto.  then reinstall the package with the xorg-evdev driver inside. for debian unstable this is xserver-xorg-input-evdev. then reconfigure this package (dpkg-reconfigure [package]) and restart x.</p>
<p>this should work by then.<br />
it worked for me. </p>
<p>thanks for your help here!<br />
greets, dante</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ralf		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-13582</link>

		<dc:creator><![CDATA[Ralf]]></dc:creator>
		<pubDate>Thu, 24 Aug 2006 00:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-13582</guid>

					<description><![CDATA[I&#039;m having problems with the evdev driver... if I choose it as the protocol, X crashes as soon as I restart it. Some websites claim that there is a bug with (the new version of?) evdev, could this be the problem? I&#039;m using Ubuntu 6.06. In the package mananger I found this note in the description of xserver-org-input-evdev: &quot;Note that this driver is different from Protocol &quot;evdev&quot; in the keyboard and mouse drivers, as shipped with Ubuntu 4.10 and 5.04, and Debian 3.1&quot;. Does this mean Ubuntu 6.06 doesn&#039;t have the evdev protocol?

I&#039;ve tried other protocols: with &quot;Logitech&quot; the mouse doesn&#039;t work at all, and with protocols like &quot;ExplorerPS/2&quot; and &quot;auto&quot; not all the buttons work properly (tilt is not detected at all, the app switch button is seen as button 1, etc).]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having problems with the evdev driver&#8230; if I choose it as the protocol, X crashes as soon as I restart it. Some websites claim that there is a bug with (the new version of?) evdev, could this be the problem? I&#8217;m using Ubuntu 6.06. In the package mananger I found this note in the description of xserver-org-input-evdev: &#8220;Note that this driver is different from Protocol &#8220;evdev&#8221; in the keyboard and mouse drivers, as shipped with Ubuntu 4.10 and 5.04, and Debian 3.1&#8243;. Does this mean Ubuntu 6.06 doesn&#8217;t have the evdev protocol?</p>
<p>I&#8217;ve tried other protocols: with &#8220;Logitech&#8221; the mouse doesn&#8217;t work at all, and with protocols like &#8220;ExplorerPS/2&#8221; and &#8220;auto&#8221; not all the buttons work properly (tilt is not detected at all, the app switch button is seen as button 1, etc).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mader		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-2810</link>

		<dc:creator><![CDATA[Mader]]></dc:creator>
		<pubDate>Thu, 18 May 2006 20:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-2810</guid>

					<description><![CDATA[...the udev script now works. I had an typo. sorry]]></description>
			<content:encoded><![CDATA[<p>&#8230;the udev script now works. I had an typo. sorry</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mader		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-2809</link>

		<dc:creator><![CDATA[Mader]]></dc:creator>
		<pubDate>Thu, 18 May 2006 19:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-2809</guid>

					<description><![CDATA[Hello,

I have a &quot;few&quot; questions. Perhapse someone is able to give me the answers...

I have tried the udev rule above, but with no success. That does not bother me too much because X is happy with event1

But

You tell me to use xvkbd, but I am not able to install it while it is conflicting with x11-common. I am on a debian/sid amd64 box.

I want to use the kcontrol part for logitech mice, but I have no permission to write to the device. My user is in group plugdev (perhaps a debian specific detail). Is there a possibility to set the permisson for the device by the udev rule?

Sorry for asking that much, but I am not able to dig that deep in the mud...

Thank you in advance.
Wolfgang]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a &#8220;few&#8221; questions. Perhapse someone is able to give me the answers&#8230;</p>
<p>I have tried the udev rule above, but with no success. That does not bother me too much because X is happy with event1</p>
<p>But</p>
<p>You tell me to use xvkbd, but I am not able to install it while it is conflicting with x11-common. I am on a debian/sid amd64 box.</p>
<p>I want to use the kcontrol part for logitech mice, but I have no permission to write to the device. My user is in group plugdev (perhaps a debian specific detail). Is there a possibility to set the permisson for the device by the udev rule?</p>
<p>Sorry for asking that much, but I am not able to dig that deep in the mud&#8230;</p>
<p>Thank you in advance.<br />
Wolfgang</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juergen Kreileder		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-300</link>

		<dc:creator><![CDATA[Juergen Kreileder]]></dc:creator>
		<pubDate>Sun, 15 Jan 2006 08:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-300</guid>

					<description><![CDATA[See &lt;a href=&quot;/2006/01/15/updated-logitech-mx1000-configuration/&quot; rel=&quot;nofollow&quot;&gt;Updated Logitech MX1000 Configuration&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>See <a href="/2006/01/15/updated-logitech-mx1000-configuration/" rel="nofollow">Updated Logitech MX1000 Configuration</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcus		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-298</link>

		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Fri, 13 Jan 2006 19:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-298</guid>

					<description><![CDATA[With the new &quot;evdev&quot; driver in xorg 6.9 (&quot;evdev&quot; no longer works as protocol in &#039;driver &quot;mouse&quot;&#039;) I cannot get events from all buttons (tested via xev). All important options (&quot;Buttons&quot;, mappings and so on) are not supported by the new &quot;evdev&quot; driver (in fact, there&#039;s only one option - &quot;Device&quot;). Hints anyone?]]></description>
			<content:encoded><![CDATA[<p>With the new &#8220;evdev&#8221; driver in xorg 6.9 (&#8220;evdev&#8221; no longer works as protocol in &#8216;driver &#8220;mouse&#8221;&#8216;) I cannot get events from all buttons (tested via xev). All important options (&#8220;Buttons&#8221;, mappings and so on) are not supported by the new &#8220;evdev&#8221; driver (in fact, there&#8217;s only one option &#8211; &#8220;Device&#8221;). Hints anyone?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juergen Kreileder		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-297</link>

		<dc:creator><![CDATA[Juergen Kreileder]]></dc:creator>
		<pubDate>Thu, 05 Jan 2006 00:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-297</guid>

					<description><![CDATA[Note that some parts of this guide are a bit outdated for XFree 6.9 (most noteably the &lt;code&gt;xorg.conf&lt;/code&gt; part). I&#039;ll post an updated guide soon.]]></description>
			<content:encoded><![CDATA[<p>Note that some parts of this guide are a bit outdated for XFree 6.9 (most noteably the <code>xorg.conf</code> part). I&#8217;ll post an updated guide soon.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juergen Kreileder		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-296</link>

		<dc:creator><![CDATA[Juergen Kreileder]]></dc:creator>
		<pubDate>Wed, 04 Jan 2006 23:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-296</guid>

					<description><![CDATA[&lt;code&gt;~/.xbindkeysrc&lt;/code&gt; is just a simple text file, it&#039;s the configuration for the &lt;code&gt;xbindkeys&lt;/code&gt; program. You can start the program manually by just typing its name.
To automatically start &lt;code&gt;xbindkeys&lt;/code&gt; just put it into &lt;code&gt;~/.gnomerc&lt;/code&gt;. &lt;code&gt;~/.gnomerc&lt;/code&gt; is a simple shell script which gets executed when a GNOME sessions startus up (see &lt;code&gt;/etc/X11/Xsession.d/55gnome-session_gnomerc&lt;/code&gt;).]]></description>
			<content:encoded><![CDATA[<p><code>~/.xbindkeysrc</code> is just a simple text file, it&#8217;s the configuration for the <code>xbindkeys</code> program. You can start the program manually by just typing its name.<br />
To automatically start <code>xbindkeys</code> just put it into <code>~/.gnomerc</code>. <code>~/.gnomerc</code> is a simple shell script which gets executed when a GNOME sessions startus up (see <code>/etc/X11/Xsession.d/55gnome-session_gnomerc</code>).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rafael		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-295</link>

		<dc:creator><![CDATA[Rafael]]></dc:creator>
		<pubDate>Tue, 03 Jan 2006 20:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-295</guid>

					<description><![CDATA[Sorry for my lack of knowledge on this matter, but I didn&#039;t understand how to use xbindkeysrc, I got it through apt, but am I supposed to run it, or is it  an editable text file? I didn&#039;t find the .gnomerc folder in ~ , am I supposed to download something else?]]></description>
			<content:encoded><![CDATA[<p>Sorry for my lack of knowledge on this matter, but I didn&#8217;t understand how to use xbindkeysrc, I got it through apt, but am I supposed to run it, or is it  an editable text file? I didn&#8217;t find the .gnomerc folder in ~ , am I supposed to download something else?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Rodgers		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-274</link>

		<dc:creator><![CDATA[Matthew Rodgers]]></dc:creator>
		<pubDate>Mon, 19 Dec 2005 12:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-274</guid>

					<description><![CDATA[I actually just fixed my problem.
For 6, yes 6 months, my gentoo linux 64 bit machine has been crashing each time the mouse froze up.
Also, when scrolling down in mozilla, my web page would go back.
Here is the fix if you are using what was said earlier here.
Basically, get rid of the 10 9 in the ZAxisMapping cause it screws it up (at least in my 64 bit system I don&#039;t know about 32 maybe it works who knows).

Identifier      &quot;MX1000&quot;
        Driver          &quot;mouse&quot;
        Option          &quot;CorePointer&quot;
        Option          &quot;Protocol&quot;              &quot;evdev&quot;
        Option          &quot;Dev Name&quot;              &quot;Logitech USB Receiver&quot;
        Option          &quot;Buttons&quot;               &quot;12&quot;
        Option          &quot;ZAxisMapping&quot;          &quot;11 12&quot;
        Option          &quot;Resolution&quot;            &quot;800&quot;
        Option          &quot;Emulate3Buttons&quot;       &quot;false&quot;
        Option          &quot;Device&quot;                &quot;/dev/mouse&quot;]]></description>
			<content:encoded><![CDATA[<p>I actually just fixed my problem.<br />
For 6, yes 6 months, my gentoo linux 64 bit machine has been crashing each time the mouse froze up.<br />
Also, when scrolling down in mozilla, my web page would go back.<br />
Here is the fix if you are using what was said earlier here.<br />
Basically, get rid of the 10 9 in the ZAxisMapping cause it screws it up (at least in my 64 bit system I don&#8217;t know about 32 maybe it works who knows).</p>
<p>Identifier      &#8220;MX1000&#8221;<br />
        Driver          &#8220;mouse&#8221;<br />
        Option          &#8220;CorePointer&#8221;<br />
        Option          &#8220;Protocol&#8221;              &#8220;evdev&#8221;<br />
        Option          &#8220;Dev Name&#8221;              &#8220;Logitech USB Receiver&#8221;<br />
        Option          &#8220;Buttons&#8221;               &#8220;12&#8221;<br />
        Option          &#8220;ZAxisMapping&#8221;          &#8220;11 12&#8221;<br />
        Option          &#8220;Resolution&#8221;            &#8220;800&#8221;<br />
        Option          &#8220;Emulate3Buttons&#8221;       &#8220;false&#8221;<br />
        Option          &#8220;Device&#8221;                &#8220;/dev/mouse&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matthew Rodgers		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-272</link>

		<dc:creator><![CDATA[Matthew Rodgers]]></dc:creator>
		<pubDate>Mon, 19 Dec 2005 11:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-272</guid>

					<description><![CDATA[I have been using these settings for my MX1000 for about 6 months now.
So far, they work pretty good, but I have a few problems if anyone wants to help.
Every once and a while, the mouse just suddenly stops working.  When I had this problem in win64, I installed the driver for it and it fixed the problem (lol in windows i always forget it requires drivers cause sometimes stuff works anyway).  So I look at the new xorg evdev which supposed to have better support, but it is masked, and I&#039;ve tried unmasking and compile for 64 bit, but I don&#039;t feel like it anymore.  When the mouse stops working, sometimes X actually crashes and I have to reboot linux cause my keyboard stops too and cold/hotplug don&#039;t even work whenI unplug and replug, so something is bad.
The only other problem I have, which is the one I think you can probably help with is when I scroll down the page in firefox, sometimes it sends a (page back) signal, causing the page to go back to the previous, meaning every time I instinctually scroll down, I am forced back to the last page.  Sometimes I get annoyed and then I start justusing the right side scrollbar.  I DO know that tilting the scroll wheel left should send that signal, but I am def not tilting left at all, and it still sends it every now and then.  I would just like to turn off the left tilt and right tilt support for the mouse.  Any ideas?]]></description>
			<content:encoded><![CDATA[<p>I have been using these settings for my MX1000 for about 6 months now.<br />
So far, they work pretty good, but I have a few problems if anyone wants to help.<br />
Every once and a while, the mouse just suddenly stops working.  When I had this problem in win64, I installed the driver for it and it fixed the problem (lol in windows i always forget it requires drivers cause sometimes stuff works anyway).  So I look at the new xorg evdev which supposed to have better support, but it is masked, and I&#8217;ve tried unmasking and compile for 64 bit, but I don&#8217;t feel like it anymore.  When the mouse stops working, sometimes X actually crashes and I have to reboot linux cause my keyboard stops too and cold/hotplug don&#8217;t even work whenI unplug and replug, so something is bad.<br />
The only other problem I have, which is the one I think you can probably help with is when I scroll down the page in firefox, sometimes it sends a (page back) signal, causing the page to go back to the previous, meaning every time I instinctually scroll down, I am forced back to the last page.  Sometimes I get annoyed and then I start justusing the right side scrollbar.  I DO know that tilting the scroll wheel left should send that signal, but I am def not tilting left at all, and it still sends it every now and then.  I would just like to turn off the left tilt and right tilt support for the mouse.  Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juergen Kreileder		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-249</link>

		<dc:creator><![CDATA[Juergen Kreileder]]></dc:creator>
		<pubDate>Mon, 21 Nov 2005 23:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-249</guid>

					<description><![CDATA[Redendorf, the kernel side looks OK. I don&#039;t have a Fedora installation at hand right now, so can&#039;t check whether it Fedora ships the X evdev driver.

Maybe somebody else can answer this, it should at &lt;code&gt;/usr/X11R6/lib/modules/input/evdev_drv.so&lt;/code&gt; or a similar location.]]></description>
			<content:encoded><![CDATA[<p>Redendorf, the kernel side looks OK. I don&#8217;t have a Fedora installation at hand right now, so can&#8217;t check whether it Fedora ships the X evdev driver.</p>
<p>Maybe somebody else can answer this, it should at <code>/usr/X11R6/lib/modules/input/evdev_drv.so</code> or a similar location.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Redendorf		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-246</link>

		<dc:creator><![CDATA[Redendorf]]></dc:creator>
		<pubDate>Thu, 17 Nov 2005 22:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-246</guid>

					<description><![CDATA[I may be having the same problem as BorgHunter.  I&#039;m new to linux and just installed FC4.  Whenever I set my Protocol to evdev, X does not start.
Here are the relevant portions from my /var/log/Xorg.0.log:
(**) Option &quot;Protocol&quot; &quot;evdev&quot;
(EE) Mouse0: Unknown protocol &quot;evdev&quot;
(EE) PreInit failed for input device &quot;Mouse0&quot;
(II) UnloadModule: &quot;mouse&quot;
(WW) No core pointer registered
No core pointer
Fatal server error:
failed to initialize core devices

here is my /proc/bus/input/devices:
I: Bus=0003 Vendor=046d Product=c50e Version=2500
N: Name=&quot;Logitech USB Receiver&quot;
P: Phys=usb-0000:00:11.2-2/input0
H: Handlers=mouse0 event1
B: EV=7
B: KEY=ffff0000 0 0 0 0 0 0 0 0
B: REL=143

here is my /proc/bus/input/handlers:
N: Number=0 Name=kbd
N: Number=1 Name=mousedev Minor=32
N: Number=2 Name=evdev Minor=64

I&#039;m guessing that my handler should be event2 instead of event1.  I think the problem may be that evdev doesn&#039;t seem to be a module but is compiled into the kernel (modprobe evdev does not find the module).  ...no clue how to proceed from here.  Any help would be appreciated.]]></description>
			<content:encoded><![CDATA[<p>I may be having the same problem as BorgHunter.  I&#8217;m new to linux and just installed FC4.  Whenever I set my Protocol to evdev, X does not start.<br />
Here are the relevant portions from my /var/log/Xorg.0.log:<br />
(**) Option &#8220;Protocol&#8221; &#8220;evdev&#8221;<br />
(EE) Mouse0: Unknown protocol &#8220;evdev&#8221;<br />
(EE) PreInit failed for input device &#8220;Mouse0&#8221;<br />
(II) UnloadModule: &#8220;mouse&#8221;<br />
(WW) No core pointer registered<br />
No core pointer<br />
Fatal server error:<br />
failed to initialize core devices</p>
<p>here is my /proc/bus/input/devices:<br />
I: Bus=0003 Vendor=046d Product=c50e Version=2500<br />
N: Name=&#8221;Logitech USB Receiver&#8221;<br />
P: Phys=usb-0000:00:11.2-2/input0<br />
H: Handlers=mouse0 event1<br />
B: EV=7<br />
B: KEY=ffff0000 0 0 0 0 0 0 0 0<br />
B: REL=143</p>
<p>here is my /proc/bus/input/handlers:<br />
N: Number=0 Name=kbd<br />
N: Number=1 Name=mousedev Minor=32<br />
N: Number=2 Name=evdev Minor=64</p>
<p>I&#8217;m guessing that my handler should be event2 instead of event1.  I think the problem may be that evdev doesn&#8217;t seem to be a module but is compiled into the kernel (modprobe evdev does not find the module).  &#8230;no clue how to proceed from here.  Any help would be appreciated.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juergen Kreileder		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-113</link>

		<dc:creator><![CDATA[Juergen Kreileder]]></dc:creator>
		<pubDate>Mon, 17 Oct 2005 18:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-113</guid>

					<description><![CDATA[Yes, the instructions work for KDE too. If doesn&#039;t work for  you, start with checking whether the X server really uses the &lt;em&gt;evdev&lt;/em&gt; driver for the mouse.]]></description>
			<content:encoded><![CDATA[<p>Yes, the instructions work for KDE too. If doesn&#8217;t work for  you, start with checking whether the X server really uses the <em>evdev</em> driver for the mouse.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-112</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 17 Oct 2005 17:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-112</guid>

					<description><![CDATA[Should these instructions work for KDE also?  I&#039;ve got Suse 10 and haven&#039;t been able to get the buttons working correctly yet.]]></description>
			<content:encoded><![CDATA[<p>Should these instructions work for KDE also?  I&#8217;ve got Suse 10 and haven&#8217;t been able to get the buttons working correctly yet.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juergen Kreileder		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-64</link>

		<dc:creator><![CDATA[Juergen Kreileder]]></dc:creator>
		<pubDate>Sat, 23 Jul 2005 08:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-64</guid>

					<description><![CDATA[How does it break X? Has it stopped starting up because it can&#039;t find the mouse?

Both XFree86 and XOrg should work fine with &lt;em&gt;evdev&lt;/em&gt;, I&#039;m using it on several Debian installations.  (Debian&#039;s XFree86 has some &lt;em&gt;evdev&lt;/em&gt; patches, so if you have a really old XFree86 package there might be problems.  XOrg supports &lt;em&gt;evdev&lt;/em&gt; without any additional patches.)

To get &lt;em&gt;evdev&lt;/em&gt; running with X you need two things:
&lt;ul&gt;
&lt;li&gt;A kernel with &lt;em&gt;evdev&lt;/em&gt; support: This is an abstract layer, it provides access to all input devices connected to the machine.  Both USB and PS/2 input devices should show up in &lt;code&gt;/proc/bus/input/devices&lt;/code&gt;. PS/2 devices may have limited event support, though.
(Standard Debian kernels have &lt;em&gt;evdev&lt;/em&gt; built as a module which normally gets loaded by hotplug while booting or when attaching a input device.)&lt;/li&gt;
&lt;li&gt;An &lt;em&gt;InputDevice&lt;/em&gt; section in the X configuration that has a &lt;code&gt;Option &#034;Protocol&#034; &#034;evdev&#034;&lt;/code&gt; line. Using protocol &lt;em&gt;evdev&lt;/em&gt; works at least for the &lt;em&gt;mouse&lt;/em&gt; and &lt;em&gt;kbd&lt;/em&gt; drivers.   The &lt;code&gt;Dev Phys&lt;/code&gt; and &lt;code&gt;Dev Name&lt;/code&gt; options allow you to specify which input device gets used (you can get the values from &lt;code&gt;/proc/bus/input/devices&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;

Regarding PS/2 devices.  The kernel&#039;s driver is the limiting factor here (AFAIK this applies both to direct PS/2 access and access via the &lt;em&gt;evdev&lt;/em&gt; layer). Stock kernels won&#039;t see all buttons. There are some patches which make it work with the tilt wheel of the Microsoft mice (IIRC that required patching X too) but even that wouldn&#039;t make it see all buttons of the MX1000.]]></description>
			<content:encoded><![CDATA[<p>How does it break X? Has it stopped starting up because it can&#8217;t find the mouse?</p>
<p>Both XFree86 and XOrg should work fine with <em>evdev</em>, I&#8217;m using it on several Debian installations.  (Debian&#8217;s XFree86 has some <em>evdev</em> patches, so if you have a really old XFree86 package there might be problems.  XOrg supports <em>evdev</em> without any additional patches.)</p>
<p>To get <em>evdev</em> running with X you need two things:</p>
<ul>
<li>A kernel with <em>evdev</em> support: This is an abstract layer, it provides access to all input devices connected to the machine.  Both USB and PS/2 input devices should show up in <code>/proc/bus/input/devices</code>. PS/2 devices may have limited event support, though.<br />
(Standard Debian kernels have <em>evdev</em> built as a module which normally gets loaded by hotplug while booting or when attaching a input device.)</li>
<li>An <em>InputDevice</em> section in the X configuration that has a <code>Option &quot;Protocol&quot; &quot;evdev&quot;</code> line. Using protocol <em>evdev</em> works at least for the <em>mouse</em> and <em>kbd</em> drivers.   The <code>Dev Phys</code> and <code>Dev Name</code> options allow you to specify which input device gets used (you can get the values from <code>/proc/bus/input/devices</code>).</li>
</ul>
<p>Regarding PS/2 devices.  The kernel&#8217;s driver is the limiting factor here (AFAIK this applies both to direct PS/2 access and access via the <em>evdev</em> layer). Stock kernels won&#8217;t see all buttons. There are some patches which make it work with the tilt wheel of the Microsoft mice (IIRC that required patching X too) but even that wouldn&#8217;t make it see all buttons of the MX1000.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BorgHunter		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-63</link>

		<dc:creator><![CDATA[BorgHunter]]></dc:creator>
		<pubDate>Sat, 23 Jul 2005 03:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-63</guid>

					<description><![CDATA[Well, I have the same problem as Jason, and using the evdev protocol breaks X. And apt can&#039;t find the package. Google seems to indicate that evdev involves USB devices -- what would be the alternative if the mouse is hooked up through PS/2?]]></description>
			<content:encoded><![CDATA[<p>Well, I have the same problem as Jason, and using the evdev protocol breaks X. And apt can&#8217;t find the package. Google seems to indicate that evdev involves USB devices &#8212; what would be the alternative if the mouse is hooked up through PS/2?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juergen Kreileder		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-52</link>

		<dc:creator><![CDATA[Juergen Kreileder]]></dc:creator>
		<pubDate>Fri, 15 Jul 2005 08:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-52</guid>

					<description><![CDATA[Looks like your configuration is missing the &lt;code&gt;Option &quot;Protocol&quot; &quot;evdev&quot;&lt;/code&gt; line. Only the &lt;em&gt;evdev&lt;/em&gt; protocol sees all buttons.]]></description>
			<content:encoded><![CDATA[<p>Looks like your configuration is missing the <code>Option "Protocol" "evdev"</code> line. Only the <em>evdev</em> protocol sees all buttons.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-51</link>

		<dc:creator><![CDATA[Jason]]></dc:creator>
		<pubDate>Fri, 15 Jul 2005 05:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-51</guid>

					<description><![CDATA[I&#039;m having some trouble using the tilt left right buttons, this is my xorg configuration
Section &quot;InputDevice&quot;
 Identifier &quot;MX1000&quot;
 Driver     &quot;mouse&quot;
 Option     &quot;CorePointer&quot;
 Option     &quot;Dev Name&quot;        &quot;Logitech USB Receiver&quot;
 Option     &quot;Buttons&quot;         &quot;12&quot;
 Option     &quot;ZAxisMapping&quot;    &quot;11 12 10 9&quot;
 Option     &quot;Resolution&quot;      &quot;800&quot;
 Option     &quot;Emulate3Buttons&quot; &quot;false&quot;
EndSection

and my .xbindkeysrc
# Backward and Forward buttons
&quot;xvkbd -text &quot;\[Alt_L]\[Left]&quot;&quot;
  m:0x10 + b:8
&quot;xvkbd -text &quot;\[Alt_L]\[Right]&quot;&quot;
  m:0x10 + b:9

# &quot;Cruise Control&quot; disabled:
#&quot;xvkbd -text &quot;\[Page_Up]&quot;&quot;
#  m:0x10 + b:11
#&quot;xvkbd -text &quot;\[Page_Down]&quot;&quot;
#  m:0x10 + b:12

# &quot;Cruise Control&quot; enabled:
# Only use this if you have problems with Mozilla
&quot;NoCommand&quot;
  m:0x10 + b:11
&quot;NoCommand&quot;
  m:0x10 + b:12]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having some trouble using the tilt left right buttons, this is my xorg configuration<br />
Section &#8220;InputDevice&#8221;<br />
 Identifier &#8220;MX1000&#8221;<br />
 Driver     &#8220;mouse&#8221;<br />
 Option     &#8220;CorePointer&#8221;<br />
 Option     &#8220;Dev Name&#8221;        &#8220;Logitech USB Receiver&#8221;<br />
 Option     &#8220;Buttons&#8221;         &#8220;12&#8221;<br />
 Option     &#8220;ZAxisMapping&#8221;    &#8220;11 12 10 9&#8221;<br />
 Option     &#8220;Resolution&#8221;      &#8220;800&#8221;<br />
 Option     &#8220;Emulate3Buttons&#8221; &#8220;false&#8221;<br />
EndSection</p>
<p>and my .xbindkeysrc<br />
# Backward and Forward buttons<br />
&#8220;xvkbd -text &#8220;\[Alt_L]\[Left]&#8221;&#8221;<br />
  m:0x10 + b:8<br />
&#8220;xvkbd -text &#8220;\[Alt_L]\[Right]&#8221;&#8221;<br />
  m:0x10 + b:9</p>
<p># &#8220;Cruise Control&#8221; disabled:<br />
#&#8221;xvkbd -text &#8220;\[Page_Up]&#8221;&#8221;<br />
#  m:0x10 + b:11<br />
#&#8221;xvkbd -text &#8220;\[Page_Down]&#8221;&#8221;<br />
#  m:0x10 + b:12</p>
<p># &#8220;Cruise Control&#8221; enabled:<br />
# Only use this if you have problems with Mozilla<br />
&#8220;NoCommand&#8221;<br />
  m:0x10 + b:11<br />
&#8220;NoCommand&#8221;<br />
  m:0x10 + b:12</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcus		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-50</link>

		<dc:creator><![CDATA[Marcus]]></dc:creator>
		<pubDate>Fri, 08 Jul 2005 09:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-50</guid>

					<description><![CDATA[If you want to &quot;xbindkeys&quot; the wheel&#039;s tilt left/right, do _not_ include the buttons 9 and 10 in &quot;ZAxisMapping&quot;.]]></description>
			<content:encoded><![CDATA[<p>If you want to &#8220;xbindkeys&#8221; the wheel&#8217;s tilt left/right, do _not_ include the buttons 9 and 10 in &#8220;ZAxisMapping&#8221;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ydef		</title>
		<link>/articles/logitech-mx1000-configuration/comment-page-1/#comment-24</link>

		<dc:creator><![CDATA[ydef]]></dc:creator>
		<pubDate>Thu, 23 Jun 2005 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackdown.de/2005/04/03/logitech-mx1000-configuration/#comment-24</guid>

					<description><![CDATA[#Next
&quot;xvkbd -xsendevent -text &quot;\[Control]\[Prior]&quot;&quot;
   m:0x0 + b:4
#Prior
&quot;xvkbd -xsendevent -text &quot;\[Control]\[Next]&quot;&quot;
   m:0x0 + b:5
#Left
&quot;xvkbd -xsendevent -text &quot;\[Meta_L]\[Left]&quot;&quot;
   m:0x0 + b:8
#Right
&quot;xvkbd -xsendevent -text &quot;\[Meta_L]\[Right]&quot;&quot;
   m:0x0 + b:9
#Kill
&quot;xvkbd -xsendevent -text &quot;\[Control]\[w]&quot;&quot;
   m:0x0 + b:10
#Next
&quot;xvkbd -xsendevent -text &quot;\[Prior]&quot;&quot;
   m:0x0 + b:11
#Prior
&quot;xvkbd -xsendevent -text &quot;\[Next]&quot;&quot;
   m:0x0 + b:12

This is my xbindkeysrc in case this helps someone.  I like having the center thumb button be control-w, which closes xwindow,firefox tab, whatever running in x --- very convenient.  

Instead of horizontal scrolling with the y axis of the wheel (which i rare use) i prefer to have my y axis be next and prior so that I can skip move between tabs on firefox/mozilla effortlessly.  

And for buttons 4 and 5 that are above and below the scroll wheel i have that set to go up one page and down one page per click on the browser with the control-next and control-prior.

Ydef]]></description>
			<content:encoded><![CDATA[<p>#Next<br />
&#8220;xvkbd -xsendevent -text &#8220;\[Control]\[Prior]&#8221;&#8221;<br />
   m:0x0 + b:4<br />
#Prior<br />
&#8220;xvkbd -xsendevent -text &#8220;\[Control]\[Next]&#8221;&#8221;<br />
   m:0x0 + b:5<br />
#Left<br />
&#8220;xvkbd -xsendevent -text &#8220;\[Meta_L]\[Left]&#8221;&#8221;<br />
   m:0x0 + b:8<br />
#Right<br />
&#8220;xvkbd -xsendevent -text &#8220;\[Meta_L]\[Right]&#8221;&#8221;<br />
   m:0x0 + b:9<br />
#Kill<br />
&#8220;xvkbd -xsendevent -text &#8220;\[Control]\[w]&#8221;&#8221;<br />
   m:0x0 + b:10<br />
#Next<br />
&#8220;xvkbd -xsendevent -text &#8220;\[Prior]&#8221;&#8221;<br />
   m:0x0 + b:11<br />
#Prior<br />
&#8220;xvkbd -xsendevent -text &#8220;\[Next]&#8221;&#8221;<br />
   m:0x0 + b:12</p>
<p>This is my xbindkeysrc in case this helps someone.  I like having the center thumb button be control-w, which closes xwindow,firefox tab, whatever running in x &#8212; very convenient.  </p>
<p>Instead of horizontal scrolling with the y axis of the wheel (which i rare use) i prefer to have my y axis be next and prior so that I can skip move between tabs on firefox/mozilla effortlessly.  </p>
<p>And for buttons 4 and 5 that are above and below the scroll wheel i have that set to go up one page and down one page per click on the browser with the control-next and control-prior.</p>
<p>Ydef</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
