<br><br><div class="gmail_quote">On Thu, Jan 22, 2009 at 11:02 PM, A JM <span dir="ltr">&lt;<a href="mailto:vbtalent@gmail.com">vbtalent@gmail.com</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><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Thu, Jan 22, 2009 at 10:38 PM, Jean-Yves Avenard <span dir="ltr">&lt;<a href="mailto:jyavenard@gmail.com" target="_blank">jyavenard@gmail.com</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;">
Hi<br>
<br>
2009/1/23 A JM &lt;<a href="mailto:vbtalent@gmail.com" target="_blank">vbtalent@gmail.com</a>&gt;:<br>
<div>&gt; Scratch my last post.. duh it finally dawned on me.<br>
<br>
</div>The &quot;right location&quot; as I call it is /etc/lirc which is where all the<br>
stuff would be installed by default<br>
<div><br>
&gt;<br>
&gt; Can I test this without using Myth at the moment? this is a fresh install<br>
&gt; and just want to see if she&#39;s working.<br>
<br>
</div>This stuff is completely independent of MythTV ... It&#39;s only dealing<br>
with the LCD and the IR controller<br>
<div><br>
&gt;<br>
&gt; Also, Davids post earlier referred to turning off the backlight and I see<br>
&gt; his suggestions are a little different than yours are they basically the<br>
&gt; same processes? Can I simply add the lines backlight=0 into the<br>
&gt; hardware.conf file?<br>
<br>
</div>I didn&#39;t touch any of those... This is using the stock ubuntu lirc<br>
drivers, and the basic support in lirc for this LCD.<br>
It seems that Davids added more patches to emulate as if the LCD as turned off.<br>
What he did is change the default text that appears when you quit the<br>
LCDd daemon:<br>
by default it shows something like: Thank you for using LCDd ...<br>
<br>
from my quick read, it seems that he just made this message look<br>
empty, which simulate the screen being completely turned off (but<br>
that&#39;s not the case)<br>
<div><br>
&gt; To get lcdproc to correctly use the graphical display, you need to<br>
&gt; apply the pactch at<br>
&gt; <a href="http://codeka.com/blogs/imon/lcdproc-0.5.2-imonlcd-0.3.patch" target="_blank">http://codeka.com/blogs/imon/lcdproc-0.5.2-imonlcd-0.3.patch</a>. &nbsp;Then<br>
&gt; set the driver to be &quot;imonlcd&quot; in LCDd.conf. &nbsp;You can turn the<br>
&gt; backlight off by setting &quot;backlight=0&quot; in the &quot;[imonlcd]&quot; section of<br>
&gt; LCDd.conf.<br>
<br>
</div>Just apply my patchs, it will do all that...<br>
<div><div></div><div>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">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>
</div></div></blockquote></div></div></div>Currently when I power down the box the LCD stays lit, it should turn off w/the PC??? That&#39;s what I thought David was doing are you saying it never turns off just doesn&#39;t display text?<br>

<br>Having a bit of an issue w/lcdproc at the moment. It compiled fine and installed but I notice it doesn&#39;t build imon.so which I believe is what I need?<br><br>test -z &quot;/usr/local/lib/lcdproc&quot; || mkdir -p -- &quot;/usr/local/lib/lcdproc&quot;<br>

&nbsp; /usr/bin/install -c &#39;bayrad.so&#39; &#39;/usr/local/lib/lcdproc/bayrad.so&#39;<br>&nbsp; /usr/bin/install -c &#39;CFontz.so&#39; &#39;/usr/local/lib/lcdproc/CFontz.so&#39;<br>&nbsp; /usr/bin/install -c &#39;CFontz633.so&#39; &#39;/usr/local/lib/lcdproc/CFontz633.so&#39;<br>

&nbsp; /usr/bin/install -c &#39;CwLnx.so&#39; &#39;/usr/local/lib/lcdproc/CwLnx.so&#39;<br>&nbsp; /usr/bin/install -c &#39;glk.so&#39; &#39;/usr/local/lib/lcdproc/glk.so&#39;<br>&nbsp; /usr/bin/install -c &#39;lb216.so&#39; &#39;/usr/local/lib/lcdproc/lb216.so&#39;<br>

&nbsp; /usr/bin/install -c &#39;lcdm001.so&#39; &#39;/usr/local/lib/lcdproc/lcdm001.so&#39;<br>&nbsp; /usr/bin/install -c &#39;MtxOrb.so&#39; &#39;/usr/local/lib/lcdproc/MtxOrb.so&#39;<br>&nbsp; /usr/bin/install -c &#39;pyramid.so&#39; &#39;/usr/local/lib/lcdproc/pyramid.so&#39;<br>

&nbsp; /usr/bin/install -c &#39;text.so&#39; &#39;/usr/local/lib/lcdproc/text.so&#39;<br><br>Any thoughts on that?<br>
</blockquote></div><br><br>So, should this be compiled as an imon or imonlcd? imon will compile correctly imonlcd fails with &#39;no rule to make target&#39;<br><br><br>