<br><br><div class="gmail_quote">On Thu, Jan 8, 2009 at 6:09 PM, Dean Harding <span dir="ltr">&lt;<a href="mailto:dean.harding@dload.com.au">dean.harding@dload.com.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt; Also, I am seeing 54% load on one CPU when mythfrontend is just sitting<br>
&gt; on the recordings page. &nbsp;Nothing playing. &nbsp;That seems excessive? &nbsp;3ghz<br>
cpu.<br>
<br>
</div>Do you have the video preview running? That eats up a bit of CPU IIRC.<br>
<font color="#888888"><br>
Dean.<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br>
</div></div></blockquote></div><br>I had all of these problems and just got my myth frontend working about 1 hour ago...It&#39;s going through the Wife test right now.<br><br>I have a 2.2 Dual core with an NVidia 8400 GS DVI hookup to a 1080i TV.&nbsp; And the NVidia 180.16 driver.<br>
<br>First off 0.21 will not work.&nbsp; You have to compile it yourself.&nbsp;&nbsp;&nbsp; It took me a little bit but once I got the compiling figured out I started tweeking.&nbsp; The first few compiles I did I saw X and Myth FE taking ov er the CPU both 57/43%...So CPU was high always....Even when not playing video.<br>
<br>First I started with Mythbuntu 8.10 which includes Myth 0.21.&nbsp;&nbsp; Got that working (db setup and all).&nbsp; Then I removed everything myth (plugins, thems, web, frontend, backend)&nbsp;&nbsp; I left the DB, and Mythbuntu scripts (init.d type stuff).&nbsp; So the /usr/lib, /usr/share/mythtv, /usr/bin didn&#39;t have anything myth (excluding mythbuntu items) in them.&nbsp; <br>
<br>Next I started playing around with the compiler using SVN Trunk 19597.&nbsp; I compile write on this box.&nbsp;&nbsp; Here are the settings I eventually ended up using.<br><br>MythTV<br>./configure --prefix=/usr --enable-proc-opt --disable-joystick-menu --disable-firewire --disable-hdhomerun --disable-xvmcw --enable-xvmc-opengl --enable-vdpau&nbsp; --disable-directfb --enable-opengl-vsync<br>
<br>MythPlugins<br>./configure --prefix=/usr --enable-opengl --enable-mytharchive --disable-mythbrowser --disable-mythcontrols --disable-mythflix --enable-mythgallery --disable-mythgame --enable-mythmusic --disable-mythnews --disable-mythphone --enable-mythvideo --disable-mythweather --disable-mythzoneminder --disable-mythmovies<br>
<br>Now I then used <br>&nbsp;&nbsp;&nbsp; sudo checkinstall <br>to create .deb packages (using mythbuntu 8.10 as my base).&nbsp; I then use <br>&nbsp;&nbsp;&nbsp;&nbsp; dpkg -i &lt;package&gt;<br>to install them.<br><br>Then started testing...&nbsp; First you have to setup the playback profile to use the VDPAU settings.&nbsp; Next I try watching a recording.&nbsp; Still stuttered but my 100% CPU dropped to 9% for the frontend and 1% for X.&nbsp; So looks good but still stuttering.&nbsp; Next I moved on to looking at the logs....I ran with <br>
<br>Now I started working on the interlacers.<br><br>frontend -v playback &gt;&amp; /var/log/mythtv/frontend.log<br><br>So I saw the deinterlacer wasn&#39;t working properly... So I kept tweaking that setting.&nbsp; Finally I settled on Advance (2x, HW) because of something I read on the wiki...&nbsp; (keep reading though before jumping on this one).<br>
<br>Still stuttered but then I noticed in the log a lot of audio issues and buffer overrunds.&nbsp; That led me down an audio path.&nbsp; So I worked with that for a days trying to et digiital playback.&nbsp; Never got that to work and just set it to ALSA;hw:0,0<br>
<br>So then I went back and worked on playback.&nbsp;&nbsp; I end up setting the deinterlacer to One Field (1x, Hw) and None for the secondary....<br><br>Now everything is working perfectly.<br><br>I hope that this helps and sorry it was so long.<br>
<br>steve<br>