Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Fix?: Channel info disappearing from LCD (lcdprocplugin)



I have a similar problem ...

after a long time of running (~11 hours) my display becomes scrambled or
totally empty, but i think, this is a problem of lcdproc, because i
can't fix the problem by restarting vdr.

But in the past, i haven't the problem, as far as i know ...

At the moment i use lcdproc 0.4.4 (cvs), vdr 1.1.31 with the Elchi-Patch
and the lcdproc plugin, nothing else ...

Because this happens only after a long time of running, it is not so
easy to test it 'on thy fly' with severall versions of lcdproc, vdr, the
plugin, etc ...

Oliver


Am Mon, 2003-05-19 um 08.43 schrieb Klaus Schmidinger:
> Stephan Schreiber wrote:
> > 
> > Hi,
> > 
> > I don't remember where I got it from (nor could I find it anymore), but this
> > patch is still necessary for me with vdr 1.1.32 and autopid.
> > (Otherwise, the second line of my 4-line-LCD (lcdproc) gets blank as soon as
> > the OSD channel info disappears)
> > 
> > --------------------------
> > 
> > --- vdr-1.1.29/menu.c   Sun May 18 19:00:59 2003
> > +++ vdr-1.1.29-allpatch/menu.c  Thu May  1 15:59:54 2003
> > @@ -3192,7 +3192,7 @@
> >         Interface->Write(-strlen(date) + 5, 0, date,
> > ((eDvbColor)fgdatetime), clrChannelName);
> >         Interface->SetFont(OldFont);
> > 
> > -  cStatus::MsgOsdChannel(buffer);
> > +  cStatus::MsgOsdChannel(buffer + 1);
> >  }
> > 
> >  void cDisplayChannel::DisplayInfo(void)
> > 
> > --------------------------
> > 
> > Here it does not seem to break anything else so far....
> 
> Strange... I don't recall any changes in that area lately.
> 
> Does this also happen with "plain vanilla" VDR (i.e. _without_
> any patches)?
> 
> Klaus
> -- 
> _______________________________________________________________
> 
> Klaus Schmidinger                       Phone: +49-8635-6989-10
> CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
> Hofmark 2                               Email:   kls@cadsoft.de
> D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
> _______________________________________________________________
> 



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index