From: Michel Lanners <hidden> Date: 2001-08-19 09:38:14
Hi all,
With recent BenH kernels, the early boot messages (before switching to
aty128fb in my case) are messed up. The first few messages start in the
middle of the top row, with some white areas to the left of the
messages, then at the middle hight of the screen there's a white area
spannig all the width, and below that the text messages are aligned
correctly again to the left edge of the screen.
FWIW, this was not the case with older kernels (2.4.5-pre3 comes to
mind).
Maybe somenody will know what changed...
Michel
-------------------------------------------------------------------------
Michel Lanners | " Read Philosophy. Study Art.
23, Rue Paul Henkes | Ask Questions. Make Mistakes.
L-1710 Luxembourg |
email mlan@cpu.lu |
http://www.cpu.lu/~mlan | Learn Always. "
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2001-08-19 21:58:36
With recent BenH kernels, the early boot messages (before switching to
aty128fb in my case) are messed up. The first few messages start in the
middle of the top row, with some white areas to the left of the
messages, then at the middle hight of the screen there's a white area
spannig all the width, and below that the text messages are aligned
correctly again to the left edge of the screen.
FWIW, this was not the case with older kernels (2.4.5-pre3 comes to
mind).
Maybe somenody will know what changed...
That code have been hacked a bit by both paulus and me lately. Can
you try out my current rsync ?
There were several issue, including some miscalculation of the display
BAT, and some problems writing to some old machine framebuffer with
cache enabled. I moved out the bootx text from prom.c and now start
displaying things only in platform_init (where we have the display BAT
set to non-cachable).
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
From: Michel Lanners <hidden> Date: 2001-08-22 05:43:55
Hi Ben,
On 19 Aug, this message from Benjamin Herrenschmidt echoed through cyberspace:
quoted
With recent BenH kernels, the early boot messages (before switching to
aty128fb in my case) are messed up. The first few messages start in the
middle of the top row, with some white areas to the left of the
messages, then at the middle hight of the screen there's a white area
spannig all the width, and below that the text messages are aligned
correctly again to the left edge of the screen.
That code have been hacked a bit by both paulus and me lately. Can
you try out my current rsync ?
Fixed, thanks!
Michel
-------------------------------------------------------------------------
Michel Lanners | " Read Philosophy. Study Art.
23, Rue Paul Henkes | Ask Questions. Make Mistakes.
L-1710 Luxembourg |
email mlan@cpu.lu |
http://www.cpu.lu/~mlan | Learn Always. "
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/