Hi On Mon, Aug 17, 2020 at 4:21 PM Gerd Hoffmann <kra...@redhat.com> wrote: > > On Mon, Aug 17, 2020 at 04:00:53PM +0400, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > > > Add width_mm/height_mm to qemu_edid_info, and use it if it is > > set (non-zero) to generate the EDID. > > Any specific reason why you switch from dpi to xmm/ymm?
Not really, but there is no DPI information from Gtk. I also find it difficult to reason with DPI, dimensions are simpler to check about correctness imho (I take the ruler from my desk for example ;). And also DPI is a space density, without horizontal and vertical distinction. So by giving width/height in mm we actually have something more correct and easier to debug imho. No?