On Wed, 31 Oct 2001, Rich Winkel wrote:

> Since upgrading my freebsd 4.4 system from XFree86 3.3.6 to 4.1, everything
> is much smaller on the screen, despite running at the same resolution
> (1280x1024).  What's going on here???

It sounds as if your Xserver is now using 75dpi fonts instead of 100dpi
(I *think* it is that way around, but I might have got things reversed),
possibly because it is now able to ask the monitor how big your screen is.

If the "Files" section of your config file has these lines:
        FontPath     "/usr/X11R6-v4/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6-v4/lib/X11/fonts/100dpi/"
try reversing then, to put the 100dpi first.

You could also try running "X -dpi 100" (or "startx -- -dpi 100") -
if you run a graphical login you might want to put "X -dpi 100"
into some config file - perhaps /etc/X11/xdm/Xservers

You can also set the screen size (in mm) with the DisplaySize command
in the "Monitor" section of your config file - see "man XF86Config".

-- 
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