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.129.124]) by mx.groups.io with SMTP id smtpd.web09.70578.1656927606160798804 for ; Mon, 04 Jul 2022 02:40:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=M1baP11g; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1656927605; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OxJStJzM/uFFxZ09jmJQeH4rBJV8vO0zHuKbUT5e+go=; b=M1baP11gkIF7UH/VTUtlIObRLQNgor+Kvd+IqsEokERwvidM0y97h5AqczcD81MOSm8lCP jovbnHA9dJ9YQVKql0BSEyn4DsXKaJssOsRa9buVftKlEUE03XCT0T3DlRfbVxE9QeeEyC +86cGIWhYQ8e1aShBWVTLNu+ytqT/1M= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-177-4fJRWLgjPTmuE0MFM6BXNQ-1; Mon, 04 Jul 2022 05:40:01 -0400 X-MC-Unique: 4fJRWLgjPTmuE0MFM6BXNQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 46F5A3C0ED60; Mon, 4 Jul 2022 09:40:01 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.27]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C0421111F5; Mon, 4 Jul 2022 09:40:00 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 34EE518003AB; Mon, 4 Jul 2022 11:39:59 +0200 (CEST) Date: Mon, 4 Jul 2022 11:39:59 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, sean@starlabs.systems Subject: Re: [edk2-devel] How to get FrontPage to fill screen Message-ID: <20220704093959.4mhd45q7o2eze4vg@sirius.home.kraxel.org> References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 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-Type: text/plain; charset=us-ascii Content-Disposition: inline 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