summaryrefslogtreecommitdiff
path: root/fonts.conf.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-10-03 22:06:27 +0000
committerKeith Packard <keithp@keithp.com>2002-10-03 22:06:27 +0000
commit0ce819b6096ae852a1979fa6ebb3e29260848007 (patch)
tree585e9d3544e89de1a89f0059b7311b4b319de60c /fonts.conf.in
parent0d5af2ef2d9785efc29c909bc11f483069192c95 (diff)
Change comments a bit in fonts.conf.in
Diffstat (limited to 'fonts.conf.in')
-rw-r--r--fonts.conf.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/fonts.conf.in b/fonts.conf.in
index c697706..f230ff1 100644
--- a/fonts.conf.in
+++ b/fonts.conf.in
@@ -11,6 +11,10 @@
changes to fonts@xfree86.org so that future releases can include
such changes.
+ Note that the normal 'make install' procedure for XFree86 is to
+ replace any existing fonts.conf file with the new version. Place
+ any local customizations in local.conf which this file references.
+
Keith Packard
-->
@@ -29,6 +33,9 @@
<!--
Enable sub-pixel rendering
<match target="font">
+ <test qual="all" name="rgba">
+ <const>unknown</const>
+ </test>
<edit name="rgba" mode="assign"><const>rgb</const></edit>
</match>
-->