Aspect Ratio
Posted: Sat Oct 27, 2007 6:34 pm
Hey guys,
I have a 24" Acer AL2416W monitor with 16:10 aspect ratio set to 1920x1200
Lomac is also set to 1920x1200, however the cockpit and hud are stretched.
Can anyone tell me the figure to pump into the graphics.cfg file
This is current:
I've changed the figure to 2.33384 which I got from an aspect ratio calculator but it's stretched even more.
Thanks for your help.
I have a 24" Acer AL2416W monitor with 16:10 aspect ratio set to 1920x1200
Lomac is also set to 1920x1200, however the cockpit and hud are stretched.
Can anyone tell me the figure to pump into the graphics.cfg file
This is current:
Code: Select all
DisplayMode
{
resolution = {1920, 1200};
bpp = 32;
fullscreen = 1;
aspect = 1.333333373;
Interface
{
resolution = {1920, 1200};
bpp = 32;
fullscreen = 1;
aspect = 1.333333373;
}
Simulation
{
resolution = {1920, 1200};
bpp = 32;
fullscreen = 1;
aspect = 1.333333373;
}
AVI
{
resolution = {640, 480};
fullscreen = 0;
aspect = 1.3333;
}
Thanks for your help.