Nercroscope, thanks for help, i actually use this:
= function(p) return p; end;
name = _('3DMAD');
Description = '3DMAD CONFIG';
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1280;
height = 1024;
viewDx = 0;
viewDy = 0;
aspect = 1.25;
}
}
LEFT_MFCD =
{
x = 1280;
y = 220;
width = 640;
height = 640;
}
RIGHT_MFCD =
{
x = 1920;
y = 220;
width = 640;
height = 640;
}
UIMainView = Viewports.Center
If i try to change to this for example:
Center =
{
x = 0;
y = 0;
width = 1920;
height = 1080
viewDx = 0;
viewDy = 0;
aspect = 1.77;
The 1st monitor stretches and display on a part of the 2nd monitor maybe because in the desktop options ATI Eyefinity configures it to 2x1 monitor 1280x1024 with 2560x1024. Can you give some directions? Thank you.