* How to get FrontPage to fill screen
@ 2022-07-04 9:03 Sean Rhodes
2022-07-04 9:39 ` [edk2-devel] " Gerd Hoffmann
0 siblings, 1 reply; 5+ messages in thread
From: Sean Rhodes @ 2022-07-04 9:03 UTC (permalink / raw)
To: devel
[-- Attachment #1.1: Type: text/plain, Size: 517 bytes --]
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.
PcdVideoHorizontalResolution|0
PcdVideoVerticalResolution|0
PcdSetupVideoHorizontalResolution|0
PcdSetupVideoVerticalResolution|0
PcdConOutRow|100
PcdConOutColumn|100
PcdSetupConOutRow|100
PcdSetupConOutColumn|100
However, it ends up in a rather strange shape:
[image: UiApp.jpg]
Many thanks
Sean
[-- Attachment #1.2: Type: text/html, Size: 1940 bytes --]
[-- Attachment #2: UiApp.jpg --]
[-- Type: image/jpeg, Size: 2230805 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] How to get FrontPage to fill screen
2022-07-04 9:03 How to get FrontPage to fill screen Sean Rhodes
@ 2022-07-04 9:39 ` Gerd Hoffmann
2022-07-04 18:44 ` Sean Rhodes
0 siblings, 1 reply; 5+ messages in thread
From: Gerd Hoffmann @ 2022-07-04 9:39 UTC (permalink / raw)
To: devel, sean
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] How to get FrontPage to fill screen
2022-07-04 9:39 ` [edk2-devel] " Gerd Hoffmann
@ 2022-07-04 18:44 ` Sean Rhodes
2022-07-05 0:56 ` 回复: " gaoliming
0 siblings, 1 reply; 5+ messages in thread
From: Sean Rhodes @ 2022-07-04 18:44 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: devel
[-- Attachment #1: Type: text/plain, Size: 685 bytes --]
Hi Gerd
Thank you very much :)
On Mon, 4 Jul 2022 at 10:40, Gerd Hoffmann <kraxel@redhat.com> 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
>
>
[-- Attachment #2: Type: text/html, Size: 1442 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* 回复: [edk2-devel] How to get FrontPage to fill screen
2022-07-04 18:44 ` Sean Rhodes
@ 2022-07-05 0:56 ` gaoliming
2022-07-05 8:47 ` Sean Rhodes
0 siblings, 1 reply; 5+ messages in thread
From: gaoliming @ 2022-07-05 0:56 UTC (permalink / raw)
To: devel, sean, 'Gerd Hoffmann'
[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]
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
发送时间: 2022年7月5日 2:44
收件人: Gerd Hoffmann <kraxel@redhat.com>
抄送: 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@redhat.com <mailto:kraxel@redhat.com> > 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
[-- Attachment #2: Type: text/html, Size: 6005 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [edk2-devel] How to get FrontPage to fill screen
2022-07-05 0:56 ` 回复: " gaoliming
@ 2022-07-05 8:47 ` Sean Rhodes
0 siblings, 0 replies; 5+ messages in thread
From: Sean Rhodes @ 2022-07-05 8:47 UTC (permalink / raw)
To: devel, gaoliming; +Cc: Gerd Hoffmann
[-- Attachment #1: Type: text/plain, Size: 1638 bytes --]
Hi Liming
Thanks - I managed to get it working with two patches:
https://edk2.groups.io/g/devel/message/91046
https://review.coreboot.org/c/coreboot/+/65643
Sean
On Tue, 5 Jul 2022 at 01:56, gaoliming via groups.io <gaoliming=
byosoft.com.cn@groups.io> wrote:
> 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
> *发送时间:* 2022年7月5日 2:44
> *收件人:* Gerd Hoffmann <kraxel@redhat.com>
> *抄送:* 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@redhat.com> 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
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 6088 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-07-05 8:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 9:03 How to get FrontPage to fill screen Sean Rhodes
2022-07-04 9:39 ` [edk2-devel] " Gerd Hoffmann
2022-07-04 18:44 ` Sean Rhodes
2022-07-05 0:56 ` 回复: " gaoliming
2022-07-05 8:47 ` Sean Rhodes
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox