On Donnerstag 07 September 2006 22:48, Alasdair Campbell wrote:
> On 07/09/06, Alasdair Campbell <[EMAIL PROTECTED]> wrote:
> > On 06/09/06, Stefan Lucke <[EMAIL PROTECTED]> wrote:
> > > I know it's hard, but is it possible to make a screen shot from this ?
> >
> > I'll need to learn how to do that but as soon as I do, I'll stick one
> > up for everyone to see.
>
> Not figured out how to do a scren shot, but my description was all
> wrong initally - I was far too tired. Infact, the small box is an
> enlarged one character display of the flashing cursor. sometimes I see
> it normal sized and white on black as usual. I've also seen 2 or 3
> lines of text from DFB's output appearing.
>
> These glitches are only visible when DFB outputs to the console,
> usually after changing a channel. They vanish shortly after the OSD
> hides.
You are using the no-vt* options in your directfbrc. A good way to avoid
any interruptions from text written you should redirect stdout and stderr
to a log file vdr_call >vdr_log 2>&1.
For hiding cursor etc.. I once suggested the following which may be
useful for vidix users too:
-- snip --
# setup logfile name
LOGFILE=/var/log/my_vdr_logfile
#
# save prompt mode, hide prompt and switch cursor off
PSSAVE=${PS1}
export PS1=''
setterm -cursor off
#
# deactivate powersaving mode and clear screen
setterm -powersave off
clear
#
# start vdr
vdr WITH_DESIRED_PARAMETERS >${LOGFILE} 2>&1
# restore settings
export PS1=${PSSAVE}
setterm -default
-- snip --
>
> Also, (this is something I have seen with the gentoo ebuilds and
> unpatched DirectFb cvs) on the first head, along with the console off
> center, I see three instances of the same video image, with the wrong
> colours.
>
> I don't know if this is simply a configuration error, I've attached
> the config files / outputs I thought were relevant.
>
--
Stefan Lucke
_______________________________________________
Softdevice-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/softdevice-devel