mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
OvmfPkg/OvmfDisplayPcds.dsc.inc: set SetupVideoResolution too
Set both PcdVideo*Resolution and PcdSetupVideo*Resolution PCDs. This avoids pointless video mode changes when entering and leaving the firmware setup application. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
fde034447f
commit
df35307196
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
|
||||||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|1280
|
||||||
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|800
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
|
||||||
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
|
gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user