From owner-freebsd-questions Wed Sep 27 2:51:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.inwind.it (relay1.inwind.it [212.141.53.67]) by hub.freebsd.org (Postfix) with ESMTP id 0C67137B423 for ; Wed, 27 Sep 2000 02:51:08 -0700 (PDT) Received: from bartequi.ottodomain.org (212.141.79.178) by relay1.inwind.it (5.1.046) id 39AFDC99003E910D; Wed, 27 Sep 2000 11:50:51 +0200 From: Salvo Bartolotta Date: Wed, 27 Sep 2000 10:51:30 GMT Message-ID: <20000927.10513000@bartequi.ottodomain.org> Subject: Re: _How to enlarge the screen buffer To: "bsdnewbie bsdnewbie" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/27/00, 6:18:35 PM, "bsdnewbie bsdnewbie" =20 wrote regarding _How to enlarge the screen buffer : > I usually use the key "Pause", then PageUP&Down to get the messages=20 beyond > one screen. It seemed that system has keep these data in a screen=20 buffer > (not sure). The question is: How to enlarge this buffer so I can see = more > information? Hello Bsdnewbie, [/usr/src/sys/i386/conf/]LINT itself will answer your question:
# The syscons console driver (sco color console compatible). [...] options SC_HISTORY_SIZE=3D200 # number of history buffer lines
Recompile your kernel and have fun. HTH, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message