Hi!
I'm having some trouble with getting this game to work properly and figured someone here probably knows what's going on and what to do, so here goes:
I'm running a Nvidia Surround setup (which the game should have native compatibility with) with 3x 16:9 1080p displays, so 5720x1080 resolution. All displays hooked into a single GTX680. Haven't had problems with other games.
Problem is that when I launch the game both of my side-displays tell me that they lose signal and the picture (logo, loading screen, whatnot) only shows on the middle ("main") display.
And not only that, the picture in the centerdisplay is compressed so that I have picture only on about 1/3 of the screen in the middle vertically, while having 1/3 black bars on both sides. As a newbie it looks to me as if the game tries to run surround by dividing my centerscreen into three pieces instead of actually utilizing all the three screens.
.ini files are untouched when this happens.
ConvictionUserPC.ini contains:
Code:
[SystemValidation]
RunValidation=True
LastAdapterNumber=0
[DefaultPlayer]
Name=Player
Class=EchelonCharacter.ESam
team=1
Local=True
UseCharacterControl=true
[NetPlayer]
Name=Player2
Class=EchelonCharacter.ESam
team=2
Local=False
[Engine.HUD]
HudMode=0
Crosshair=0
[Engine.Display]
AdapterNumber=0
DisableShaderOptims=False
UseTripleBuffering=False
ForceGpuCount=0
MaxFPS=120
EyefinityMode=2
ForceMultiMon=False
MinTripleDispRatio=3.9
[Inputs]
ControllerType=KT_X360
KeyboardLayout=KT_DEFAULT
UseXInputByDefault=True
Tried editing the default Conviction.ini
Code:
[WinDrv.WindowsClient]
FullscreenViewportX=800
FullscreenViewportY=600
values by manually inputting 5720x1080 and 1920x1080 resolutions, but this didn't do anything.
Any ideas?