how to disable antialias font in x window

Hi,
I have tried several things such as:
$ rxvt -fn 'xft:antialias=false,-misc-fixed-medium-r-normal-*-12-140-*-*-c-*-iso8859-15'
or create:
/etc/fonts/local.conf and place:
<match target="font"> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match>
inside the file.
It still does not work.
Is there other workaround?
Chaitat Piriyasatit
... waking up to pee and see whats up online

On Wed, 31 Dec 2008 01:56:25 +0700, Chaitat Piriyastit wrote:
or create:
/etc/fonts/local.conf and place:
<match target="font"> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match>
inside the file.
It still does not work.
Check out how to do antialias: http://xpt.sourceforge.net/techdocs/nix/x/fonts/xf22- FontLocalConfiguration/
it works for me.
Teilnehmer (2)
-
Chaitat Piriyastit
-
T o n g