On Wed, 24 Dec 2008 16:22:40 -0500, "Aryeh M. Friedman" 
<aryeh.fried...@gmail.com> wrote:
> Polytropon wrote:
> > Check the DPI settings from your monitor and if they match the
> > settings in xorg.conf. Some programs calculate font sizes
> > according to these values.
> >   
> How do I check that...

Eventually there's a setting in /etc/X11/xorg.conf called
"DisplaySize" that does not match the display size of the
monitor. Take a ruler and check. Then, calculate the dpi
resolution from what the manufacturer says about the amount
of pixels in X and Y (e. g. "1200x800").

                   physical pixels x
        dpi(x) = ---------------------
                 display width in inch

and

                   physical pixels y
        dpi(y) = ----------------------
                 display height in inch

The dpi resolution chosen by the X server can be determined
by

        % grep DPI /var/log/Xorg.0.log

This should match the reality.



> btw your name seems familar ever use a public
> access freebsd machine called m-net?

No, must be somebody else. Name is from Homer's Illias. And,
no, it's not Homer Simpson. :-)



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to