On Sat, 2016-07-30 at 16:28 -0400, Programmingkid wrote: > I was wondering if you could add the 1200x700 resolution to the list > in https://github.com/ozbenh/QemuMacDrivers/blob/master/QemuVGADriver > /src/QemuVga.c. This is the perfect resolution for someone > using QEMU on a 13" MacBook Pro. QEMU's window fills most of the > screen but still allows for easy access to the dock. Maybe a command- > line option could be added that allows the user to specify their own > resolutions for QEMU to support.
I can, though I was thinking of being a bit smarter and have qemu (well, in our case openbios) pass the list of resolutions via the DT. If anything, it makes it easier for anybody to change that list without having to rebuild the MacOS portions. We'll see what time permits. Cheers, Ben.