Fwd: Re: [Lcdproc] CFontz driver buggy in LCDProc 0.5.0
Peter Marschall
peter@adpm.de
Sun Jul 30 17:11:01 2006
On Monday, 17. July 2006 20:52, Leeman2000 wrote:
> yes you are right, the scrolling Problem has gone away now and there is
> neither a scrambled hartbeat or a scrambled sign at the end of a
> horizontal bar.
> But now the problem is another one, where the scrambled signs have been
> there is a `c=C2=B4 with the ` =C2=B4 like an 180 degree turned ^ on top =
of it=20
Can you tell exactly (e.g. give examples) where this strange character=20
occurs ?
> and=20
> a lot of these lines on the console-output
> CFontz: num: cannot combine two modes using user defined characters
> some lines like that which a describing a problem with the vbar are
> there, too.
> but the Bignums are not displayed at all :(
> hope my description helpes you with your search, and if you've got some
> ideas I'm whilling to try them out :)
I guess I have fixed this one now.
A fix is in CVS now and should be in tomorrow's nightly tar ball.
Alternatively you my try this patch
=2D-- CFontz.c 16 Jul 2006 18:51:40 -0000 1.34
+++ CFontz.c 30 Jul 2006 16:57:50 -0000
@@ -911,6 +911,7 @@
PrivateData *p =3D drvthis->private_data;
memset(p->framebuf, ' ', p->width * p->height);
+ p->ccmode =3D standard;
}
This should at least silence the error that prevents switching between=20
character modes (hbar, vbar, bignum) after the first switch.
Maybe it also solves the "strange character problem" above ;-)
=2D-=20
Peter Marschall
peter@adpm.de