From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: Added resolution 1920x1080 to vga bios (signed-off) Date: Wed, 24 Feb 2010 12:25:02 +0200 Message-ID: <4B84FE7E.9010706@redhat.com> References: <6377-4b827300-11-5991b800@36623939> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Jerome Return-path: Received: from mx1.redhat.com ([209.132.183.28]:32155 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756267Ab0BXKZG (ORCPT ); Wed, 24 Feb 2010 05:25:06 -0500 In-Reply-To: <6377-4b827300-11-5991b800@36623939> Sender: kvm-owner@vger.kernel.org List-ID: On 02/22/2010 02:04 PM, Jerome wrote: > Hello, > > The 1920x1080 (aka Full HD) resolution has become standard on many di= splays and was lacking. This patch adds this resolution to the vbe tabl= e. > > Signed-off-by: J=C3=A9r=C3=B4me Marty > > -- > @@ -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}, Please don't change mode numbers for existing modes - a guest might=20 remember them and have its resolution change after an upgrade. (sorry - only noticed this now). --=20 error compiling committee.c: too many arguments to function