From owner-freebsd-questions@FreeBSD.ORG Thu May 12 14:08:18 2005 Return-Path: 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 DCB0516A4CE for ; Thu, 12 May 2005 14:08:18 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AD1443D6E for ; Thu, 12 May 2005 14:08:18 +0000 (GMT) (envelope-from calloatti@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so492353wri for ; Thu, 12 May 2005 07:08:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UdDuFO6/Eg7Y7IUUGJO8UzdTXU/q3N8bk2m4Lgjv82AwfR3bFpdvUhf7GTxrYfYA63WgrUdZeSwz2hSHnZhJne6jdPCHAr5p1d/WYKv05YAGZkmrd2AtrODOyTvcsCd8/QvdFPIzUu35Jd8Eg0RJA1x0WpL8CGvQQGo8sjG/quI= Received: by 10.54.49.9 with SMTP id w9mr1005875wrw; Thu, 12 May 2005 07:08:17 -0700 (PDT) Received: by 10.54.57.10 with HTTP; Thu, 12 May 2005 07:08:17 -0700 (PDT) Message-ID: <1b6c15ea0505120708b01950a@mail.gmail.com> Date: Thu, 12 May 2005 11:08:17 -0300 From: Carlos Alloatti To: Evren Yurtesen In-Reply-To: <428354B0.8030009@ispro.net.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <428354B0.8030009@ispro.net.tr> cc: freebsd-questions@freebsd.org Subject: Re: sc_pixel_mode and setting console font size at boot time... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Carlos Alloatti List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2005 14:08:19 -0000 On 5/12/05, Evren Yurtesen wrote: > Hi, >=20 > I have been trying to change the console font size to something smaller > and if possible I want to change the console resolution to 800x600 or > 1024x768. >=20 > I am using a laptop and I compiled my kernel with vesa and sc_pixelmode > but I am not able to change the text size etc. with vidcontrol even. >=20 > Any ideas? >=20 > Thanks, > Evren >=20 And also, are you loading fonts in rc.conf? Check man vidcontrol, load all 3 font sizes in rc.conf font8x8=3D"somefont" font8x14=3D"somefont" font8x16=3D"somefont" You can use sysinstall to load fonts in rc.conf (in 5.3 at least) --=20 Carlos Alloatti calloatti@gmail.com