From patchwork Sun Nov 21 15:33:33 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [vgabios] Add 1280x768 mode Date: Sun, 21 Nov 2010 05:33:33 -0000 From: Avi Kivity X-Patchwork-Id: 72443 Message-Id: <1290353613-21641-1-git-send-email-avi@redhat.com> To: qemu-devel@nongnu.org, Anthony Liguori Cc: kvm@vger.kernel.org Signed-off-by: Avi Kivity Acked-by: Gerd Hoffmann --- vbetables-gen.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/vbetables-gen.c b/vbetables-gen.c index 550935a..76b8842 100644 --- a/vbetables-gen.c +++ b/vbetables-gen.c @@ -55,6 +55,9 @@ ModeInfo modes[] = { { 1152, 864, 16 , 0x14a}, { 1152, 864, 24 , 0x14b}, { 1152, 864, 32 , 0x14c}, +{ 1280, 768, 16 , 0x175}, +{ 1280, 768, 24 , 0x176}, +{ 1280, 768, 32 , 0x177}, { 1280, 800, 16 , 0x178}, { 1280, 800, 24 , 0x179}, { 1280, 800, 32 , 0x17a},