Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Jul 2014
N
Noxos Offline OP
stranger
OP Offline
stranger
N
Joined: Jul 2014
What's up with this? It was the same during early release (bought 2 weeks ago about), I thought it was just an alpha issue, but I still cannot set my resolution above 1360x1024. Cannot set it as in there are no options even visible higher than that.

Here is a screenshot of what the menu screen looks like to me:

http://steamcommunity.com//sharedfiles/filedetails/?id=279131127

Any ideas? I've seen something like this in any other game.

I should also add that even if I select a 16:9 resolution, the game is still out of "sync" with my monitor. Even if I move it around some, there will still be black edges on the screen. Maybe this is related?

Last edited by Noxos; 01/07/14 01:05 AM.
Joined: May 2014
member
Offline
member
Joined: May 2014
Could be an error in the game, but make sure your display drivers are updated.

Joined: Mar 2003
Location: Canada
Support
Offline
Support
Joined: Mar 2003
Location: Canada

What is your desktop resolution?

Did you try manually setting the resolution?

Please email supportdos@larian.com, with a description of the problem and the report.zip file generated by the D:OS support tool.



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>


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5