|
Mozilla DPI Issues on UnixWhat do I do if fonts look too big or too small in seamonkey ? We have some known issues with dpi settings -- gecko, unlike previous browsers, sets fonts according to the X server's dpi settings. To find out what your server thinks your dpi settings are, run the program xdpyinfo: $ xdpyinfo | grep resolution Check the dimensions in pixels and millimeters and the resolution in dpi. Compare to what you're actually using.
If the values are significantly different, then
your X server is confused about your monitor size.
You can work around that temporarily for mozilla,
by setting an environment variable:
Or you can fix the server's dpi by doing one of the following:
Last modified: April 12, 1999
|
|||||||
Copyright © 1998 The Mozilla Organization. |