public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: oyvinds@everdot.org
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: [PATCH] VGA Bios allow 1920x1080
Date: Sat, 17 Apr 2010 23:28:58 +0300	[thread overview]
Message-ID: <4BCA1A0A.4040703@redhat.com> (raw)
In-Reply-To: <201004130607.47867.oyvinds@everdot.org>

On 04/13/2010 07:07 AM, Øyvind Sæther wrote:
> The patch lets me run 1920x1080 resolution, some displays are only that and
> not 1920x1200 these days. Gentoos ebuild doesn't seem to make the vgabios and
> only uses /pc-bios/vgabios.bin, making kvm/vgabios and replace vgabios.bin
> with the VGABIOS-lgpl-latest.bin it makes works (for me).
>
>
>    

Missing signoff.

> --- vbetables-gen.c     2010-04-13 06:04:09.874359455 +0200
> +++ vbetables-gen.c.new 2010-04-13 06:04:03.955480621 +0200
> @@ -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, },
>   };
>    

Please don't modify the existing mode numbers.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


  reply	other threads:[~2010-04-17 20:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-13  4:07 [PATCH] VGA Bios allow 1920x1080 Øyvind Sæther
2010-04-17 20:28 ` Avi Kivity [this message]
2010-04-17 21:06   ` Øyvind Sæther
2010-04-18  2:41     ` Amos Kong

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=4BCA1A0A.4040703@redhat.com \
    --to=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=oyvinds@everdot.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox