From 8dbae90c55e3bd863e4cf64edc267ea398ecb7e6 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Thu, 15 Dec 2011 21:09:50 +0100 Subject: [PATCH] Add additional resolution (1600x900) to grub.cfg. --- templates/boot/grub/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index e208fe6..39dcdca 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -4,7 +4,7 @@ set timeout=20 if loadfont /boot/grub/ascii.pf2 ; then insmod png - set gfxmode=1920x1200,1920x1080,1440x900,1024x768,auto + set gfxmode=1920x1200,1920x1080,1600x900,1440x1050,1440x900,1024x768,auto insmod gfxterm insmod vbe terminal_output gfxterm -- 2.1.4