system: grub: Let GRUB choose the best graphics mode.

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.
master
Ludovic Courtès 2015-10-29 09:58:17 +01:00
parent 69851c59c7
commit 122c3a1d67
1 changed files with 1 additions and 1 deletions

View 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