linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@gmail.com>
To: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: Andrew Morton <akpm@osdl.org>,
	Linux Kernel Development <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] vgacon: Add support for soft scrollback
Date: Thu, 26 Jan 2006 07:35:18 +0800	[thread overview]
Message-ID: <43D80B36.7040307@gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0601251451310.26305@yvahk01.tjqt.qr>

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

  reply	other threads:[~2006-01-25 23:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-23  8:24 [PATCH] vgacon: Add support for soft scrollback Antonino A. Daplas
2006-01-25 13:52 ` Jan Engelhardt
2006-01-25 23:35   ` Antonino A. Daplas [this message]
2006-01-26 20:44     ` Jan Engelhardt
2006-01-31  6:58 ` Jindrich Makovicka
2006-02-01 16:04   ` Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43D80B36.7040307@gmail.com \
    --to=adaplas@gmail.com \
    --cc=akpm@osdl.org \
    --cc=jengelh@linux01.gwdg.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).