Fedora – Improve the font rendering in Fedora

fedorafonts

I was using Ubuntu and recently moved to Fedora 15 with Gnome 3. I am not at all impressed with the subpixel smoothing and fonts in Fedora. How do I improve the readability and quality?

Best Answer

I know this is an old question but I just found a suitable answer.

$ gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing rgba 

This renders all fonts so much nicer.

To apply the same to the GDM:

$ xhost +SI:localuser:gdm 
$ sudo -u gdm gsettings set org.gnome.settings-daemon.plugins.xsettings antialiasing rgba

Screenshot as requested: Comparison between font rendering techniques used by Xserver

Take note that the difference is more vidible on the actual display. Extra reading and explanation.

Related Question