diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-02 08:27:42 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-02 08:27:42 +0200 |
commit | 37492d6e3bf2f6f890556f7fe15fd9f8e2d18d84 (patch) | |
tree | 8e1fa80407f042e35a2bf7c56bac5002296be273 /config.i440fx.tianocore | |
parent | 9c2b2c94c83191c27df6d3e0d57493c3d7b49d52 (diff) | |
download | coreboot-37492d6e3bf2f6f890556f7fe15fd9f8e2d18d84.tar.gz |
use 1024x768 by default
Diffstat (limited to 'config.i440fx.tianocore')
-rw-r--r-- | config.i440fx.tianocore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.i440fx.tianocore b/config.i440fx.tianocore index a8ca83c..3464d2a 100644 --- a/config.i440fx.tianocore +++ b/config.i440fx.tianocore @@ -16,3 +16,5 @@ CONFIG_PAYLOAD_FILE="/usr/share/edk2.git/coreboot-x64/UEFIPAYLOAD.fd" CONFIG_VGA_BIOS=n CONFIG_FRAMEBUFFER_KEEP_VESA_MODE=y +CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_XRES=1024 +CONFIG_DRIVERS_EMULATION_QEMU_BOCHS_YRES=768 |