From owner-freebsd-current@freebsd.org Tue Feb 23 12:42:46 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 A26CA542611 for ; Tue, 23 Feb 2021 12:42:46 +0000 (UTC) (envelope-from SRS0=SaFxpT=HZ=codenetworks.net=sm@eigbox.net) Received: from bosmailout06.eigbox.net (bosmailout06.eigbox.net [66.96.186.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DlJc642y3z3CLw; Tue, 23 Feb 2021 12:42:46 +0000 (UTC) (envelope-from SRS0=SaFxpT=HZ=codenetworks.net=sm@eigbox.net) Received: from bosmailscan01.eigbox.net ([10.20.15.1]) by bosmailout06.eigbox.net with esmtp (Exim) id 1lEX1Z-0006uh-R3; Tue, 23 Feb 2021 07:42:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codenetworks.net; s=dkim; h=Sender:Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Reply-To: Cc:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=W+dClpzxM/D2x25SnMpKY5dPPk5iSu/vUgfurJQocpQ=; b=K6ywqiAmyDCk7S/S2hj8/UjU4w ccWsLZbu1R4p3Iba+hQTdKKpQFh2s/2DXXPGghx/94S2JSShPx4404nPYGF5+uXk+tNW6uIT9DnHc qPg96RjDYLK8pFHccIxP3G5XCugw+gOroxF71fTa1HbabfI0dzTd4o0ODAy7HHNReNL6Li8SnCOrT FHOEL1lBzpwT5Top56gqfs7cTxOYFgaN4U6VtvtGGEjhZ4eGT4Bdp5EN6jdYGwIdPWH/t2F8nFuDv zLt7296ZyEIINeDRxgjPlO5fACTlaBCVorOsMWpGEfvBEgbTg5FAN1Li+vSsttYX3iuzD4h+mop/a cK/YfALA==; Received: from [10.115.3.33] (helo=bosimpout13) by bosmailscan01.eigbox.net with esmtp (Exim) id 1lEX1Z-00024A-6R; Tue, 23 Feb 2021 07:42:45 -0500 Received: from bosauthsmtp09.yourhostingaccount.com ([10.20.18.9]) by bosimpout13 with id Ycii240010BkY8i01ciljp; Tue, 23 Feb 2021 07:42:45 -0500 X-Authority-Analysis: v=2.3 cv=RNUo47q+ c=1 sm=1 tr=0 a=+tcVrJynzLVJ9yqDAOBWjQ==:117 a=Q8lLzpqWiUYMAFMncj8R3w==:17 a=IkcTkHD0fZMA:10 a=qa6Q16uM49sA:10 a=zW0gRWPTQUEA:10 a=6I5d2MoRAAAA:8 a=uVROCEoNAAAA:8 a=FrBmuehnv2xO8gjsa14A:9 a=QEXdDO2ut3YA:10 a=Dj4llu4YySQA:10 a=IjZwj45LgO3ly-622nXo:22 a=qiwA3tW9fd7zhG1genvr:22 Received: from [5.159.171.182] (port=5143 helo=[192.168.1.100]) by bosauthsmtp09.eigbox.net with esmtpa (Exim) id 1lEX1V-0007b1-SV; Tue, 23 Feb 2021 07:42:41 -0500 Subject: Re: testers needed: loader: use display pixel density for font autoselection To: Toomas Soome , FreeBSD Developers , freebsd-current References: From: Santiago Martinez Message-ID: <942ff475-3656-8d4f-64e4-202b0cffe8ce@codenetworks.net> Date: Tue, 23 Feb 2021 12:42:37 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-EN-UserInfo: d3bdfab0736480cedf04ed92aaea2ef5:931c98230c6409dcc37fa7e93b490c27 X-EN-AuthUser: sm@codenetworks.net Sender: Santiago Martinez X-EN-OrigIP: 5.159.171.182 X-EN-OrigHost: unknown X-Rspamd-Queue-Id: 4DlJc642y3z3CLw X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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: Tue, 23 Feb 2021 12:42:46 -0000 Will test today and report back. Santi On 2/23/21 11:27 AM, Toomas Soome via freebsd-current wrote: > hi! > > I have done some work to make font pickup a bit smarter (hopefully better;), but my own ability to test is limited to one bugged supermicro and one MBP with retina display… > > The phab link is https://reviews.freebsd.org/D28849 > > I have built loader binaries as well (bios and uefi): > loader_lua > loader_lua.efi > > To test, you should remove screen.font= line from loader.conf and test with different resolutions. > > thanks, > toomas > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"