> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/virtual-machines/changing-resolution-on-a-uefi-vm.md).

# Changing Resolution on a UEFI VM

In a UEFI-based virtual machine (VM), the screen resolution is controlled by the OVMF (Open Virtual Machine Firmware) Platform Configuration. By default, only the resolution configured in the platform settings is available to the VM. If you need to change the display resolution, follow the steps outlined below.

## Steps to Change the Screen Resolution

1. **Reboot the VM** while connected to the console (through the VergeOS UI or any console manager you're using).
2. As the VM starts, **press** <kbd>ESC</kbd> to enter the UEFI Settings menu.
3. Once in the UEFI menu, navigate to **Device Manager**.
4. In Device Manager, select **OVMF Platform Configuration**.
5. Choose your desired **Preferred Resolution** from the list of available options.
6. **Save** the configuration changes and reboot the VM for the new resolution to take effect.

## Notes and Considerations

* The resolution options available depend on the firmware and the display capabilities of the guest operating system.
* If you are still experiencing resolution issues, ensure that your guest OS has the necessary display drivers installed.
* UEFI settings may vary slightly depending on the VM and configuration, so some steps may look a little different in certain environments.

By following these steps, you can successfully adjust the screen resolution for your UEFI-based VM.

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-08-29
* vergeOS Version: 4.12.6
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vergeos-demo.com/knowledge-base/virtual-machines/changing-resolution-on-a-uefi-vm.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
