From: Avi Kivity <avi@redhat.com>
To: Jerome <jmy@laposte.net>
Cc: kvm@vger.kernel.org
Subject: Re: Added resolution 1920x1080 to vga bios (signed-off)
Date: Wed, 24 Feb 2010 12:25:02 +0200 [thread overview]
Message-ID: <4B84FE7E.9010706@redhat.com> (raw)
In-Reply-To: <6377-4b827300-11-5991b800@36623939>
On 02/22/2010 02:04 PM, Jerome wrote:
> 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>
>
> --
> @@ -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
remember them and have its resolution change after an upgrade.
(sorry - only noticed this now).
--
error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2010-02-24 10:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-22 12:04 Added resolution 1920x1080 to vga bios (signed-off) Jerome
2010-02-24 10:25 ` Avi Kivity [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B84FE7E.9010706@redhat.com \
--to=avi@redhat.com \
--cc=jmy@laposte.net \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.