> On Feb 27, 2019, at 12:27 AM, Gerd Hoffmann <kra...@redhat.com> wrote: > > On Tue, Feb 26, 2019 at 04:11:06PM -0500, G 3 wrote: >> When I use edid=on, I do see a lot of extra resolutions available in Mac OS >> 9 and Mac OS X, just not the resolution I want to use. Is there some kind >> of rule like the resolution value has to be divisible by a certain number? > > qemu doesn't have such a requirement. > Might be the guest drivers have. > Try making width/height multiple of 8 or 16.
I counted 10 more added resolutions when using your edid feature on Mac OS 9.2 and on Mac OS 10.4. But when I tried adding one using the xres/yres properties, it didn't work. What operating system do you see success on? What is your command line you use? I did try your suggestion by using 800x800 (16*50) resolution. It didn't work.' Thank you.