Created
October 3, 2013 09:00
-
-
Save SinisterLight/6807230 to your computer and use it in GitHub Desktop.
Changing Fedora font rendering to be Ubuntu like
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
su -c "yum install freetype-freeworld" | |
gsettings "set" "org.gnome.settings-daemon.plugins.xsettings" "hinting" "slight" | |
gsettings "set" "org.gnome.settings-daemon.plugins.xsettings" "antialiasing" "rgba" | |
echo "Xft.lcdfilter: lcddefault" > ~/.Xresources | |
#reboot | |
#xrdb -query | |
#Xft.antialias: 1 | |
#Xft.dpi: 96 | |
#Xft.hinting: 1 | |
#Xft.hintstyle: hintslight | |
#Xft.lcdfilter: lcddefault | |
#Xft.rgba: rgb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment