From owner-freebsd-questions@FreeBSD.ORG Thu May 12 13:57:15 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 2B07216A4CE for ; Thu, 12 May 2005 13:57:15 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989A843D8A for ; Thu, 12 May 2005 13:57:14 +0000 (GMT) (envelope-from calloatti@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so488324wri for ; Thu, 12 May 2005 06:57:14 -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=J01wwy4DI2EEUwDCbqKnldEa7QTALmEp3GymsMXNn197Tte2Y1rmkLvzLKzCNl02wcnHV+Zd1Y9wnLAsz+7rFr4HOuU5QqR7Pa9HRHygVevmvI0WQteXF3WRVSTnzcxHaJ0l6RX4UzGjLh6Qb1hWmjNwBvLUFeA8XYJVzP40dF8= Received: by 10.54.133.2 with SMTP id g2mr977329wrd; Thu, 12 May 2005 06:57:14 -0700 (PDT) Received: by 10.54.57.10 with HTTP; Thu, 12 May 2005 06:57:13 -0700 (PDT) Message-ID: <1b6c15ea050512065734e90b9a@mail.gmail.com> Date: Thu, 12 May 2005 10:57:13 -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 13:57:15 -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 Show us: vidcontrol -i mode Try: vidcontrol -g 100x37 VESA_800x600=20 thats if 100x37 is on your list To do it at startup, edit rc.conf allscreens_flags=3D"-g 100x37 VESA_800x600" --=20 Carlos Alloatti calloatti@gmail.com