From owner-freebsd-questions@freebsd.org Sat Sep 9 13:49:39 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60C4FE1784E for ; Sat, 9 Sep 2017 13:49:39 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 343A569D32 for ; Sat, 9 Sep 2017 13:49:38 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id v89DnX7J046858 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 9 Sep 2017 07:49:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id v89DnWuq046855; Sat, 9 Sep 2017 07:49:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 9 Sep 2017 07:49:32 -0600 (MDT) From: Warren Block To: Polytropon cc: Adam Vande More , FreeBSD Questions , Ernie Luzar Subject: Re: Restoring sc console look and feel with vt In-Reply-To: <20170909024432.99c036e4.freebsd@edvax.de> Message-ID: References: <20170905151245.f592508c.freebsd@edvax.de> <59AEAD20.8050006@gmail.com> <20170905201840.ae6b53ee.freebsd@edvax.de> <20170905204920.2b709f7a.freebsd@edvax.de> <20170909024432.99c036e4.freebsd@edvax.de> User-Agent: Alpine 2.21 (BSF 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (wonkity.com [127.0.0.1]); Sat, 09 Sep 2017 07:49:33 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Sep 2017 13:49:39 -0000 On Sat, 9 Sep 2017, Polytropon wrote: > On Fri, 8 Sep 2017 11:43:57 -0600 (MDT), Warren Block wrote: >> On Tue, 5 Sep 2017, Polytropon wrote: >> >>>> For the former, removing the previous advice from loader.conf would be the >>>> first step. Then you should be able to find an acceptable setting >>>> experimenting with vidcontrol eg resolution/fonts. >>> >>> With vidcontrol, I only get error messages. I think it ie tied >>> to sc? I also have no idea what font names to try... >> >> Yes, it depends on VESA support by the video card. >> >> Instead, try the "gop" command in the loader to list and set modes. > > My 10.3 loader doesn't seem to know that command. Do I need to > upgrade to 11? I think that's correct. There are a bunch of technologies involved, including kernel mode switching (video drivers) and possibly UEFI, and the gop command might only have appeared recently. Somebody(TM) ought to try to get a comprehensive overview of how it all ties together and write an article.