From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.11595.1642770067795028243 for ; Fri, 21 Jan 2022 05:01:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=FmTBTLvD; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1642770066; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kdimxziYo4z8aBLDja5PzLTN6eHMhxqU656Smis/zy8=; b=FmTBTLvDVjYTQNbUGD0HhSIQpvwl4a6VFz4k7r/R3nYnuRJj+Mxwrz1Fan0FyOog6t9KVA kx8SejXfG76Os+gYIPqxuK/Dt8m1SoXtxM/F7ucHwLqoDseaDetZvLFhWIg7L7W/yW9iSa 9HMx/AcK6DL4G0TB+TDy4uQF3IuZ3JM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-252-GtcBU1tjP8Wh_SEqLwgTAg-1; Fri, 21 Jan 2022 08:01:01 -0500 X-MC-Unique: GtcBU1tjP8Wh_SEqLwgTAg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 733D3100CCC1; Fri, 21 Jan 2022 13:00:59 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.47]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 18D6355F63; Fri, 21 Jan 2022 13:00:59 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id E3AB318003A1; Fri, 21 Jan 2022 14:00:54 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Pawel Polawski , Jiewen Yao , Julien Grall , Leif Lindholm , Gerd Hoffmann , Erdem Aktas , Sami Mujawar , Jordan Justen , Brijesh Singh , Ard Biesheuvel , James Bottomley , Min Xu , Anthony Perard , Tom Lendacky Subject: [PATCH 2/2] ArmVirtPkg: change qemu default resolution to 1280x800 Date: Fri, 21 Jan 2022 14:00:54 +0100 Message-Id: <20220121130054.53917-3-kraxel@redhat.com> In-Reply-To: <20220121130054.53917-1-kraxel@redhat.com> References: <20220121130054.53917-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" ovmf default display resolution is 800x600. This is rather small for modern guests. qemu used 1024x768 as default for a long time and switched the to 1280x800 recently[1] for the upcoming 7.0 release. This patch brings ovmf in sync with the recent qemu update and likewise switches the default to 1280x800. [1] https://gitlab.com/qemu-project/qemu/-/commit/de72c4b7cdf6ec18bfe9fe714aa96e48db6fd895 Signed-off-by: Gerd Hoffmann --- ArmVirtPkg/ArmVirtQemu.dsc | 4 ++-- ArmVirtPkg/ArmVirtQemuKernel.dsc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc index 84c28b0c1df4..b2b0d304d335 100644 --- a/ArmVirtPkg/ArmVirtQemu.dsc +++ b/ArmVirtPkg/ArmVirtQemu.dsc @@ -255,8 +255,8 @@ [PcdsDynamicDefault.common] # Set video resolution for boot options and for text setup. # PlatformDxe can set the former at runtime. # - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800 - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600 + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280 + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480 diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc index 8e82c5050f6b..36343f347bab 100644 --- a/ArmVirtPkg/ArmVirtQemuKernel.dsc +++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc @@ -234,8 +234,8 @@ [PcdsDynamicDefault.common] # Set video resolution for boot options and for text setup. # PlatformDxe can set the former at runtime. # - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800 - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600 + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280 + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480 -- 2.34.1