From owner-freebsd-current@FreeBSD.ORG Tue Mar 18 19:29:45 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 250306F4 for ; Tue, 18 Mar 2014 19:29:45 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F414619B for ; Tue, 18 Mar 2014 19:29:44 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E1E3EB946; Tue, 18 Mar 2014 15:29:43 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: Newcons with Nvidia Date: Tue, 18 Mar 2014 14:35:48 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <1395152990763-5895400.post@n5.nabble.com> In-Reply-To: <1395152990763-5895400.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201403181435.48474.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 18 Mar 2014 15:29:44 -0400 (EDT) Cc: Jakub Lach X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 18 Mar 2014 19:29:45 -0000 On Tuesday, March 18, 2014 10:29:50 am Jakub Lach wrote: > Hello. > > I've tried to use vt on 10-STABLE, but had my own problems and > abandoned it. From what I've heard, no support for vidcontrol(*) > is expected at this point. > > * https://wiki.freebsd.org/Newcons Currently newcons does not support VESA mode changing for it's standard vga backend AFAIK. The default 80x25 console is fine on an Nvidia card (it's what I used to test the 10 MFC), but it is slow. -- John Baldwin