From owner-freebsd-current@freebsd.org Thu May 13 15:14:37 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 268706451D1 for ; Thu, 13 May 2021 15:14:37 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FgwDs0cd6z3JST; Thu, 13 May 2021 15:14:37 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [IPv6:2a01:4f8:201:6350::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id E1E16A92B; Thu, 13 May 2021 15:14:36 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.134.16] (unknown [94.19.224.8]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 603E748C6; Thu, 13 May 2021 18:14:33 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: =?UTF-8?Q?Re=3a_vt=3a_efifb_/_fb+kms_resolutions_and_fonts_?= =?UTF-8?B?4oCUIGhvdyB0bz8=?= To: Toomas Soome Cc: freebsd-current@freebsd.org References: <8B0943A1-BD60-4414-B799-8D685F50DD81@me.com> From: Lev Serebryakov Organization: FreeBSD Message-ID: <7ce1607a-c705-79ad-ada1-8e835e5df32e@FreeBSD.org> Date: Thu, 13 May 2021 18:14:32 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <8B0943A1-BD60-4414-B799-8D685F50DD81@me.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Thu, 13 May 2021 15:14:37 -0000 On 13.05.2021 17:36, Toomas Soome wrote: > First thing, please check if you have boot1.efi or loader.efi in ESP (EFI System Partition), and when it is loader.efi, please check it is latest. loader.efi from Apr 15 2021 > Then next step would be to test out gfx modes, on loader OK prompt, try to switch modes with gop list + gop set command, use gop get to verify (on my system, only 800x600 is used, despite there are different modes in list). With mode change, there also may be font change. 5 modes in the list, all works, all gives "80x25" text resolution with different ugliness of fonts. 1920x1080 is not ugly at all, as native resolution. > Then next thing is to check different fonts; the default list is shown when you enter: set screen.font=    — without value, it will list the available ones. Once you set the font, show COLUMNS and show LINES will tell you terminal size. This font is also passed to kernel and used as default font. Gotcha! It is what I needed, thank you. "8x14" looks right! -- // Lev Serebryakov