guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: system: grub: Let GRUB choose the best graphics mode.


From: Ludovic Courtès
Subject: 01/06: system: grub: Let GRUB choose the best graphics mode.
Date: Thu, 29 Oct 2015 18:13:14 +0000

civodul pushed a commit to branch master
in repository guix.

commit 122c3a1d67816c2b193a46487875d363ebe35361
Author: Ludovic Courtès <address@hidden>
Date:   Thu Oct 29 09:58:17 2015 +0100

    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.
---
 gnu/system/grub.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/system/grub.scm b/gnu/system/grub.scm
index e0717cc..4c21851 100644
--- a/gnu/system/grub.scm
+++ b/gnu/system/grub.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]