Kenneth W Cochran wrote:

"Regular" xchat 1.8.11 and gaim 0.59.9 look fine. Mozilla built without Xft (-DWITHOUT_XFT) looks ok (menu bar looks good, as with other apps) but not great (displayed text looks "ok" but not very good).

Mozilla uses whatever you have configured in the preferences panel as the font for the menubar IIRC. Try changing your font from serif to sans-serif.


Additionally, you're probably having trouble with the antialiased small text. You might want to try creating a /usr/X11R6/etc/fonts/local.conf
file with the following lines:


<!-- Fontconfig local overrides -->

<match target="pattern">
        <test qual="any" name="size" compare="less_eq">
                <double>12</double>
        </test>
        <edit name="antialias" mode="assign">
                <bool>false</bool>
        </edit>
</match>

And see if that's any easier on your eyes.

--
  \  |_ _|__ __|_ \ __| Jason Andresen        [EMAIL PROTECTED]
 |\/ |  |    |    / _|  Network and Distributed Systems Engineer
_|  _|___|  _| _|_\___| Office: 703-883-7755



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to