<div>You probably want to turn the backlight always on via the LCDd.conf file. </div>
<div> </div>
<div>-Scott<br><br> </div>
<div><span class="gmail_quote">On 7/12/05, <b class="gmail_sendername">Peter Kornhuld</b> <<a href="mailto:Webmaaschter@gmx.de">Webmaaschter@gmx.de</a>> 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 Sat Jul 24 22:40:41 2004<br><at> <at> -131,7 +131,9 <at> <at>
<br> portControl |= backlight_bit;<br><br> if (displayID == 0)<br>- enableLines = EnMask[0] | EnMask[1] | ((extIF) ? EnMask[2] : 0);<br>+ enableLines = EnMask[0]<br>+ | ((have_backlight) ? 0 : EnMask[1])
<br>+ | ((extIF) ? EnMask[2] : 0);<br> else<br> enableLines = EnMask[displayID - 1];<br><br><br>You said the Display shows nothing?<br>Is the LCDd working? Try it with<br>"lcdproc C M"
<br>that should show you some informations about your CPU and Memory.<br><br>If that works:<br>- Did you checked the boxes in "Settings/Konfiguration/"LookAndFeel"/Use<br>LCD-Display" 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 "--enable-lcd" 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>"Mythmusic"?<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>