mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ (define setup-gfxterm-body
|
|||
;; 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 a new issue