<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - To everyone who is experiencing mouse lag on Linux]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=724&amp;type=atom"/>
	<updated>2013-08-11T14:59:08Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=724</id>
		<entry>
			<title type="html"><![CDATA[Re: To everyone who is experiencing mouse lag on Linux]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4579#p4579"/>
			<content type="html"><![CDATA[<p>make sure you have Acceleration turned off, i used to have a issue like this when using XFCE compositing.</p>]]></content>
			<author>
				<name><![CDATA[damvcoool]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1169</uri>
			</author>
			<updated>2013-08-11T14:59:08Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4579#p4579</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: To everyone who is experiencing mouse lag on Linux]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4577#p4577"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Sponk]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1316</uri>
			</author>
			<updated>2013-08-11T14:53:14Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4577#p4577</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: To everyone who is experiencing mouse lag on Linux]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4576#p4576"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[com3D]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1488</uri>
			</author>
			<updated>2013-08-11T14:11:46Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4576#p4576</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[To everyone who is experiencing mouse lag on Linux]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4570#p4570"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Sponk]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1316</uri>
			</author>
			<updated>2013-08-11T09:25:44Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4570#p4570</id>
		</entry>
</feed>
