[Lcdproc] BLK202a

Ethan Dicks ethan.dicks@gmail.com
Tue Nov 6 23:37:01 2007


On 11/6/07, Paul Aviles <paul.aviles@nickelnetworks.com> wrote:
> Hey guys, maybe someone can share some light into the issues I am having.
> New installation of 0.5.2 and 0.5.1 and I get some malformed characters on
> the screen. Particularly the letter V appears at the very first position on
> the screen and where I think the cursor location is.
>
> I have to use 0..5.0 or older to get some decent screens.

This sounds like the bug I fixed in 0.5.2 - go get a recent nightly
tarball and build that.

> I have also tried changing the mtxorb.c code for the initialization string
> cfsetispeed as below without any results.
>
> //cfsetispeed(&portset, B0);
>
>     cfsetispeed (&portset, speed);

If this is what I think it is, the problem is not baud rate.  The
problem is an incorrect control character sent by the MtxOrb driver
when refreshing the screen.  I submitted a change months ago when I
found it.  There has not been a new release of LCDproc since then, so
you have to get a nightly tarball to get the fix until the next point
release.

-ethan