Subject: Re: colsole on internal video LC475
To: None <ken@ayame.mfd.cs.fujitsu.co.jp>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 04/13/1999 10:56:11
On Tue, 13 Apr 1999 ken@ayame.mfd.cs.fujitsu.co.jp wrote:

> When booting NetBSD and when quiting X, 
> console screen (LC475 internal video) is cleared.
> But bottom 4 lines are not cleared and remained as MacOS or X.
> I thought it is caused by function clear_screen() in dev/ite.c . 
> Number of lines cleared by clear_screen(2)  is only a multipul
> of CHARHEIGHT. CHARHIGHT is 10. 
> on 19inch(1024x768) screen, bottom 8 lines remained not cleared.

I see what sounds like the same thing, on 840AV, at 1024x768. You mean
the bottom fraction of a whole line (8 pixels high)? You really should
submit a pr on this.

> So,I changed ite.c as below and recompile kernel.
> Is it wrong way? and are there any reason of multipul of 10?