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.
This commit is contained in:
parent
69851c59c7
commit
122c3a1d67
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue