Actually specify the correct variable name to use to enable anti-aliased

fonts.

Submitted by:	James Earl <mtntrip@yahoo.com>
This commit is contained in:
Joe Marcus Clarke 2002-07-07 03:25:39 +00:00
parent be622a1178
commit 8daa6f1bb4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13574

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.1 2002/07/06 02:48:02 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -314,7 +314,7 @@ Load "type1"
</pre> </pre>
<p>Then, simply set the environment variable <p>Then, simply set the environment variable
<tt>USE_GDK_XFT</tt> to 1 before starting GNOME. <tt>GDK_USE_XFT</tt> to 1 before starting GNOME.
If you use gdm, you can add it to your <tt>~/.gnomerc</tt> If you use gdm, you can add it to your <tt>~/.gnomerc</tt>
file (make sure this file is executable!). If you use startx, file (make sure this file is executable!). If you use startx,
then add it to your <tt>~/.xinitrc</tt> file.</p> then add it to your <tt>~/.xinitrc</tt> file.</p>