Skip to content

hw/xfree86: Propagate physical dimensions from DRM connector

Daniel Strnad requested to merge xdandys/xserver:drmdimensionsfix into master

Physical dimmension of display can be obtained not just by configuration or DDC, but also directly from kernel via drmModeGetConnector(). Until now xserver silently discarded these values even when no configuration nor EDID were present and fallbacked to default DPI.

Edited by Daniel Strnad

Merge request reports