FOV Adjustments for TripleHead Setups

James Young · August 1, 2012

Many games appear to do horrible things with the viewport when you are using a display with a strange aspect ratio - such as a triple head setup.  The aspect ratio of my setup is 48:9, which plays merry hell with viewports in flight sims that are designed to look ‘normal’ with a 16:9 setup.  The usual result is that views are horrendously thin vertically.

Anyway, I did some trigonometry (which is probably a bit broken) and came out with a formula that lets you convert a FOV figure that’s intended for a normal aspect ratio and convert it to an FOV that’s appropriate for a triplehead setup.

\displaystyle \theta = 2 \tan ^{-1} ( 3 \tan \frac{\alpha}{2} )
Where
\alpha = original FOV
\theta = new FOV

Using this, the result that you get is the ‘original’ view, instead of being spread horizontally across three monitors and then the vertical component being hopelessly thin will be spread across only the center monitor.  This means that you’ll see extra stuff on the left and right that wouldn’t have been in that viewport normally, but the vertical view will be normal.

Doing this in something like A-10 with the left and right MFCD’s works great - the MFCD appears on the central monitor and pretty well fills it, which is what you’d expect.  Without adjusting FOV, you just get about 1/3 of the MFCD into the display.

A conversion chart appears below for those who don’t want to do math;

FOV Conversion Chart
Standard FOV Triplehead FOV
20 55.76
30 77.59
40 95.03
50 108.88
60 120.00
70 129.09
75 133.04
80 136.67
90 143.13
100 148.75
110 153.72
120 158.21
130 162.33
140 166.16

75 degrees is included here because that’s the default FOV for a lot of the DCS simulations.  The triplehead FOV of this (133 degrees) winds up being very close to the value that I figured out by eyeballing it (which was 135 degrees), so I’m fairly happy this is accurate.

Twitter, Facebook