William Winslow wrote:
> 
> I found that by changing a few values in my font config file made a
> formidable difference.  Below is my settings.  The file exist at
> /etc/X11/fs/config.
> 
> Note that I changed the line under catalogue to
> /usr/X11R6/lib/X11/fonts to '125dpi' and the line below it to
> '100dpi'. I then changed the # 100 x 100 and 75 x 75 section to read
> 'default-resolutions = 125,125,100,100'
> 
> ...bill
> 
> catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
>         /usr/X11R6/lib/X11/fonts/125dpi:unscaled,

Do you _really_ have a 125dpi directory filled with fonts?  If not, this
line is being silently ignored.

> # in 12 points, decipoints
> default-point-size = 125
> 
> # 100 x 100 and 75 x 75
> default-resolutions = 125,125,100,100

THIS is the line that's causing the difference that you're seeing.  It's
causing the font server to realize that the display is not 75dpi but is
instead 125dpi, which is probably closer to reality.

You may also want to try using 'startx -- -dpi 125' from the command
line.  That will inform the X server that you don't want 75 dpi also.

-- 
Steve Philp
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]

Reply via email to