Thread: 3 displays ?
View Single Post
  #4  
Old 11-09-2012, 02:20 AM
Hunden Hunden is offline
Approved Member
 
Join Date: Apr 2010
Location: with your girl friend
Posts: 376
Default

All 3 of my screens are 1920x1080 native resolution but I dont use those resolutions. I have changed my 2 outer screens to 1152x864 and my center screen to 1440x900 when you add up 1152+1152+1440=3744. Add up your width dimensions first and the divide it by 4 (example 3744 divided 4 =936) 936 will now be my height even tho it is different than my screen resolutions height. The total width of all 3 screens must be added together first and then figure your height after. If your using 3 screens at 1920x1080 you would have 1920x3=5760 divded by 4 = 1440. Your config.ini would now look like this:
[window]
width=5760
height=1440
ColourBits=32
DepthBits=24
StencilBits=8
ChangeScreenRes=0
FullScreen=1
DrawIfNotFocused=0
EnableResize=0
EnableClose=1
SaveAspect=1
Use3Renders=1

The problem with this is your height resolution on your screen is 1080 and now you have lost a good portion of your view. This is the only way I have gotten this to work.

DO NOT MULTIPLY YOUR HEIGHT BY 4 TO GET YOUR WIDTH , DIVIDE YOUR TOTAL WIDTH MEANING ALL 3 SCREENS ADDED TOGETHER, THEN DIVIDE THAT NUMBER BY 4 AND THAT NUMBER WILL NOW BE YOUR HEIGHT AND iM PREETY SURE IT WILL NOT BE 1080

Last edited by Hunden; 11-09-2012 at 02:27 AM.
Reply With Quote