No luck, I can&#39;t get it to build and install to my own personal directory. vdpau is complaining:<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;">
vdpau.h:47:25: error: vdpau/vdpau.h: No such file or directory<br><br>and if I skip vdpau, the install fails:<br>
cd themes/ &amp;&amp; /usr/bin/qmake <a href="http://themes.pro" target="_blank">themes.pro</a> -unix QMAKE=/usr/bin/qmake -o Makefile<br>Project ERROR: Please run ./configure<br>make: *** [themes//Makefile] Error 2<br><br>
</blockquote><div><br>Well, Even though the themes didn&#39;t install properly, I thought I&#39;d give it a try, and it seems to have worked.<br><br>I executed my modified version of the frontend, and it still sits at 14% yet even after the hack from 70Hz refresh down to 5 refresh.<br>
I changed both instances of:<br><font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">drawTimer-&gt;start(1000 / 70);</font></font><br>to <br><font color="black" face="Verdana,Arial,Helvetica" size="2"><font color="black" face="Verdana,Arial,Helvetica" size="2">drawTimer-&gt;start(1000 / 5);</font></font><br>
<br>So either, that was not the right way to affect the animation pulse rate, or the root cause of this cpu usage is NOT the animation pulse.<br><br><br></div></div><br>