- Remove section on anti-aliasing in GNOME, these days it's on by default,

no need to configure anything manually
This commit is contained in:
Pav Lucistnik 2009-12-14 15:51:08 +00:00
parent 1df2157ad4
commit 54f0061df9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35063

View file

@ -1462,32 +1462,6 @@ DisplayManager.requestPort: 0</screen>
explains how to do this for <application>kdm</application>, the
display manager of <application>KDE</application>.</para>
</sect3>
<sect3 id="x11-wm-gnome-antialias">
<title>Anti-aliased Fonts with GNOME</title>
<indexterm><primary>GNOME</primary>
<secondary>anti-aliased fonts</secondary></indexterm>
<para>X11
supports anti-aliasing via its <quote>RENDER</quote> extension.
GTK+ 2.0 and greater (the toolkit used by
<application>GNOME</application>) can make use of this
functionality. Configuring anti-aliasing is described in
<xref linkend="antialias">. So, with up-to-date software,
anti-aliasing is possible within the
<application>GNOME</application> desktop. Just go to
<menuchoice>
<guimenu>Applications</guimenu>
<guisubmenu>Desktop Preferences</guisubmenu>
<guimenuitem>Font</guimenuitem></menuchoice>, and select either
<guibutton>Best shapes</guibutton>,
<guibutton>Best contrast</guibutton>, or
<guibutton>Subpixel smoothing (LCDs)</guibutton>. For a
GTK+ application that is not part of the
<application>GNOME</application> desktop, set the
environment variable <varname>GDK_USE_XFT</varname> to
<literal>1</literal> before launching the program.</para>
</sect3>
</sect2>
<sect2 id="x11-wm-kde">