From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?q?=C3=98yvind_S=C3=A6ther?= Subject: Re: [PATCH] VGA Bios allow 1920x1080 Date: Sat, 17 Apr 2010 23:06:52 +0200 Message-ID: <201004172306.52322.oyvinds@everdot.org> References: <201004130607.47867.oyvinds@everdot.org> <4BCA1A0A.4040703@redhat.com> Reply-To: oyvinds@everdot.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1750248.65BPWWgmIA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit To: Avi Kivity Return-path: Received: from carina.xiando.com ([66.199.241.202]:42584 "EHLO carina.xiando.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755269Ab0DQVNb (ORCPT ); Sat, 17 Apr 2010 17:13:31 -0400 Received: from mail.everdot.org (primail.xiando.net [IPv6:2001:470:dc2e:5::2]) by carina.xiando.com (Postfix) with ESMTP id 6C9B729104AF for ; Sat, 17 Apr 2010 17:13:30 -0400 (EDT) Received: from localhost (godzilla [127.0.0.1]) by mail.everdot.org (Postfix) with ESMTP id C0EA6DFA86 for ; Sat, 17 Apr 2010 23:13:29 +0200 (CEST) Received: from mail.everdot.org ([127.0.0.1]) by localhost (everdot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6gUAp1U4QgbM for ; Sat, 17 Apr 2010 23:13:29 +0200 (CEST) Received: from whitemini.localnet (unknown [IPv6:2001:470:dc2e:10::119]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.everdot.org (Postfix) with ESMTPSA id 50454DFA54 for ; Sat, 17 Apr 2010 23:13:29 +0200 (CEST) In-Reply-To: <4BCA1A0A.4040703@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: --nextPart1750248.65BPWWgmIA Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > > 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. I have never submitted much to any big project, so sorry, and am not sure w= hat=20 you mean by "Missing signoff". How do I .. 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 @@ > >=20 > > { 1680, 1050, 16 , 0x184}, > > { 1680, 1050, 24 , 0x185}, > > { 1680, 1050, 32 , 0x186}, > >=20 > > -{ 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}, > >=20 > > { 0, }, > > }; >=20 > Please don't modify the existing mode numbers. So sorry about that, it somehow just looked cleaner to get them listed in=20 sequense. Adding new modes to the end of what was there works too. =2D-- vbetables-gen.c.original 2010-04-13 05:51:09.134232495 +0200 +++ vbetables-gen.c.new3 2010-04-17 23:05:39.722313167 +0200 @@ -79,6 +79,9 @@ { 2560, 1600, 16 , 0x18a}, { 2560, 1600, 24 , 0x18b}, { 2560, 1600, 32 , 0x18c}, +{ 1920, 1080, 16 , 0x18d}, +{ 1920, 1080, 24 , 0x18e}, +{ 1920, 1080, 32 , 0x18f}, { 0, }, }; --nextPart1750248.65BPWWgmIA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEABECAAYFAkvKIuwACgkQNBSJHnwv/KrOJgCeJIXWoFNzfJ7dCQmBmj4gO6Vm 39oAn2PwI5Zx9E5s/IEJcHikHZ9h/vf1 =imdO -----END PGP SIGNATURE----- --nextPart1750248.65BPWWgmIA--