From owner-freebsd-current@FreeBSD.ORG Tue Nov 22 17:54:09 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CB7A16A41F for ; Tue, 22 Nov 2005 17:54:09 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE3743D5E for ; Tue, 22 Nov 2005 17:53:56 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from localhost (ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id jAMHro1f095054; Tue, 22 Nov 2005 09:53:51 -0800 (PST) (envelope-from lists@jnielsen.net) From: John Nielsen To: swildner@gmail.com Date: Tue, 22 Nov 2005 12:53:45 -0500 User-Agent: KMail/1.8.3 References: <200511211601.21278.lists@jnielsen.net> <1132675027.375055.81000@f14g2000cwb.googlegroups.com> In-Reply-To: <1132675027.375055.81000@f14g2000cwb.googlegroups.com> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511221253.46662.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.87.1, clamav-milter version 0.87 on ns1.jnielsen.net X-Virus-Status: Clean Cc: current@freebsd.org, cyrille.lefevre@laposte.net Subject: Re: kern/71142: [syscons] [patch] add vesa [1024x768] mode support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 17:54:09 -0000 On Tuesday 22 November 2005 10:57 am, swildner@gmail.com wrote: > John, > > you can select fonts for vesa modes with vidcontrol's -f option: > > Example: > > # vidcontrol -f 8x14 iso-8x14.fnt MODE_xxx > > For text modes, I don't think you can set a font size. > > Sascha > > P.S. Sorry this is private email only (Google groups is giving me > trouble). Thank you! (And thanks to Eric Kjeldergaard, who also clued me in to this). I've never used -f on the same vidcontrol command with a new video mode; only beforehand as in my original e-mail. The above method works very well. JN