From 8e8d45e6ac02a7f282ce5bd5be9ae9a9a150a01f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 7 Jan 2020 23:31:44 +0100 Subject: Revert "bootloader: grub: Add gfxmode (resolution) override." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a23091880d4dc6115acbfa3b7ef09d731fc5abb0. It causes ‘guix pull’ to fail: . --- doc/guix.texi | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 6e3f175488..df1ba428a5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -25923,22 +25923,9 @@ must @emph{not} be an OS device name such as @file{/dev/sda1}. @end table @end deftp -@cindex HDPI -@cindex HiDPI -@cindex resolution @c FIXME: Write documentation once it's stable. -For now only GRUB has theme support. GRUB themes are created using -the @code{grub-theme} form, which is not fully documented yet. - -@deftp {Data Type} grub-theme -Data type representing the configuration of the GRUB theme. - -@table @asis -@item @code{gfxmode} (default: @code{'("auto")}) -The GRUB @code{gfxmode} to set (a list of screen resolution strings, see -@pxref{gfxmode,,, grub, GNU GRUB manual}). -@end table -@end deftp +For now only GRUB has theme support. GRUB themes are created using +the @code{grub-theme} form, which is not documented yet. @defvr {Scheme Variable} %default-theme This is the default GRUB theme used by the operating system if no @@ -25949,17 +25936,6 @@ It comes with a fancy background image displaying the GNU and Guix logos. @end defvr -For example, to override the default resolution, you may use something -like - -@lisp -(bootloader - (grub-configuration - ;; @dots{} - (theme (grub-theme - (inherit %default-theme) - (gfxmode '("1024x786x32" "auto")))))) -@end lisp @node Invoking guix system @section Invoking @code{guix system} -- cgit v1.2.3