Problème de Triple écran
Publié : ven. déc. 15, 2023 5:16 pm
Bonjour à tous,
J'essaie de configurer mon triple écrans avec DCS.
Voici ma config:
Ecran gauche : 1920x1080 24"
Ecran centrale (principale): 2560x1440 32"
Ecran droite : 1920x1080 24"
J'ai renseigné ça dans le LUA:
Viewports =
{
Left =
{
x = 0;
y = 155;
width = 1920;
height = 1080;
viewDx = -1;
viewDy = 0;
aspect = 1.77;
},
Center =
{
x = 1920;
y = 0;
width = 2560;
height = 1440;
viewDx = 0;
viewDy = 0;
aspect = 1.77;
},
Right =
{
x = 4480;
y = 155;
width = 1920;
height = 1080;
viewDx = 1;
viewDy = 0;
aspect = 1.77;
}
}
UIMainView =
{
x = 1920;
y = 0;
width = 2560;
height = 1440;
}
GU_MAIN_VIEWPORT =
{
x = 1920;
y = 0;
width = 2560;
height = 1440;
}
Mais dans le simu, ça donne ça:
Avec ce gros décallage entre les écrans !!!
Il y a comme un effet de dézoom sur les écrans satellites.
Quelqu'un d'entre vous saurais pourquoi, svp ????
Merci
J'essaie de configurer mon triple écrans avec DCS.
Voici ma config:
Ecran gauche : 1920x1080 24"
Ecran centrale (principale): 2560x1440 32"
Ecran droite : 1920x1080 24"
J'ai renseigné ça dans le LUA:
Viewports =
{
Left =
{
x = 0;
y = 155;
width = 1920;
height = 1080;
viewDx = -1;
viewDy = 0;
aspect = 1.77;
},
Center =
{
x = 1920;
y = 0;
width = 2560;
height = 1440;
viewDx = 0;
viewDy = 0;
aspect = 1.77;
},
Right =
{
x = 4480;
y = 155;
width = 1920;
height = 1080;
viewDx = 1;
viewDy = 0;
aspect = 1.77;
}
}
UIMainView =
{
x = 1920;
y = 0;
width = 2560;
height = 1440;
}
GU_MAIN_VIEWPORT =
{
x = 1920;
y = 0;
width = 2560;
height = 1440;
}
Mais dans le simu, ça donne ça:
Avec ce gros décallage entre les écrans !!!
Il y a comme un effet de dézoom sur les écrans satellites.
Quelqu'un d'entre vous saurais pourquoi, svp ????
Merci