# Fixing Resolution and Verbose

## Dọn dẹp MacOS

### **`Misc -> Debug`**

Set `AppleDebug` thành `False`

> Điều này sẽ gỡ tắt hiển thị lỗi khi boot

### **`NVRAM -> Add -> 7C436110-AB2A-4BBB-A880-FE41995C9F82`**

Xoá  `-v`  từ `boot-args` trong file `config.plist` của bạn

### **`NVRAM -> Add -> 4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14`**

#### `UIScale`

* `01`: Độ phân giải bình thường
* `02`: HiDPI&#x20;
  * Thường được yêu cầu để FileVault hoạt động chính xác trên màn hình nhỏ

### **`UEFI -> Output`**

* `TextRenderer` set thành `BuiltinGraphics`
* `Resolution`: set thành `Max`  cho kết quả tốt nhất
  * Đương nhiên bạn có thể tuỳ chịnh độ phân giải: `WxH@Bpp (e.g. 1920x1080@32) or WxH (e.g. 1920x1080)`
* `ProvideConsoleGop` set thành `True`

> Nếu như bạn muốn xem thêm và hiểu thật chi tiết thì xem ở [đây](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf)

## Dọn dẹp OpenCore

{% hint style="info" %}
Nếu bạn theo sát guide tạo [EFI](https://install.heavietnam.com/build-efi/create-efi) của mình thì khi boot sẽ luôn tạo ra 1 file log có dạng `.txt` để xoá và tắt hẳn trình gỡ lỗi thì bạn xem chi tiết ở bên dưới
{% endhint %}

### Config.plist

* `Misc -> Debug -> Target`: `3`
  * Target: Hiểu đơn giản là một trình gỡ lỗi tức là bạn có thể thông qua set giá trị của quirk này mà thiết lập các mode gỡ lỗi xem chi tiết [tại đây](https://advance.heavietnam.com/general/opencore-debug)

### EFI

{% hint style="info" %}
Thay những File sau với OpenCore [release versions](https://github.com/acidanthera/OpenCorePkg/releases)&#x20;

> Đương nhiên chỉ khi bạn dùng EFI Debug mà thôi
> {% endhint %}

* EFI/BOOT/
  * `BOOTx64.efi`
* EFI/OC/Drivers/
  * `OpenRuntime.efi`
* EFI/OC/
  * `OpenCore.efi`

> Source tham khảo: [https://dortania.github.io/OpenCore-Post-Install/cosmetic/verbose.html](https://dortania.github.io/OpenCore-Post-Install/cosmetic/verbose.html#macos-decluttering)


---

# Agent Instructions: 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://basic.heavietnam.com/cosmetics/fixing-resolution-and-verbose.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.
