From owner-freebsd-questions@FreeBSD.ORG Mon Nov 10 13:37:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA14E1065672 for ; Mon, 10 Nov 2008 13:37:27 +0000 (UTC) (envelope-from james.williams1952@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF328FC3F for ; Mon, 10 Nov 2008 13:37:27 +0000 (UTC) (envelope-from james.williams1952@gmail.com) Received: by an-out-0708.google.com with SMTP id b6so299970ana.13 for ; Mon, 10 Nov 2008 05:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Gw2/BaRbAG1gT7vL7iyxe3W8X/0FXJVi0EnNQA7VsOg=; b=Yn5Lkl/cslehrul+gwmGFAff15HrHpwaoemc586wIWGBzUvygOwe2/UAFnV7hSiIQe QGNkq4DwpEvTrV1xc4Ix62m5LGYZ5/c4c7pSn2JhWABBH42e7aQwSscOu3I0Wt2Hxq6v CQnwdthcFMchdBojm4zJMDL+jH/iopYoBzgoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=RTCU14kE5xVFRR/aSVBTfoZ6tNbmo+EV4E6liufRmbhcB8Ac9J58fQUUfC0XlPPjWQ alYjcgjh/qoaXFuEqIx1ZuYo4AuW0Sm8NqcOW2fyaiaxpD61npqDgLQo3Jbr68QXFc3C 7Vqo+gbWTZsZaPZOFoYRCasJsg+9LHnb5ePlg= Received: by 10.100.107.17 with SMTP id f17mr1876705anc.51.1226322443689; Mon, 10 Nov 2008 05:07:23 -0800 (PST) Received: by 10.100.8.5 with HTTP; Mon, 10 Nov 2008 05:07:23 -0800 (PST) Message-ID: <6cadf1f00811100507r3347e30ft2c7a3ed22f9c049b@mail.gmail.com> Date: Mon, 10 Nov 2008 18:37:23 +0530 From: "James Williams" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Console size and scrollback buffer. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 13:37:27 -0000 Hello List, [On FreeBSD 7.1-BETA2, i386.] 1) How can I change the number of rowsxcols of the console? I'd like to use the maximum rows/cols available for the 1440x900 screen. 2) How can these settings be made default (takes effect at boot)? IOW, what is the equivalent of the "vga=0x365" Linux kernel option? 3) How I can set the scrollback buffer size (if that's the name) of the console -- the equivalent of Shift+{PgUp,PgDn} on Linux? I played around with vidcontrol but was not quite successful. Thanks in advance. -James.