Hello Steven, I had a similar problem, and it turned out that my .fonts.conf was messing with me. See if you can solve the problem by fiddling with it. I have attatched my working .fonts.conf. It could be useful to see if the bad looking fonts apply to all users on your system. Try opening kcontrol as root, set it to use antialiasing, and see if it applies to apps that have been started as root. Good luck Sam
<?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font" > <edit mode="assign" name="rgba" > <const>none</const> </edit> </match> <match target="font" > <edit mode="assign" name="hinting" > <bool>true</bool> </edit> </match> <match target="font" > <edit mode="assign" name="hintstyle" > <const>hintmedium</const> </edit> </match> <match target="font" > <edit mode="assign" name="antialias" > <bool>true</bool> </edit> </match> </fontconfig>
___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.