I've achieved a minor success in getting anti-aliasing to work with the TrueType fonts in my Windows partition. My setup is X4.1.0 and KDE 2.1.1/2 under SuSE 7.1. Here's what I did: 1. In my /etc/X11/XF86Config file, I added at the very beginning of the font list in the Files section: FontPath "/win_c/windows/fonts" 2. Under Linux I went to the Windows font directory and did ttmkfdir. 3. In the configuration file /usr/X11R6/lib/X11/XftConfig I added a reference to the Windows font directory, like this: dir "/usr/X11R6/lib/X11/fonts/Type1" dir "/usr/X11R6/lib/X11/fonts/truetype" dir "/win_c/windows/fonts" 4. Under the Style section in the KDE Control Center, Look& Feel, I turned on anti-aliasing. I didn't have to weed out the Windows font directory, copy fonts elsewhere, transform names to lowercase, or go through any similar gymnastics. Paul