*Issue migrated from trac ticket # 1193* **component:** client | **priority:** major | **resolution:** fixed #### 2016-05-02 02:41:55: nathan-renniewaldock created the issue ___ > Since v0.16.0, DPI is being doubled for Windows clients. > > v0.15.10-11424: > ``` > $ xpra info | grep dpi > dpi.default=0 > dpi.value=96 > dpi.x=0 > dpi.y=0 > ``` > > v0.17.0-[r12474](../commit/2c39ca28f166ecd04aedf52360eb7b41ac10ec15): > ``` > $ xpra info | grep dpi > dpi.default=0 > dpi.value=192 > dpi.x=0 > dpi.y=0 > ``` > > Possibly introduced in [r10953](../commit/59f05b0afb4dddf3de53a928e4e3496d54d4b217)?