On 6/28/06, James <[EMAIL PROTECTED]> wrote:
 Very nice! However, where does one find some sort of matix listing of screen
screen sizes, aspect ratios and the corresponding dimentions in mm ?

Why do you need a matrix?  Just measure and enter the actual
dimensions of your display.
Or if you want a specific DPI, do the math.  For example, for
1280x1024 at 100dpi:

width = 1280pix / 100pix/in -> 12.8in * 25.4mm/in -> 325mm
height = 1024pix / 100pix/in -> 10.24in * 25.4mm/in -> 260mm

So the dimensions should be 325x260.

-Richard
--
gentoo-user@gentoo.org mailing list

Reply via email to