I have an asus 27 inch 1440p monitor. When I launch the game it runs in 800x600 when I enter options to change the resolution the resolution choices are all blank.
Is the monitor running at a non-standard refresh rate, or anything like that?
If you change your desktop resolution, does that get any resolutions to show up in the game options?
Can you change to a windowed mode, then adjust the game resolution?
Try starting the game directly from the '..\SteamApps\common\Divinity - Original Sin\Shipping\EoCApp.exe' program file, by right clicking and running as administrator.
It is possible to manually set the game resolution and display mode:
You can edit the graphicSettings.lsx file (in the '..\Documents\Larian Studios\Divinity Original Sin' folder) in Wordpad, or other text editor, to manually change the resolution. Search for the section:
</node>
<node id="ConfigEntry">
<attribute id="MapKey" value="ScreenHeight" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="1600" type="4" />
</node>
<node id="ConfigEntry">
<attribute id="MapKey" value="ScreenWidth" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="2560" type="4" />
</node>
Search for 'fake' near the start of the file to set the display mode (if both FakeFullscreen and Fullscreen are set to zero, it will be in Window mode).
<node id="ConfigEntry">
<attribute id="MapKey" value="FakeFullscreenEnabled" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="0" type="4" />
</node>
<node id="ConfigEntry">
<attribute id="MapKey" value="FrameCapFPS" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="60" type="4" />
</node>
<node id="ConfigEntry">
<attribute id="MapKey" value="Fullscreen" type="22" />
<attribute id="Type" value="0" type="5" />
<attribute id="Value" value="1" type="4" />
</node>
Please email supportdos@larian.com, with a description of the problem and the report.zip file generated by the
D:OS support tool.