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:
parent
be622a1178
commit
8daa6f1bb4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13574
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!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 % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -314,7 +314,7 @@ Load "type1"
|
|||
</pre>
|
||||
|
||||
<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>
|
||||
file (make sure this file is executable!). If you use startx,
|
||||
then add it to your <tt>~/.xinitrc</tt> file.</p>
|
||||
|
|
Loading…
Reference in a new issue