From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36984) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inlcp-0007uI-Ja for guix-patches@gnu.org; Sat, 04 Jan 2020 10:46:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inlco-0004rW-Ih for guix-patches@gnu.org; Sat, 04 Jan 2020 10:46:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37294) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1inlco-0004qP-Do for guix-patches@gnu.org; Sat, 04 Jan 2020 10:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1inlco-0005Oi-Bi for guix-patches@gnu.org; Sat, 04 Jan 2020 10:46:02 -0500 Subject: [bug#38809] [PATCH] bootloader: grub: Add resolution override. Resent-Message-ID: Date: Sat, 4 Jan 2020 16:45:12 +0100 From: Danny Milosavljevic Message-ID: <20200104164512.7589fa36@scratchpost.org> In-Reply-To: <87lfquhzmi.fsf@gnu.org> References: <87lfquhzmi.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/uyGIZSUVxpecB_//qGdWnh0"; protocol="application/pgp-signature"; micalg=pgp-sha256 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jan Nieuwenhuizen Cc: 38809@debbugs.gnu.org --Sig_/uyGIZSUVxpecB_//qGdWnh0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi janneke, On Mon, 30 Dec 2019 11:33:09 +0100 Jan Nieuwenhuizen wrote: > With this patch I finally have a readable GRUB menu. I am not sure > about the name and semantics of `resolution': Better to use `gfxmode', > and/or use a list of strings '("1024x768x32" "auto"), ... WDYT? Especially with HiDPI, the word "resolution" is ambiguous. Also, gfxmode values are not standardized (f.e. u-boot would not know what to do with them), so using a non-grub-specific key doesn't bring us anythin= g. I much prefer lists instead of one string. But grub apparently has "," and ";" as separators--presumably with the same meaning? It also has the special value "keep" as possible first item. In view of this complication it's maybe better not to use lists. --Sig_/uyGIZSUVxpecB_//qGdWnh0 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl4QswgACgkQ5xo1VCww uqXyWwf/QRLaIhas5nDXA6Vzeg9mC7O5ByxEGCAHX6NWr7aA6PmN8pkcbLKbgnZB /kKEKeBkCVmDDxyRdV2Ee44vfe2pi9IQx5jWDJN7UyYSudGbBtMpD7UQcmzd6OjQ qMGdwjhBbj45WX/yLMfDcRyCTiHQxTf1Tm0e3vB+KeJKQfL797QQpHf/ssin3J+v 8oSSv0ba+0FG5yjvlk22hgNq4fGF5ZKogV3R+VcDLGZQazDHqoOwfg7o7a2SJmtx LDTkAzwpwwNjj5waArK+6Y1bhKA6mTPKeoCMeb1ZwaCH6pcPHvaYfyKnyJC5XfsC IOxNmQToOyqMKTepFV/rLn2gOOVq/A== =mLUt -----END PGP SIGNATURE----- --Sig_/uyGIZSUVxpecB_//qGdWnh0--