ponty / PyVirtualDisplay

Python wrapper for Xvfb, Xephyr and Xvnc
BSD 2-Clause "Simplified" License
709 stars 78 forks source link

DPI spec support #38

Closed swills closed 5 years ago

swills commented 5 years ago

In addition to specifying the display height and width, I need to specify the display dpi, to Xvfb, via the -dpi flag. The default value of 100 dpi in Xvfb doesn't match my physical display of 96.

ponty commented 5 years ago

OK

swills commented 5 years ago

Thanks!