Re: [PATCH] vgacon: Add support for soft scrollback

From: Antonino A. Daplas
Date: Wed Jan 25 2006 - 18:33:59 EST


Jan Engelhardt wrote:
>> This patch adds this feature. The feature and the size of the buffer
>> are made as a kernel config option. Besides consuming kernel memory,
>> this feature will slow down the console by approximately 20%.
>
> Slower?

Yes, I mentioned this before. The slowdown is unavoidable because the
contents of the scrollback is read from the VGA RAM. It can be speeded
up but it will require an overhaul of vgacon to use buffers in system
RAM for the entire screen contents, visible and not visible.

Hard scrollback is still the default for vgacon, and soft scrollback
has to be selected during kernel config.

> Then I would rather prefer compact oopses.

Of course.

Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/