поставил арч, поставил гном, настраиваю. мой /etc/fonts/local.conf (или же ~/.fonts.conf):
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</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>
<dir>~/.fonts</dir>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
</fontconfig>
скриншот, что же получается: http://s016.radikal.ru/i334/1010/31/474465ed4402.png в kde или просто qt приложениях сглаживание красивое, а во всех гтк приложениях - нет.
через gnome-appearance-properties тоже не получается сделать так. в ~/.Xresources писал
Xft.dpi: 96.0
Xft.hinting: true
Xft.hintstyle: hintmedium
Xft.antialias: true
Xft.rgba: rgb
что этому гному не нравится? хочу везде сглаживание, как в qt.