Date: Thu, 18 Mar 2021 15:57:14 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 254381] bootloader is very slow Message-ID: <bug-254381-227-pRFcAFasM3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-254381-227@https.bugs.freebsd.org/bugzilla/> References: <bug-254381-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254381 --- Comment #4 from Toomas Soome <tsoome@freebsd.org> --- (In reply to Michael Galassi from comment #3) OK, you have 8x16 font on 4k display and apparently the UEFI Blt() is not t= he fastest one either...=20 While we still have few options how to optimize the screen draw (but it will take some time), there are few things... Of course the slowness itself is coming from drawing the screen (12 was using uefi text output method). It is good idea to check for firmware update, if there is one, it may improve thi= ngs. Second option is to reduce resolution - we are currently drawing a bit too much, and 4k is large amount of data to be teransferred... --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254381-227-pRFcAFasM3>