public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Added resolution 1920x1080 to vga bios (signed-off)
@ 2010-02-22 12:04 Jerome
  2010-02-24 10:25 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Jerome @ 2010-02-22 12:04 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

Hello,

The 1920x1080 (aka Full HD) resolution has become standard on many displays and was lacking. This patch adds this resolution to the vbe table.

Signed-off-by: Jérôme Marty <jerome.marty@laposte.net>

--

[-- Attachment #2: patch --]
[-- Type: application/octet-stream, Size: 966 bytes --]

--- a/kvm/vgabios/vbetables-gen.c
+++ b/kvm/vgabios/vbetables-gen.c
@@ -73,12 +73,15 @@
 { 1680, 1050, 16                     , 0x184},
 { 1680, 1050, 24                     , 0x185},
 { 1680, 1050, 32                     , 0x186},
-{ 1920, 1200, 16                     , 0x187},
-{ 1920, 1200, 24                     , 0x188},
-{ 1920, 1200, 32                     , 0x189},
-{ 2560, 1600, 16                     , 0x18a},
-{ 2560, 1600, 24                     , 0x18b},
-{ 2560, 1600, 32                     , 0x18c},
+{ 1920, 1080, 16                     , 0x187},
+{ 1920, 1080, 24                     , 0x188},
+{ 1920, 1080, 32                     , 0x189},
+{ 1920, 1200, 16                     , 0x18a},
+{ 1920, 1200, 24                     , 0x18b},
+{ 1920, 1200, 32                     , 0x18c},
+{ 2560, 1600, 16                     , 0x18d},
+{ 2560, 1600, 24                     , 0x18e},
+{ 2560, 1600, 32                     , 0x18f},
 { 0, },
 };


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-24 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-22 12:04 Added resolution 1920x1080 to vga bios (signed-off) Jerome
2010-02-24 10:25 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox