From owner-freebsd-questions@FreeBSD.ORG Fri Feb 16 17:55:57 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EE2616A406 for ; Fri, 16 Feb 2007 17:55:57 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id EFC3C13C478 for ; Fri, 16 Feb 2007 17:55:56 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id l36so1661841nfa for ; Fri, 16 Feb 2007 09:55:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TQW4wPG7DufdAcY6lDfursrsXYs9ccdzv7DrhVslxvvZ6ZHcIuhF6hPIlOAk3zLlHklfnAtxuJM48wirMh6is/jBRN8eKMbmUaSgruDaX0YgnZagFwyHHcCRHFOmqZM9q5CGQtfMDfTH9wv5sgGWDlRoIujdodphjjQjfjdO7qA= Received: by 10.82.163.13 with SMTP id l13mr5174742bue.1171646971737; Fri, 16 Feb 2007 09:29:31 -0800 (PST) Received: by 10.82.175.1 with HTTP; Fri, 16 Feb 2007 09:29:31 -0800 (PST) Message-ID: Date: Fri, 16 Feb 2007 11:29:31 -0600 From: "illoai@gmail.com" To: "Guillermo Gutierrez" In-Reply-To: <343db6460702150832t571b9debv1d8c0509ef514830@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <343db6460702150600s23f75766ica52b10da2c8b407@mail.gmail.com> <45D46EE0.50603@FreeBSD.org> <343db6460702150832t571b9debv1d8c0509ef514830@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: VESA mode 132x43 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: Fri, 16 Feb 2007 17:55:57 -0000 On 15/02/07, Guillermo Gutierrez wrote: > Can anyone here help me with my issue below? > > ---------- Forwarded message ---------- > From: Remko Lodder > Date: Feb 15, 2007 6:32 AM > Subject: Re: VESA mode 132x43 > To: Guillermo Gutierrez > Cc: freebsd-i386@freebsd.org > > Guillermo Gutierrez wrote: > > I have compiled VESA support into the kernel and when I try to set the > > resolution to 132x43 using vidcontrol, I see the cursor but that is all. > No > > text and the size of the console appears to have shrunk because it wont > > scle > > to th esize of my monitor which can handle a resolution 1280x1024@60. > > > > I could really use some help because I would like to e able to use a > > resolution higher than 80x60. vidcontrol -i mode to see supported modes the ones you are looking for are probably the graphical modes vidcontrol MODE_279 for 1024x768@16bit or vidcontrol MODE_282 for 1280x1024@16bit assuming your card has enough memory. -- --