[mythtv-users] LCDproc version for Myth 18.1 ?

Scott Rowe lscottrowe at gmail.com
Wed Jul 13 09:13:36 EDT 2005


You probably want to turn the backlight always on via the LCDd.conf file. 
 -Scott

 On 7/12/05, Peter Kornhuld <Webmaaschter at gmx.de> wrote: 
> 
> Hello,
> 
> I'm running the same versions of Myth and lcdproc... and it works fine. 
> But I
> also had a flickering of the Backlight.
> I found this patch against lcdproc 0.4.5:
> 
> --- server/drivers/hd44780-winamp.c.original Sat Jul 24 22:36:56 2004
> +++ server/drivers/hd44780-winamp.c Sat Jul 24 22:40:41 2004
> <at> <at> -131,7 +131,9 <at> <at>
> portControl |= backlight_bit;
> 
> if (displayID == 0)
> - enableLines = EnMask[0] | EnMask[1] | ((extIF) ? EnMask[2] : 0);
> + enableLines = EnMask[0]
> + | ((have_backlight) ? 0 : EnMask[1])
> + | ((extIF) ? EnMask[2] : 0);
> else
> enableLines = EnMask[displayID - 1];
> 
> 
> You said the Display shows nothing?
> Is the LCDd working? Try it with
> "lcdproc C M"
> that should show you some informations about your CPU and Memory.
> 
> If that works:
> - Did you checked the boxes in "Settings/Konfiguration/"LookAndFeel"/Use
> LCD-Display" in Mythfrontend? (Sorry, i'm at work, so i don't know exactly
> how the Menu is called)?
> 
> I installed from RPM... perhaps some options like "--enable-lcd" are 
> required
> for compilation.
> 
> 
> Greetings
> Peter
> 
> P.S. If it works... do you mind reporting me what the Display shows in
> "Mythmusic"?
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20050713/a3d66802/attachment.htm


More information about the mythtv-users mailing list