Added resolution 1920x1080 to vga bios

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

 



Hello,

The 1920x1080 aka Full HD resolution has become standard on many displays so it was lacking for me and other kvm users so I have added it to the vbe table. Could you merge it so it can become available to everyone ?

Regards,

Jerome




--- 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, },
 };


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux