Im sure new DK2 users miss this. When in extended mode you can get a nice mirrored game window on you main screen without much performancehit!
Its a non stereo, unwarped single display to show people around what you do in game. It work surprisingly well!
Just add:
<StereoExtraDisplay>
<Enabled>true</Enabled>
<Monitor>0</Monitor>
<Width>960</Width>
<Height>1080</Height>
<VSync>false</VSync>
<BehaviourIfStereoRenderDisabled>HideWindow</BehaviourIfStereoRenderDisabled>
</StereoExtraDisplay>
To your C:\Program Files (x86)\Frontier\EDLaunch\Products\FORC-FDEV-D-1002\AppConfig.xml
You can chance the Width and Height to your liking. But it may give you the wrong aspect ratio.
Like this (from my AppConfig.xml file):
<AppConfig>
<StereoExtraDisplay>
<Enabled>true</Enabled>
<Monitor>0</Monitor>
<Width>960</Width>
<Height>1080</Height>
<VSync>false</VSync>
<BehaviourIfStereoRenderDisabled>HideWindow</BehaviourIfStereoRenderDisabled>
</StereoExtraDisplay>
<Display>
<ScreenWidth>1280</ScreenWidth>
<ScreenHeight>720</ScreenHeight>
<FullScreen>false</FullScreen>
<VSync>true</VSync>
<PresentInterval>1</PresentInterval>
<Adapter>0</Adapter>
<Monitor>0</Monitor>
<DX11_RefreshRateNumerator>60</DX11_RefreshRateNumerator>
<DX11_RefreshRateDenominator>1</DX11_RefreshRateDenominator>
<!-- If you are looking for the SSAA setting this has moved in to Settings.xml in the save directory
** typically: C:\Users\{username}\AppData\Roaming\Frontier Developments\Elite Dangerous\Options\Graphics.
** If this file does not exist you can generate it by entering the graphics options screen in game
** and hitting apply. You can then add <SSAA>X</SSAA> when X is the SSAA amount (1 by default) -->
</Display>
<Threads
RenderThreadStackSize="1048576"
WorkerThreadStackSize="1048576"
NumWorkerThreads="6"
RenderJobQueueSize="10240"
KernelJobQueueSize="10240"
MinSpareCores="0"
OptimiseForPerformance="1"
UseThreadPriorities="0"
PerformanceScaling="1"
/>
<Network
Port="0"
LogFile="netLog"
DatestampLog="1"
>
</Network>
<GameObjects />
</AppConfig>
Its a non stereo, unwarped single display to show people around what you do in game. It work surprisingly well!
Just add:
<StereoExtraDisplay>
<Enabled>true</Enabled>
<Monitor>0</Monitor>
<Width>960</Width>
<Height>1080</Height>
<VSync>false</VSync>
<BehaviourIfStereoRenderDisabled>HideWindow</BehaviourIfStereoRenderDisabled>
</StereoExtraDisplay>
To your C:\Program Files (x86)\Frontier\EDLaunch\Products\FORC-FDEV-D-1002\AppConfig.xml
You can chance the Width and Height to your liking. But it may give you the wrong aspect ratio.
Like this (from my AppConfig.xml file):
<AppConfig>
<StereoExtraDisplay>
<Enabled>true</Enabled>
<Monitor>0</Monitor>
<Width>960</Width>
<Height>1080</Height>
<VSync>false</VSync>
<BehaviourIfStereoRenderDisabled>HideWindow</BehaviourIfStereoRenderDisabled>
</StereoExtraDisplay>
<Display>
<ScreenWidth>1280</ScreenWidth>
<ScreenHeight>720</ScreenHeight>
<FullScreen>false</FullScreen>
<VSync>true</VSync>
<PresentInterval>1</PresentInterval>
<Adapter>0</Adapter>
<Monitor>0</Monitor>
<DX11_RefreshRateNumerator>60</DX11_RefreshRateNumerator>
<DX11_RefreshRateDenominator>1</DX11_RefreshRateDenominator>
<!-- If you are looking for the SSAA setting this has moved in to Settings.xml in the save directory
** typically: C:\Users\{username}\AppData\Roaming\Frontier Developments\Elite Dangerous\Options\Graphics.
** If this file does not exist you can generate it by entering the graphics options screen in game
** and hitting apply. You can then add <SSAA>X</SSAA> when X is the SSAA amount (1 by default) -->
</Display>
<Threads
RenderThreadStackSize="1048576"
WorkerThreadStackSize="1048576"
NumWorkerThreads="6"
RenderJobQueueSize="10240"
KernelJobQueueSize="10240"
MinSpareCores="0"
OptimiseForPerformance="1"
UseThreadPriorities="0"
PerformanceScaling="1"
/>
<Network
Port="0"
LogFile="netLog"
DatestampLog="1"
>
</Network>
<GameObjects />
</AppConfig>
Last edited: