|
|
This document is available in: English Castellano Deutsch Francais Italiano Nederlands Turkce Polish |
by Guido Socher (homepage) About the author: Guido has still a few tips he can post here but
not in unlimited numbers.
If you like this one or any previous tip and you have also
some ideas for tips that could be useful then send them to me
in an e-mail. They will be posted here under your name. A picture of you
does not have to be included. It is optional.
|
LF Tip: Switching off font anti-aliasingAbstract:
This is a small tip. From now on LinuxFocus will have at least one new tip every month.
If you have some ideas for a new tip
then send them to guido(Q)linuxfocus.org |
#csh: setenv GDK_USE_XFT 0 #bash export GDK_USE_XFT=0and for Qt based applications this can be done with:
#csh: setenv QT_XFT 0 #bash export QT_XFT=0KDE based Qt applications overwrite this unfortunately and you have to use the KDE control center (see below) even if you do not run KDE.
match any family == "lucida" edit antialias = false;
match any size < 15 edit antialias = false;Be aware that some distributions generate and overwrite this XftConfig file (look at modification time of the file). Hopefully this file has then a line like 'includeif "~/.xftconfig"' in which case you can add you personal modifications to ~/.xftconfig in your home directory.
Webpages maintained by the LinuxFocus Editor team
© Guido Socher "some rights reserved" see linuxfocus.org/license/ http://www.LinuxFocus.org |
Translation information:
|
2005-01-14, generated by lfparser version 2.52