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

# Thay đổi độ phân giải trên máy ảo UEFI

Trong một máy ảo (VM) dựa trên UEFI, độ phân giải màn hình được kiểm soát bởi Cấu hình nền tảng OVMF (Open Virtual Machine Firmware). Theo mặc định, chỉ độ phân giải được cấu hình trong cài đặt nền tảng mới khả dụng cho VM. Nếu bạn cần thay đổi độ phân giải hiển thị, hãy làm theo các bước dưới đây.

## Các bước thay đổi độ phân giải màn hình

1. **Khởi động lại VM** trong khi đang kết nối với bảng điều khiển (thông qua giao diện người dùng VergeOS hoặc bất kỳ trình quản lý console nào bạn đang sử dụng).
2. Khi VM khởi động, **nhấn** <kbd>ESC</kbd> để vào menu Cài đặt UEFI.
3. Khi đã vào menu UEFI, điều hướng đến **Trình quản lý Thiết bị**.
4. Trong Trình quản lý thiết bị, chọn **Cấu hình nền tảng OVMF**.
5. Chọn **Độ phân giải ưu tiên** từ danh sách các tùy chọn có sẵn.
6. **Lưu** các thay đổi cấu hình và khởi động lại VM để độ phân giải mới có hiệu lực.

## Lưu ý và cân nhắc

* Các tùy chọn độ phân giải có sẵn phụ thuộc vào firmware và khả năng hiển thị của hệ điều hành khách.
* Nếu bạn vẫn gặp sự cố về độ phân giải, hãy đảm bảo rằng hệ điều hành khách đã cài đặt các trình điều khiển hiển thị cần thiết.
* Các cài đặt UEFI có thể hơi khác nhau tùy thuộc vào VM và cấu hình, vì vậy một số bước có thể trông hơi khác trong một số môi trường.

Bằng cách làm theo các bước này, bạn có thể điều chỉnh thành công độ phân giải màn hình cho VM dựa trên UEFI của mình.

***

{% hint style="info" %}
**Thông tin tài liệu**

* Cập nhật lần cuối: 2024-08-29
* Phiên bản vergeOS: 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/knowledge-base/vi/virtual-machines/changing-resolution-on-a-uefi-vm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
