Add missing application tags for XFree86, Netscape, Gimp, KDE, GNOME

and XDM
While i'm there, s/config file/configuration file/
This commit is contained in:
Marc Fonvieille 2002-07-15 22:04:47 +00:00
parent c915db4bc7
commit b82dbfc7cb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13630

View file

@ -10,11 +10,11 @@
<sect1>
<title>Synopsis</title>
<para>FreeBSD uses XFree86 to provide users with a powerful
graphical user interface. XFree86 is an open-source
<para>FreeBSD uses <application>XFree86</application> to provide users with a powerful
graphical user interface. <application>XFree86</application> is an open-source
implementation of the X Window System. This chapter
will cover installation and configuration of XFree86 on a
FreeBSD system. For more information on XFree86 and
will cover installation and configuration of <application>XFree86</application> on a
FreeBSD system. For more information on <application>XFree86</application> and
video hardware that it supports, check the <ulink
url="http://www.XFree86.org/">XFree86</ulink> web site.</para>
@ -24,10 +24,10 @@
<para>The various components of the X window system, and how they
interoperate.</para>
</listitem>
<listitem><para>How to install and configure XFree86.</para></listitem>
<listitem><para>How to install and configure <application>XFree86</application>.</para></listitem>
<listitem><para>How to install and use different window managers.</para></listitem>
<listitem><para>How to use TrueType fonts in XFree86.</para></listitem>
<listitem><para>How to setup your system for graphical logins (XDM).</para></listitem>
<listitem><para>How to use TrueType fonts in <application>XFree86</application>.</para></listitem>
<listitem><para>How to setup your system for graphical logins (<appliaction>XDM</application>).</para></listitem>
</itemizedlist>
<para>Before reading this chapter, you should:</para>
@ -256,9 +256,9 @@
<sect1 id="x-install">
<title>Installing XFree86</title>
<para>Before installing XFree86, decide on which version to
<para>Before installing <application>XFree86</application>, decide on which version to
run. <application>XFree86 3.X</application> is a maintenance
branch of XFree86 development. It is very stable, and it
branch of <application>XFree86</application> development. It is very stable, and it
supports a huge number of graphics cards. However, no new
development is being done on the software. <application>XFree86
4.X</application> is a complete redesign of the system with many
@ -271,10 +271,10 @@
version of the X Window System on FreeBSD.</para>
<para>The FreeBSD setup program offers users the opportunity to install
and configure XFree86 4.X during installation (covered in
and configure <application>XFree86 4.X</application> during installation (covered in
<xref linkend="x-server">). To install and run
<application>XFree86 3.X</application>, wait until after the base
FreeBSD system is installed, and then install XFree86. For example,
FreeBSD system is installed, and then install <application>XFree86</application>. For example,
to build and install <application>XFree86 3.X</application> from the
ports collection:</para>
@ -290,7 +290,7 @@
<application>XFree86 4.X</application>.</para>
<para>The rest of this chapter will explain how to configure
XFree86, and how to setup a productive desktop environment.</para>
<application>XFree86</application>, and how to setup a productive desktop environment.</para>
<!-- Easiest way is from sysinstall for XFree86 4.X -->
@ -511,11 +511,11 @@ EndSection</programlisting>
<para>This will allow configuration of the hardware as any other
graphics board.</para>
<para>If you are using XFree86 4.1.0 (or later) and messages
<para>If you are using <application>XFree86 4.1.0</application> (or later) and messages
about unresolved symbols like
<literal>fbPictureInit</literal> appear, try adding the
following line after <literal>Driver "i810"</literal> in the
XFree86 config file:</para>
<application>XFree86</application> configuration file:</para>
<programlisting>Option "NoDDC"</programlisting>
</sect3>
</sect2>
@ -538,7 +538,7 @@ EndSection</programlisting>
<para>The default fonts that ship with
<application>XFree86</application> are less than ideal for typical
desktop publishing applications. Large presentation fonts show up
jagged and unprofessional looking, and small fonts in Netscape are
jagged and unprofessional looking, and small fonts in <application>Netscape</application> are
almost completely unintelligible. However, there are several
free, high quality Type1 (PostScript) fonts available which
can be readily used
@ -549,7 +549,7 @@ EndSection</programlisting>
Helvetica, Palatino and others). The Freefont collection
(<filename role="package">x11-fonts/freefont</filename>) includes
many more fonts, but most of them are intended for use in
graphics software such as the Gimp, and are not complete
graphics software such as the <application>Gimp</application>, and are not complete
enough to serve as screen fonts. In addition,
<application>XFree86</application> can be configured to use
TrueType fonts with a minimum of effort: see the
@ -1095,9 +1095,9 @@ DisplayManager.requestPort: 0</screen>
<title>Anti-aliased fonts with GNOME</title>
<para>While anti-aliased fonts made their first appearance on
XFree86 desktops in the KDE environment and are supported
<application>XFree86</application> desktops in the <application>KDE</application> environment and are supported
there in the standard installation, it is also possible to
use them with gtk applications such as the GNOME
use them with gtk applications such as the <application>GNOME</application>
environment. The most straightforward way is probably by
using the <application>libgdkxft</application> library, in
the <filename role="package">x11/gdkxft</filename> port. After installing this