Skip to content

Instantly share code, notes, and snippets.

@SinisterLight
Created October 3, 2013 09:00
Show Gist options
  • Save SinisterLight/6807230 to your computer and use it in GitHub Desktop.
Save SinisterLight/6807230 to your computer and use it in GitHub Desktop.
Changing Fedora font rendering to be Ubuntu like
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