system: grub: Let GRUB choose the best graphics mode.
authorLudovic Courtès <ludo@gnu.org>
Thu, 29 Oct 2015 08:58:17 +0000 (09:58 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 29 Oct 2015 18:07:57 +0000 (19:07 +0100)
On PCs, it means that it will typically choose resolutions higher
than 640x480, which is nicer.

* gnu/system/grub.scm (eye-candy)[setup-gfxterm-body]: Leave 'gfxmode'
  unset.

gnu/system/grub.scm

index e0717cc..4c21851 100644 (file)
@@ -163,7 +163,7 @@ all that."
     ;; to be switched.
     (if (string-match "^(x86_64|i[3-6]86)-" system)
         "
-  set gfxmode=640x480
+  # Leave 'gfxmode' to 'auto'.
   insmod vbe
   insmod vga
   insmod video_bochs