]> git.proxmox.com Git - pve-edk2-firmware.git/blame - debian/patches/0001-ovmf-platform-default-to-higher-resolution.patch
change default resolution to 1024x768
[pve-edk2-firmware.git] / debian / patches / 0001-ovmf-platform-default-to-higher-resolution.patch
CommitLineData
e2ab5837
TL
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Thomas Lamprecht <t.lamprecht@proxmox.com>
3Date: Mon, 15 Nov 2021 16:45:40 +0100
4Subject: [PATCH] ovmf platform: default to higher resolution
5
6Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
7---
8 OvmfPkg/OvmfPkgIa32.dsc | 4 ++--
9 OvmfPkg/OvmfPkgIa32X64.dsc | 4 ++--
10 OvmfPkg/OvmfPkgX64.dsc | 4 ++--
11 3 files changed, 6 insertions(+), 6 deletions(-)
12
13diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc
14index d1d92c97ba..0388f4621a 100644
15--- a/OvmfPkg/OvmfPkgIa32.dsc
16+++ b/OvmfPkg/OvmfPkgIa32.dsc
17@@ -599,8 +599,8 @@
18 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
19 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
20 !endif\r
21- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
22- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
23+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024\r
24+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768\r
25 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
26 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
27 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
28diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc
29index a467ab7090..6c215600f8 100644
30--- a/OvmfPkg/OvmfPkgIa32X64.dsc
31+++ b/OvmfPkg/OvmfPkgIa32X64.dsc
32@@ -605,8 +605,8 @@
33 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
34 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
35 !endif\r
36- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
37- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
38+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024\r
39+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768\r
40 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
41 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
42 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r
43diff --git a/OvmfPkg/OvmfPkgX64.dsc b/OvmfPkg/OvmfPkgX64.dsc
44index e56b83d95e..bcb33a06ca 100644
45--- a/OvmfPkg/OvmfPkgX64.dsc
46+++ b/OvmfPkg/OvmfPkgX64.dsc
47@@ -605,8 +605,8 @@
48 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0\r
49 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0\r
50 !endif\r
51- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
52- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
53+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024\r
54+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE\r
56 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0\r
57 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0\r