From owner-freebsd-questions@FreeBSD.ORG Wed Jan 18 02:39:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 449F616A41F for ; Wed, 18 Jan 2006 02:39:15 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from relay0.av-mx.com (relay0.av-mx.com [137.118.16.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37B943D6D for ; Wed, 18 Jan 2006 02:39:01 +0000 (GMT) (envelope-from micahjon@ywave.com) X-Virus-Scan-Time: 0 Received: from [137.118.16.61] (HELO mx0.av-mx.com) by relay0.av-mx.com (CommuniGate Pro SMTP 4.2.10) with SMTP id 138858043 for freebsd-questions@freebsd.org; Tue, 17 Jan 2006 21:39:00 -0500 Received: (qmail 32155 invoked from network); 18 Jan 2006 02:39:00 -0000 Received: from dsl-12-178-99-200.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@12.178.99.200) by 0 with SMTP; 18 Jan 2006 02:39:00 -0000 X-CLIENT-IP: 12.178.99.200 X-CLIENT-HOST: dsl-12-178-99-200.ywave.com Message-ID: <43CDAA42.9090702@ywave.com> Date: Tue, 17 Jan 2006 18:38:58 -0800 From: Micah User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Mehmet Fatih AKBULUT References: <43CD09E9.9040701@ywave.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: konsole font size and colour ? 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: Wed, 18 Jan 2006 02:39:15 -0000 Mehmet Fatih AKBULUT wrote: > hi again, > the question was about boot screen font size and colour. > to be more clear, i copied the line from debian's grub.conf > [/boot/grub/menu.lst] > > >kernel /boot/vmlinuz-2.6.14-2-686 root=/dev/hda1 ro vga=792 > "vga=792" changes the font size seen at boot screen. > [this part not included in default installation. i added this later when > i learnt.] > so all i want to learn : how can i do the same for freebsd ? > firstly > where to add this "vga=792" ? [no /boot/grub/menu.lst in > freebsd!] > secondly > does this will do the same for freebsd too ? or i have to add > something else ? > bye. You're not talking about grub OR konsole. You're talking about changing the resolution of the system console. I can't help you much, because I spend most of my time in a GUI's terminal emulator, not at the system console. It has been discussed on the list several times in the past few months. Google turns up a few hits with "freebsd console resolution" which would point you to man vidcontrol. HTH, Micah