From owner-freebsd-questions@FreeBSD.ORG Fri Jun 21 18:55:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 46C3290E for ; Fri, 21 Jun 2013 18:55:47 +0000 (UTC) (envelope-from xavierfreebsdquestions@gmail.com) Received: from mail-qc0-x243.google.com (mail-qc0-x243.google.com [IPv6:2607:f8b0:400d:c01::243]) by mx1.freebsd.org (Postfix) with ESMTP id 0EAC11FEE for ; Fri, 21 Jun 2013 18:55:46 +0000 (UTC) Received: by mail-qc0-f195.google.com with SMTP id u12so2582204qcx.10 for ; Fri, 21 Jun 2013 11:55:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nlDIKnlq6TYqxeyK+S1uNBHfYWAQF6Mr2Mq0KARRljo=; b=EsdGg3rzLkG+MQ3Ci0ZW1mXHZlY8yWgMl8+2P0XSXy9zaTeRySu7icyl539JTkpw0y AwyweZmytcFZTXInkXekA+Aiu0TcnDYGja8WjSU2xNdY8RxR2Prj/F5x7JaBkXYV4LzE h2yAHAHK7rMMM1iYXKoN/2tr96iDovtgMgxCeKtc6yefWxVsucdWsoMHZmOiKsGLS/IV fzraiVzDV/EOFbQxwpLqIJdqzMN9cyRT9lrzHACz6H/w+hreh5dMdQfuzo3OjOy9Z63C SoxO62rZyOTgBeH7h4BFelDrkSIL13SjtsfIPGK56Uafl+TEDlryAO28hxD2/qa+dpE3 BqBA== MIME-Version: 1.0 X-Received: by 10.224.25.140 with SMTP id z12mr711952qab.46.1371840946207; Fri, 21 Jun 2013 11:55:46 -0700 (PDT) Received: by 10.49.48.233 with HTTP; Fri, 21 Jun 2013 11:55:46 -0700 (PDT) In-Reply-To: <201306211840.r5LIeEPI033462@mail.r-bonomi.com> References: <201306211840.r5LIeEPI033462@mail.r-bonomi.com> Date: Fri, 21 Jun 2013 20:55:46 +0200 Message-ID: Subject: Re: setting VGA output from laptop From: Xavier To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 18:55:47 -0000 On Fri, Jun 21, 2013 at 01:40:14PM -0500, Robert Bonomi wrote: Hi Robert, > > > Date: Fri, 21 Jun 2013 19:24:26 +0200 > > Subject: setting VGA output from laptop > > From: Xavier > > > > Hi, > > > > Is there any way to configure VGA width output from one laptop ? > > > > Authoritative answer: "Maybe" > > It's not clear =exactly= what you're asking. > > The standard FreeBSD video driver supports 80 and 90 column wide text > displays, with the caveat that 90-colum mode may not be usable on some > laptops. > > If you're dealing with a "graphics" display, minimal VGA is 640x480 pixels. > virtually every even remotely moddern display supports 800x600 as well, > many support 1024x768, and a fair number go to even higher resolutions. > > 'man vidcontrol' will tell you how to find out what is supported on _your_ > machine. > > > For example if I try to set 40x25 text mode with VIDCONTROL(1) it don't work. And 'vidcontrol -i mode | grep T' show this mode. I don't understand why if 40x25 mode if supported, VIDCONTROL(1) don't set it ? Thanks, see you.