Difference between revisions of "Improve Font Rendering"

Fix path to /etc/fonts/local.conf file. Some typo fix. Replace gedit to nano in commands.
imported>Aaditya
imported>FadeMind
(Fix path to /etc/fonts/local.conf file. Some typo fix. Replace gedit to nano in commands.)
Line 7: Line 7:
''1. Create the file /etc/fonts/local.conf''
''1. Create the file /etc/fonts/local.conf''


  sudo gedit /etc/fonts/local.conf
  sudo nano /etc/fonts/local.conf


Paste the following content in the file-
Paste the following content in the file-
Line 30: Line 30:


''2. Create backup a .Xresources file:''
''2. Create backup a .Xresources file:''
  cp .Xresources Xresources.bak
  cp .Xresources .Xresources.bak


If the .Xresources file has not been already created and you get the error -
If the .Xresources file has not been already created and you get the error -
Line 38: Line 38:


''3. Open/Create .Xresources file in text editor:''
''3. Open/Create .Xresources file in text editor:''
  gedit .Xresources
  nano .Xresources


Delete current content(if any),and paste in it:
Delete current content (if any) and paste in it:
  ! Xft settings ---------------------------------------------------------------
  ! Xft settings ---------------------------------------------------------------
  Xft.dpi:        96
  Xft.dpi:        96
Line 56: Line 56:




5.Make sure that ''Anti aliasing is '''On''', and  Hiting is set to '''Slight''''' in System Settings(Appearence).
5.Make sure that ''Anti aliasing is '''On''', and  Hiting is set to '''Slight''''' in System Settings (Appearence).




Anonymous user