<br><br><div class="gmail_quote">On Thu, Jan 22, 2009 at 10:38 PM, Jean-Yves Avenard <span dir="ltr"><<a href="mailto:jyavenard@gmail.com">jyavenard@gmail.com</a>></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 <<a href="mailto:vbtalent@gmail.com">vbtalent@gmail.com</a>>:<br>
<div class="Ih2E3d">> Scratch my last post.. duh it finally dawned on me.<br>
<br>
</div>The "right location" as I call it is /etc/lirc which is where all the<br>
stuff would be installed by default<br>
<div class="Ih2E3d"><br>
><br>
> Can I test this without using Myth at the moment? this is a fresh install<br>
> and just want to see if she's working.<br>
<br>
</div>This stuff is completely independent of MythTV ... It's only dealing<br>
with the LCD and the IR controller<br>
<div class="Ih2E3d"><br>
><br>
> Also, Davids post earlier referred to turning off the backlight and I see<br>
> his suggestions are a little different than yours are they basically the<br>
> same processes? Can I simply add the lines backlight=0 into the<br>
> hardware.conf file?<br>
<br>
</div>I didn'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's not the case)<br>
<div class="Ih2E3d"><br>
> To get lcdproc to correctly use the graphical display, you need to<br>
> apply the pactch at<br>
> <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>. Then<br>
> set the driver to be "imonlcd" in LCDd.conf. You can turn the<br>
> backlight off by setting "backlight=0" in the "[imonlcd]" section of<br>
> LCDd.conf.<br>
<br>
</div>Just apply my patchs, it will do all that...<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<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>
</div></div></blockquote></div>Currently when I power down the box the LCD stays lit, it should turn off w/the PC??? That's what I thought David was doing are you saying it never turns off just doesn'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't build imon.so which I believe is what I need?<br><br>test -z "/usr/local/lib/lcdproc" || mkdir -p -- "/usr/local/lib/lcdproc"<br>
/usr/bin/install -c 'bayrad.so' '/usr/local/lib/lcdproc/bayrad.so'<br> /usr/bin/install -c 'CFontz.so' '/usr/local/lib/lcdproc/CFontz.so'<br> /usr/bin/install -c 'CFontz633.so' '/usr/local/lib/lcdproc/CFontz633.so'<br>
/usr/bin/install -c 'CwLnx.so' '/usr/local/lib/lcdproc/CwLnx.so'<br> /usr/bin/install -c 'glk.so' '/usr/local/lib/lcdproc/glk.so'<br> /usr/bin/install -c 'lb216.so' '/usr/local/lib/lcdproc/lb216.so'<br>
/usr/bin/install -c 'lcdm001.so' '/usr/local/lib/lcdproc/lcdm001.so'<br> /usr/bin/install -c 'MtxOrb.so' '/usr/local/lib/lcdproc/MtxOrb.so'<br> /usr/bin/install -c 'pyramid.so' '/usr/local/lib/lcdproc/pyramid.so'<br>
/usr/bin/install -c 'text.so' '/usr/local/lib/lcdproc/text.so'<br><br>Any thoughts on that?<br>