<div>You probably want to turn the backlight always on via the LCDd.conf file. </div>
<div>&nbsp;</div>
<div>-Scott<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 7/12/05, <b class="gmail_sendername">Peter Kornhuld</b> &lt;<a href="mailto:Webmaaschter@gmx.de">Webmaaschter@gmx.de</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello,<br><br>I'm running the same versions of Myth and lcdproc... and it works fine. But I<br>also had a flickering of the Backlight.
<br>I found this patch against lcdproc 0.4.5:<br><br>--- server/drivers/hd44780-winamp.c.original Sat Jul 24 22:36:56 2004<br>+++ server/drivers/hd44780-winamp.c&nbsp;&nbsp;&nbsp;&nbsp; Sat Jul 24 22:40:41 2004<br>&lt;at&gt;&nbsp;&nbsp;&lt;at&gt;&nbsp;&nbsp;-131,7 +131,9&nbsp;&nbsp;&lt;at&gt;&nbsp;&nbsp;&lt;at&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; portControl |= backlight_bit;<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (displayID == 0)<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableLines = EnMask[0] | EnMask[1] | ((extIF) ? EnMask[2] : 0);<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enableLines = EnMask[0]<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | ((have_backlight) ? 0 : EnMask[1])
<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | ((extIF) ? EnMask[2] : 0);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; enableLines = EnMask[displayID - 1];<br><br><br>You said the Display shows nothing?<br>Is the LCDd working? Try it with<br>&quot;lcdproc C M&quot;
<br>that should show you some informations about your CPU and Memory.<br><br>If that works:<br>- Did you checked the boxes in &quot;Settings/Konfiguration/&quot;LookAndFeel&quot;/Use<br>LCD-Display&quot;&nbsp;&nbsp;in Mythfrontend? (Sorry, i'm at work, so i don't know exactly
<br>how the Menu is called)?<br><br>I installed from RPM... perhaps some options like &quot;--enable-lcd&quot; are required<br>for compilation.<br><br><br>Greetings<br>Peter<br><br>P.S. If it works... do you mind reporting me what the Display shows in
<br>&quot;Mythmusic&quot;?<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">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>