-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Is there an existing issue for this?
- I have searched existing issues
Bug Type
- Firmware
- Tool
- Unit Test
What packages are impacted?
OvmfPkg
Which targets are impacted by this bug?
DEBUG, RELEASE
Current Behavior
I think I've got the targets right, apologies if not.
With the QEMU Ramfb display, there are only very low resolutions available by default, which makes virtual machines that use this fairly sub-optimal. I think I know how to add resolutions to this, which I would be happy to do if that would be accepted. I suppose this might also be a problem for other display types, but I am not sure.
Expected Behavior
There are more standard screen resolutions available for the Ramfb display.
Steps To Reproduce
Create a new virtual machine using the Ramfb display, using the latest OVMF code, and observe that the support display resolutions are very low. I tested this with the latest stable release, but I can see in https://github.com/tianocore/edk2/blob/master/OvmfPkg/QemuRamfbDxe/QemuRamfb.c that the issue is still here.
Build Environment
- OS(s): LMDE 7 (Debian 13)
- Tool Chain(s): GCCVersion Information
Tag: edk2-stable202511
But also appears to affect master as of 03/02/2026
Urgency
Low
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
Maintainer feedback requested
Anything else?
No response