<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;I&#39;ve noticed extremely slow performance while running Doom on FSO M4. I<br>
tracked it down to the accelerometer code. (I turned off accel control in<br>
the opendoom.cfg file and that fixed the speed issue). The code basically<br>
opens /dev/event3 and reads from this. Should I be approaching the<br>
accelerometer interface differently?? It is running horribly slow, can<br>
anyone else confirm this?</blockquote><div>&nbsp;</div><div>I noticed the same, but the solution from another thread worked here - either execute or put into ~/.profile : <br>&nbsp;</div><div># fix doom accelerators<br>echo 10 &gt; /sys/devices/platform/lis302dl.1/threshold<br>
echo 10 &gt; /sys/devices/platform/lis302dl.2/threshold<br>&nbsp;<br>Stefan<br><br></div></div><br>