On 6/12/06, Simon Geard <[EMAIL PROTECTED]> wrote:
On Sun, 2006-06-11 at 12:05 +0000, Tasos Drosopoulos wrote:
> Simon, could you please advise re what option enables sub-pixel
> antialiasing?
Running Gnome, it's an option from the font config panel. I'd guess it
can also be done via fontconfig settings files, but that's the way I
know.
This wouldn't affect how X works at all, but here's the relevant
Fontconfig configuration to make it happen. You could put this in
~/.fonts.conf or /etc/fonts/local.conf.
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- conf.d/sub-pixel.conf -->
<fontconfig>
<!-- Enable sub-pixel rendering -->
<match target="font">
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
</fontconfig>
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page