Change DPI Settings


Most applications use number of pixels to specify the size and shape of application User Interfaces. However, certain applications use the Dots per Inch (DPI) in order to specify certain sizes.

In order to change the DPI settings in X-Win32 9.2 and later

  1. Edit the file %APPDATA%\StarNet\X-Win32\Xserver.config
  2. Add the XDPI and YDPI variables like in the following example

    <Configuration>
       <
    WindowMode>
          <
    Multiple disableRemoteWindowManager="true" >true</Multiple>
          <
    Single width="0" option="standard" height="0" >false</Single>
       </
    WindowMode>
        <
    XDPI>75</XDPI>
        <
    YDPI>75</YDPI>
    </
    Configuration>


    Common DPI settings are 75, 96 and 120