You are not logged in.

#1 2009-07-16 20:33:30

blodorn
Member
Registered: 2009-07-13
Posts: 29

[SOLVED]how to disable all antialiasing

I am using openbox, xfce4-panel, firefox. How can I disable all antialiasing of fonts on my computer? I know I can change in the .Xdefaults to make urxvt not antialiased, and i'm sure some other applicaiton specific settings but am looking for a system wide solution.

Last edited by blodorn (2009-07-20 03:00:10)

Offline

#2 2009-07-19 09:01:28

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: [SOLVED]how to disable all antialiasing

Use ~/.fonts.conf

Offline

#3 2009-07-19 20:52:55

blodorn
Member
Registered: 2009-07-13
Posts: 29

Re: [SOLVED]how to disable all antialiasing

Thank you, I added this to ~/.fonts.conf and everything is great now.

<match target="font">
  <edit name="antialias" mode="assign">
   <bool>false</bool>
  </edit>
 </match>

Offline

Board footer

Powered by FluxBB