Qonfused / OSX-Hyper-V

OpenCore configuration for running macOS on Windows Hyper-V.
https://github.com/Qonfused/OSX-Hyper-V
BSD 3-Clause "New" or "Revised" License
235 stars 11 forks source link

1024x768 Resolution #6

Closed danielsiegl closed 4 months ago

danielsiegl commented 8 months ago

It is well documented that there is only one supported resolution 1024x768. Is there hope that this might change going forward - or should we just work with it?

Qonfused commented 8 months ago

The graphics bridge is currently only partially implemented in MacHyperVSupport. It'd require writing a framebuffer driver for Hyper-V; there's still a lot more work needed to accommodate resizeable framebuffer resolutions (among them being Lilu support, SysKC injection for linking IOGraphicsFamily, etc). Though currently, any virtual display (i.e. through BetterDisplay) can use a different resolution.

I'm not the author of the MacHyperVSupport package though I've focused on fixing DDA support upstream for AMD GPUs. Due to bandwidth, there's not much I can do there for now.