Guest User

Untitled

a guest
Mar 27th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. -Creating an Infinality-like font configuration for Arch-
  2.  
  3. From a clean slate on Arch we can now create a similar font configuration to the infinality-bundle's without having to use the patched packages. It is now possible to easily get great-looking results with the default interpreter.
  4.  
  5. 1. Create the following symlinks to instruct freetype2 to use good-looking rendering defaults
  6. [code]sudo ln -s /etc/fonts/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d[/code]
  7. [code]sudo ln -s /etc/fonts/conf.avail/10-sub-pixel-rgb.conf /etc/fonts/conf.d[/code]
  8.  
  9. 2. Modify (or create) [code]/etc/fonts/local.conf[/code] to contain these contents: https://pastebin.com/rnDtdzt5
  10.  
  11. 3. At this point your fonts should look pretty good but we can do even better by making sure that we have all fonts on the system that were defined as substitutions earlier. To do this we need to install the packages [code]fonts-meta-extended-lt[/code] and [code]fonts-meta-base[/code] from the AUR which will build the rest of the fonts required.
  12.  
  13. After having done all this, restarting the X-server by logging out and back in should apply all changes.
  14.  
  15. -Screenshots-
  16. Linux - Wikipedia: http://i.imgur.com/SM1gH6p.png
  17. Github - http://i.imgur.com/P6ZFvJn.png
  18. Arch website - http://i.imgur.com/NgXzDTA.png
Add Comment
Please, Sign In to add comment