1
0
Fork 0
mirror of https://github.com/foxlet/macOS-Simple-KVM.git synced 2024-11-14 23:29:42 +01:00
macOS-Simple-KVM/docs/guide-screen-resolution.md
GeckoLinux 35840df1a2 [DOCS] Screen resolution guide.
Hopefully save users some Googling and troubleshooting with these instructions.
2019-06-23 23:48:43 -04:00

19 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## How to increase screen resolution for macOS-Simple-KVM
_(Thanks to [passthroughpo.st](https://passthroughpo.st/new-and-improved-mac-os-tutorial-part-1-the-basics/) and [urcomputertechnics.com](http://urcomputertechnics.com/how-to-mount-efi-partition-on-macos-mojave/) for the tips.)_
1. In the macOS Finder, look for **EFI** in the left bar under **Volumes**. If it isn't visible you will have to mount it:
- Open the macOS Terminal and type `diskutil list` and look for the disk/partition location of the EFI. (There may be more than one.)
- Type `sudo diskutil mount diskYsZ`, using the disk/partition location name where you see EFI.
- The **EFI** partition will appear in the left Finder bar under **Volumes**.
- If you don't see anything in that volume after browsing to it, try the other ones that you found in `diskutil`.
2. In the **EFI** volume, go into the `Clover` directory and open the `config.plist` file in the macOS text editor.
3. There should be a section of the file that looks like this:
```````````````````
<key>ScreenResolution</key>
<string>1280x720</string>
```````````````````
- Edit that to your preferred screen resolution.
- Some odd/intermediate resolutions like 1366×768 may not work well. Try to stick to more common 16:9, 16:10, and 4:3 form factors.