On Thu, 10 Oct 2002, Bill Schoolcraft wrote:

> Hello Family,
> 
> In configuring a FreeBSD-4.6.2 box I ran "X -configure" and got a file
> that worked but the resolution was a bit too high for me and when I
> viewed the XF86Config file I saw in the Display line:
> 
> #DisplaySize 300 230 # mm
> 
> And the man page said it was in milimeters. How would one just convert
> 1024x768 to mm if that's the default this server is using ? I recall
> this being in pixels before.

The default is to use 75 dpi fonts, so

1024 pixels     
-----------  =  13.6533 inches = 13.6533 * 25.4 mm = 346.7946 mm
75 dots / in 

768 pixels @ 75dpi = 260.096 mm

Or if you have a more precise screen you man be using the 100dpi fonts: 
1024x768 @ 100dpi = 260.604 x 195.072 mm

---
Your DisplaySize line starts with "#", so probably isn't actually being 
used.

-- 
Dr. Andrew C. Aitchison         Computer Officer, DPMMS, Cambridge
[EMAIL PROTECTED]   http://www.dpmms.cam.ac.uk/~werdna

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to