From owner-freebsd-current@freebsd.org Thu Jan 14 03:49:36 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 211704D3535 for ; Thu, 14 Jan 2021 03:49:36 +0000 (UTC) (envelope-from monochrome@twcny.rr.com) Received: from p-impout007.msg.pkvw.co.charter.net (p-impout007aa.msg.pkvw.co.charter.net [47.43.26.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DGVgM10Xxz4jG5 for ; Thu, 14 Jan 2021 03:49:34 +0000 (UTC) (envelope-from monochrome@twcny.rr.com) Received: from [192.168.13.11] ([45.47.45.55]) by cmsmtp with ESMTP id ztdWkkbXViqQlztdXkM7N4; Thu, 14 Jan 2021 03:49:27 +0000 X-Authority-Analysis: v=2.3 cv=baQVr9HB c=1 sm=1 tr=0 a=oJ4f3sEZGTo/oTi6ieWQlw==:117 a=oJ4f3sEZGTo/oTi6ieWQlw==:17 a=N659UExz7-8A:10 a=uVROCEoNAAAA:8 a=JAf30KXuAAAA:8 a=APrla8QxsUdbXhc0DlgA:9 a=pILNOxqGKmIA:10 a=Dj4llu4YySQA:10 a=qiwA3tW9fd7zhG1genvr:22 a=GEL62FyrTCmHtEug2d3R:22 Subject: Re: boot loader blank screen To: freebsd-current@freebsd.org References: <83EB3B04-EAE8-4EC3-820B-2F5C3BADE948@me.com> <66908803-BA6F-4538-9D93-6F85A95108C9@me.com> <831788F9-F97F-4A02-A6F9-AE05219DA2E9@me.com> From: monochrome Message-ID: Date: Wed, 13 Jan 2021 22:49:26 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfCh3BV/XPBVXQguOUvXXT0Dp6uj434f4ZwJmrdZE0B4Mi7AWri90guOX65hVJlPgm+IMoQeO+NnyhttTrxO70WDe99p318NXuGS87BMl78uwhT9Wz+z7 pLDwRjRfRaWIs3jSOGihYbEACu5uvxUiWNjiiccaL0Oy52MKVlfxA+TyRbt9BFSvsk6yUyN3vFgqdA== X-Rspamd-Queue-Id: 4DGVgM10Xxz4jG5 X-Spamd-Bar: / X-Spamd-Result: default: False [0.49 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[45.47.45.55:received]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_VERYGOOD(0.00)[47.43.26.138:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[rr.com]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_SHORT(0.79)[0.795]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] 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, 14 Jan 2021 03:49:36 -0000 I should add my experience to this since its different and haven't seen anyone else mention it. I see the new boot loader, it's not blank, but its large text, and it's very SLOW. I can see each char drawn, and then when it gets to the bottom and has to redraw all the lines to scroll up for new lines, it loads so slowly it's like watching an 8086 on a 300 baud modem, or slower! Takes like an extra 30 seconds to get through all the loaded modules, then back to normal speed boot with the same large font. added these lines and everything is back to normal with new appearance and small font like before, and at normal speed. hw.vga.textmode="0" vbe_max_resolution=1280x800 also removed the old lines for the amdgpu efi problem with no effect so I assume those are no longer necessary and why I'm seeing this change? #hw.syscons.disable=1 #kern.vty=vt #hw.vga.textmode=1 am using X and everything seems fine for now system: AMD Ryzen 5 2400G, using integrated vega GPU ASRock B450M Pro4 13-current On 1/5/21 8:54 PM, David Wolfskill wrote: > On Wed, Jan 06, 2021 at 12:46:08AM +0200, Toomas Soome wrote: >> ... >>> the 58661b3ba9eb should hopefully fix the loader text mode issue, it would be cool if you can verify:) >>> >>> thanks, >>> toomas >> >> I think, I got it fixed (at least idwer did confirm for his system, thanks). If you can test this patch: http://148-52-235-80.sta.estpak.ee/0001-loader-rewrite-font-install.patch it would be really nice. >> >> thanks, >> toomas > > I tested with each of the following "stanzas' in /boot/loader.conf, > using vt (vs. syscons) in each case (though that breaks video reset > on resume after suspend): > > # hw.vga.textmode="0" > vbe_max_resolution=1280x800 > > This works, and provides a graphical console (depth 32). > > > hw.vga.textmode="0" > # vbe_max_resolution=1280x800 > > This also works, and provides a low-resolution (and depth 16) > graphical console (800x320 or something similar, IIRC). > > > # hw.vga.textmode="0" > # vbe_max_resolution=1280x800 > > (That is, not specifying anything for hw.vga.textmode or > vbe_max_resolution.) > > This boots OK, but I see no kernel probe messages or single- to > multi-user mode messages. I can use (e.g.) Ctl+Alt+F2 to switch to > vty1, see a "login: " prompt, and that (also) works. (This is the > initial symptom I had reported.) > > > hw.vga.textmode="1" > # vbe_max_resolution=1280x800 > > This works -- boots OK, and I see kernel probe (&c.) messages; this is a > text console (mostly blue text; some white, against a dark background. > It's a medium-light blue, so it's easy enough to read (unlike a navy > blue, for example). > > > FreeBSD g1-55.catwhisker.org 13.0-CURRENT FreeBSD 13.0-CURRENT #113 main-c255601-g9fd96b416c45-dirty: Tue Jan 5 17:24:45 PST 2021 root@g1-55.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CANARY amd64 > > Peace, > david >