Multi-monitor set-up guide & help (unofficial) in Multi-Display Bugs Posted August 29, 2011 · Edited August 29, 2011 by Warthog_Power Hey guys! My main monitor resolution is 1680x1050 and 2nd Monitor, 1024x768 So I want to use my second monitor as Right MFD (For TPG). I tryed to do something but honestly nothing happens So anyone could help me with this? Many thanks!.. My Conf. _ = function(p) return p; end; name = _('Center and RMFD'); Description = 'For TGP' Viewports = { Center = { x = 0; y = 0; width = 1680; height = 1050; viewDx = 0; viewDy = 0; aspect = 1.6; } } RIGHT_MFCD = { x = 1832; y = 7; width = 755; height = 755; } UIMainView = Viewports.Center
Multi-monitor set-up guide & help (unofficial)
in Multi-Display Bugs
Posted · Edited by Warthog_Power
Hey guys! My main monitor resolution is 1680x1050 and 2nd Monitor, 1024x768 So I want to use my second monitor as Right MFD (For TPG). I tryed to do something but honestly nothing happens So anyone could help me with this? Many thanks!..
My Conf.
_ = function(p) return p; end;
name = _('Center and RMFD');
Description = 'For TGP'
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1680;
height = 1050;
viewDx = 0;
viewDy = 0;
aspect = 1.6;
}
}
RIGHT_MFCD =
{
x = 1832;
y = 7;
width = 755;
height = 755;
}
UIMainView = Viewports.Center