<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - To everyone who is experiencing mouse lag on Linux]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=724</link>
		<description><![CDATA[The most recent posts in To everyone who is experiencing mouse lag on Linux.]]></description>
		<lastBuildDate>Sun, 11 Aug 2013 14:59:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: To everyone who is experiencing mouse lag on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4579#p4579</link>
			<description><![CDATA[<p>make sure you have Acceleration turned off, i used to have a issue like this when using XFCE compositing.</p>]]></description>
			<author><![CDATA[dummy@example.com (damvcoool)]]></author>
			<pubDate>Sun, 11 Aug 2013 14:59:08 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4579#p4579</guid>
		</item>
		<item>
			<title><![CDATA[Re: To everyone who is experiencing mouse lag on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4577#p4577</link>
			<description><![CDATA[<p>No, my script is working perfectly like this.</p><p>Anyways, you could additionally try replacing<br /></p><div class="codebox"><pre><code>centerCursor()</code></pre></div><p>with<br /></p><div class="codebox"><pre><code>if getSystemTick() % 3 == 0 then -- Experiment a little bit with the value. 3 is just an example
            centerCursor()
end</code></pre></div><p>Sponk</p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Sun, 11 Aug 2013 14:53:14 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4577#p4577</guid>
		</item>
		<item>
			<title><![CDATA[Re: To everyone who is experiencing mouse lag on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4576#p4576</link>
			<description><![CDATA[<p>Hey Sponk,</p><p>Did you modify something else in the script ?<br />All I got is a shaky camera looking at the floor.</p>]]></description>
			<author><![CDATA[dummy@example.com (com3D)]]></author>
			<pubDate>Sun, 11 Aug 2013 14:11:46 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4576#p4576</guid>
		</item>
		<item>
			<title><![CDATA[To everyone who is experiencing mouse lag on Linux]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4570#p4570</link>
			<description><![CDATA[<p>Hey community!</p><p>I found a way to stop the mouse lag found when using the SponzaFPS demo on Linux.</p><p>It seems that centering the cursor takes too long for providing getAxis with the correct data.<br />The workaround is replacing</p><div class="codebox"><pre><code>mx = getAxis(&quot;MOUSE_X&quot;)
my = getAxis(&quot;MOUSE_Y&quot;)</code></pre></div><p>with</p><div class="codebox"><pre><code>window = getWindowScale()
mx = window[1] / 2
my = window[2] / 2</code></pre></div><p>in the MouseInput.lua file so that the values do not depend on how fast the xserver resets the cursor.</p><p>Sponk</p>]]></description>
			<author><![CDATA[dummy@example.com (Sponk)]]></author>
			<pubDate>Sun, 11 Aug 2013 09:25:44 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4570#p4570</guid>
		</item>
	</channel>
</rss>
