| The only time you should use 1280x1024 is if it is the native
| resolution of an LCD monitor. If you are using a CRT monitor, do not
| use 1280x1024. Why?
|
| Monitors have something called an aspect ratio. This is the ratio
| between the horizontal and vertical dimensions of the monitor, and
| determines whether the monitor is more square-shaped or more
| rectangular. Virtually all CRT monitors and many LCD monitors have a
| 4:3 aspect ratio, which means if you divide the horizontal size by the
| vertical size, you will get (roughly) 4/3, or 1.333333333… repeating.
|
| Screen resolutions also have their own aspect ratio, which is
| independent of the aspect ratio of the monitor. Fortunately, most
| popular resolutions (800x600, 1024x768, 1152x864, 1600x1200, etc.) are
| also a 4:3 aspect ratio, so when you display them on a 4:3 monitor,
| everything looks normal. Here is the problem: 1280x1024 is not a 4:3
| resolution. It is, in fact, 5:4. Thus, if you use 1280x1024 on a
| normal 4:3 ratio monitor (most CRTs are 4:3), everything will be
| squished vertically because the aspect ratios are different. There is
| no way around this; if your monitor is 4:3, the resolution you want is
| 1280x960, not 1280x1024.
|
| Of course, it’s more complicated than this. Many new LCD monitors have
| a native resolution of 1280x1024. This means that the monitor itself
| is now a 5:4 ratio, so regular resolutions will be wrong. 800x600,
| 1024x768, 1152x864, 1600x1200, none of these will display properly.
| Confusing things even more, there are now widescreen monitors, which
| are completely different from both 4:3 and 5:4.
Understood. But now for the big question. When the accepted aspect ratio for
computer monitors was already 4:3, WHY would LCD monitors come along at 5:4?
Didn't anybody know how to make them 4:3 because of technical limitations? Or
did somebody suddenly decide that 5:4 was better? Most computer graphics were
constructed for 4:3 monitors then, and I suspect that most still are.
So far most of the answers to the 1280 x 1024 question have basically been
"Because that's the way things are." I'd really like to know WHY things are
that way.
Something tells me I may have to keep wondering...
Larc
§§§ - Change planet to earth to reply by email - §§§