|
Lines 733-738
Link Here
|
| 733 |
files. To do this, add a last line:</para> |
733 |
files. To do this, add a last line:</para> |
| 734 |
|
734 |
|
| 735 |
<programlisting>includeif "~/.xftconfig"</programlisting> |
735 |
<programlisting>includeif "~/.xftconfig"</programlisting> |
|
|
736 |
|
| 737 |
<para>One last point: if you are using an LCD screen, you may |
| 738 |
want to enable sub-pixel sampling. This basically treats the |
| 739 |
(horizontally separated) red, green and blue components |
| 740 |
separately to improve the horizontal resolution; the results can |
| 741 |
be dramatic. To enable this, add the line somewhere in your |
| 742 |
XftConfig file</para> |
| 743 |
|
| 744 |
<programlisting>match edit rgba=rgb;</programlisting> |
| 745 |
|
| 746 |
<para>(depending on what sort of display you have, you may |
| 747 |
need to change that last word from ``rgb'' to ``bgr'', ``vrgb'' |
| 748 |
or ``vbgr'': experiment and see which works best.)</para> |
| 749 |
|
| 736 |
|
750 |
|
| 737 |
<para>That's all; anti-aliasing should be enabled the next |
751 |
<para>That's all; anti-aliasing should be enabled the next |
| 738 |
time you start the X server. However, note that your programs must |
752 |
time you start the X server. However, note that your programs must |