回复: [edk2-devel] How to get FrontPage to fill screen


gaoliming
 

Please try below setting.

 

  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn | 128

  gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow | 40

  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution | 1024

  gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution | 768

 

Thanks

Liming

发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Sean Rhodes
发送时间: 202275 2:44
收件人: Gerd Hoffmann <kraxel@...>
抄送: devel@edk2.groups.io
主题: Re: [edk2-devel] How to get FrontPage to fill screen

 

Hi Gerd

 

Thank you very much :)

 

 

On Mon, 4 Jul 2022 at 10:40, Gerd Hoffmann <kraxel@...> wrote:

On Mon, Jul 04, 2022 at 10:03:40AM +0100, Sean Rhodes wrote:
> Hi
>
> Would anyone have any suggestions on getting the Front Page to fill the
> screen? As far as I can see, configuring the below PCDs should allow it to
> fill the screen - which is being correctly detected as 1920x1080.

Depends on whenever the system has a serial console or not ...

ConSplitterDxe uses the intersection of all outputs as final list of
supported text modes.

> However, it ends up in a rather strange shape:
> [image: UiApp.jpg]

80x50?

take care,
  Gerd