I was wondering about the vram size you could potentially get while using qemu to run macOS as guest. I've noticed that when I'm using Virtio video, the vram I get depends on the resolution I set in OpenCore. If I set 1280x720 I get 3MB, 1600x900 - 5MB, 1920x1080 - 7M. So it seems that something is adjusting this size depending on resolution. I'm guessing it's the macOS itself that does that. In that case, maybe there is some way to modify this size by some kext or patch in OpenCore? Or maybe we could do something similar to framebuffer-patch-enable?

Post a Comment