<?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 on: Lowering Gaming Mouse Sensitivity in Ubuntu 10.04/9.10</title>
	<atom:link href="http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Aug 2010 02:08:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Parsa</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-2013</link>
		<dc:creator>Parsa</dc:creator>
		<pubDate>Wed, 25 Aug 2010 02:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-2013</guid>
		<description>Thank you so much! Really helps a lot! Especially in games like css, and tf2, mouse acceleration is a big no no.</description>
		<content:encoded><![CDATA[<p>Thank you so much! Really helps a lot! Especially in games like css, and tf2, mouse acceleration is a big no no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Mylund Nielsen</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1997</link>
		<dc:creator>Patrick Mylund Nielsen</dc:creator>
		<pubDate>Sat, 21 Aug 2010 19:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1997</guid>
		<description>Hi Parsa,

&lt;code&gt;chmod&lt;/code&gt; is a command used to change the permissions on a file, including whether the file can be executed (which is what &#039;x&#039; stands for).

Let&#039;s say you have a script called &lt;code&gt;sens.sh&lt;/code&gt; in which you&#039;ve placed the commands you want to run. To make it so it can be executed, you run -- in a terminal -- the command &lt;code&gt;chmod +x sens.sh&lt;/code&gt; (if you&#039;re in the same folder) or &lt;code&gt;chmod +x /home/patrick/sens.sh&lt;/code&gt;. Then you can run it with &lt;code&gt;./sens.sh&lt;/code&gt; or &lt;code&gt;/home/patrick/sens.sh&lt;/code&gt;, and you can add it to GNOME&#039;s &quot;Startup Applications&quot; so it is launched whenever the graphical interface is. To do that, you add a new entry pointing to the script you made (and on which you ran &lt;code&gt;chmod +x&lt;/code&gt;), for example: http://imgur.com/KJ4hk.png

You can also toggle whether a file can be executed by going to Properties -&gt; Permissions for the file: http://imgur.com/6IA6m.png

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Hi Parsa,</p>
<p><code>chmod</code> is a command used to change the permissions on a file, including whether the file can be executed (which is what &#8216;x&#8217; stands for).</p>
<p>Let&#8217;s say you have a script called <code>sens.sh</code> in which you&#8217;ve placed the commands you want to run. To make it so it can be executed, you run &#8212; in a terminal &#8212; the command <code>chmod +x sens.sh</code> (if you&#8217;re in the same folder) or <code>chmod +x /home/patrick/sens.sh</code>. Then you can run it with <code>./sens.sh</code> or <code>/home/patrick/sens.sh</code>, and you can add it to GNOME&#8217;s &#8220;Startup Applications&#8221; so it is launched whenever the graphical interface is. To do that, you add a new entry pointing to the script you made (and on which you ran <code>chmod +x</code>), for example: <a href="http://imgur.com/KJ4hk.png" rel="nofollow">http://imgur.com/KJ4hk.png</a></p>
<p>You can also toggle whether a file can be executed by going to Properties -> Permissions for the file: <a href="http://imgur.com/6IA6m.png" rel="nofollow">http://imgur.com/6IA6m.png</a></p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Mylund Nielsen</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1977</link>
		<dc:creator>Patrick Mylund Nielsen</dc:creator>
		<pubDate>Thu, 19 Aug 2010 08:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1977</guid>
		<description>Glad you found it useful Ian!</description>
		<content:encoded><![CDATA[<p>Glad you found it useful Ian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Mylund Nielsen</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1976</link>
		<dc:creator>Patrick Mylund Nielsen</dc:creator>
		<pubDate>Thu, 19 Aug 2010 08:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1976</guid>
		<description>Thanks Alexei!</description>
		<content:encoded><![CDATA[<p>Thanks Alexei!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parsa</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1973</link>
		<dc:creator>Parsa</dc:creator>
		<pubDate>Thu, 19 Aug 2010 01:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1973</guid>
		<description>Hey Mr. Nielsen! I&#039;m a total linux newbie and this guide helped a ton! However, I don&#039;t know what you mean about &quot;running chmod +x&quot; on it and adding it to  &quot;System -&gt; Preferences -&gt; Startup Applications&quot;. Could you please go into furthur detail? I&#039;m sorry, but it would help a lot!</description>
		<content:encoded><![CDATA[<p>Hey Mr. Nielsen! I&#8217;m a total linux newbie and this guide helped a ton! However, I don&#8217;t know what you mean about &#8220;running chmod +x&#8221; on it and adding it to  &#8220;System -&gt; Preferences -&gt; Startup Applications&#8221;. Could you please go into furthur detail? I&#8217;m sorry, but it would help a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Mylund Nielsen</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1725</link>
		<dc:creator>Patrick Mylund Nielsen</dc:creator>
		<pubDate>Tue, 20 Jul 2010 19:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1725</guid>
		<description>Hi Truefire and Migi,

I can&#039;t find a good answer to your questions, but this might help you a little:

&lt;pre&gt;# xinput get-feedbacks &quot;Razor DeathAdder&quot;
1 feedback class
PtrFeedbackClass id=0
	accelNum is 2
	accelDenom is 1
	threshold is 4

# xinput set-ptr-feedback &quot;Razor DeathAdder&quot; 0 2 1

# xinput get-feedbacks &quot;Razor DeathAdder&quot;
1 feedback class
PtrFeedbackClass id=0
	accelNum is 2
	accelDenom is 1
	threshold is 0&lt;/pre&gt;

The lower the treshold (the first value in the command), the more sensitive the mouse is. This value can&#039;t go below 0, it seems.

Alternatively, for high(er) sensitivity without acceleration:

&lt;pre&gt;# xinput set-ptr-feedback &quot;Razor DeathAdder&quot; 0 0 1

# xinput get-feedbacks &quot;Razor DeathAdder&quot;
1 feedback class
PtrFeedbackClass id=0
	accelNum is 0
	accelDenom is 1
	threshold is 0&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Truefire and Migi,</p>
<p>I can&#8217;t find a good answer to your questions, but this might help you a little:</p>
<pre># xinput get-feedbacks "Razor DeathAdder"
1 feedback class
PtrFeedbackClass id=0
	accelNum is 2
	accelDenom is 1
	threshold is 4

# xinput set-ptr-feedback "Razor DeathAdder" 0 2 1

# xinput get-feedbacks "Razor DeathAdder"
1 feedback class
PtrFeedbackClass id=0
	accelNum is 2
	accelDenom is 1
	threshold is 0</pre>
<p>The lower the treshold (the first value in the command), the more sensitive the mouse is. This value can&#8217;t go below 0, it seems.</p>
<p>Alternatively, for high(er) sensitivity without acceleration:</p>
<pre># xinput set-ptr-feedback "Razor DeathAdder" 0 0 1

# xinput get-feedbacks "Razor DeathAdder"
1 feedback class
PtrFeedbackClass id=0
	accelNum is 0
	accelDenom is 1
	threshold is 0</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Migi</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1639</link>
		<dc:creator>Migi</dc:creator>
		<pubDate>Sat, 26 Jun 2010 19:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1639</guid>
		<description>Hey, everything in this blog post works great, I&#039;m now able to set the mouse deceleration to any value I want. Well, not entirely. It only accepts values &gt;=1, while I would like to use this to make my mouse a little faster with mouse acceleration off, instead of slower, just like Truefire.

Any ideas to force it to values smaller than 1?</description>
		<content:encoded><![CDATA[<p>Hey, everything in this blog post works great, I&#8217;m now able to set the mouse deceleration to any value I want. Well, not entirely. It only accepts values &gt;=1, while I would like to use this to make my mouse a little faster with mouse acceleration off, instead of slower, just like Truefire.</p>
<p>Any ideas to force it to values smaller than 1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Sinclair</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1625</link>
		<dc:creator>Ian Sinclair</dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1625</guid>
		<description>Brilliant, Patrick, this has solved the problem with my new Kensington Optical Trackball. I found a value of 3 was right for this trackball. No more searching for answers (none worked until now).</description>
		<content:encoded><![CDATA[<p>Brilliant, Patrick, this has solved the problem with my new Kensington Optical Trackball. I found a value of 3 was right for this trackball. No more searching for answers (none worked until now).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Truefire</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1586</link>
		<dc:creator>Truefire</dc:creator>
		<pubDate>Mon, 14 Jun 2010 15:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1586</guid>
		<description>Hi, could I reverse this somehow to speed up my trackpad on my Toughbook? I&#039;m using Mint Helena, equivalent to 9.10. 

Any assistance is appreciated.</description>
		<content:encoded><![CDATA[<p>Hi, could I reverse this somehow to speed up my trackpad on my Toughbook? I&#8217;m using Mint Helena, equivalent to 9.10. </p>
<p>Any assistance is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schaender</title>
		<link>http://patrickmylund.com/blog/lowering-gaming-mouse-sensitivity-in-ubuntu-9-10/#comment-1555</link>
		<dc:creator>schaender</dc:creator>
		<pubDate>Wed, 09 Jun 2010 13:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://patrickmylund.com/?p=1372#comment-1555</guid>
		<description>Thanks, finally something that works! :)</description>
		<content:encoded><![CDATA[<p>Thanks, finally something that works! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
