From b82dbfc7cb2e1d2e991a88f36b09401144b243cd Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Mon, 15 Jul 2002 22:04:47 +0000 Subject: [PATCH] Add missing application tags for XFree86, Netscape, Gimp, KDE, GNOME and XDM While i'm there, s/config file/configuration file/ --- .../books/handbook/x11/chapter.sgml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml index bc47b07055..47b6872dd6 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml @@ -10,11 +10,11 @@ Synopsis - FreeBSD uses XFree86 to provide users with a powerful - graphical user interface. XFree86 is an open-source + FreeBSD uses XFree86 to provide users with a powerful + graphical user interface. XFree86 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 XFree86 on a + FreeBSD system. For more information on XFree86 and video hardware that it supports, check the XFree86 web site. @@ -24,10 +24,10 @@ The various components of the X window system, and how they interoperate. - How to install and configure XFree86. + How to install and configure XFree86. How to install and use different window managers. - How to use TrueType fonts in XFree86. - How to setup your system for graphical logins (XDM). + How to use TrueType fonts in XFree86. + How to setup your system for graphical logins (XDM). Before reading this chapter, you should: @@ -256,9 +256,9 @@ Installing XFree86 - Before installing XFree86, decide on which version to + Before installing XFree86, decide on which version to run. XFree86 3.X is a maintenance - branch of XFree86 development. It is very stable, and it + branch of XFree86 development. It is very stable, and it supports a huge number of graphics cards. However, no new development is being done on the software. XFree86 4.X is a complete redesign of the system with many @@ -271,10 +271,10 @@ version of the X Window System on FreeBSD. The FreeBSD setup program offers users the opportunity to install - and configure XFree86 4.X during installation (covered in + and configure XFree86 4.X during installation (covered in ). To install and run XFree86 3.X, wait until after the base - FreeBSD system is installed, and then install XFree86. For example, + FreeBSD system is installed, and then install XFree86. For example, to build and install XFree86 3.X from the ports collection: @@ -290,7 +290,7 @@ XFree86 4.X. The rest of this chapter will explain how to configure - XFree86, and how to setup a productive desktop environment. + XFree86, and how to setup a productive desktop environment. @@ -511,11 +511,11 @@ EndSection This will allow configuration of the hardware as any other graphics board. - If you are using XFree86 4.1.0 (or later) and messages + If you are using XFree86 4.1.0 (or later) and messages about unresolved symbols like fbPictureInit appear, try adding the following line after Driver "i810" in the - XFree86 config file: + XFree86 configuration file: Option "NoDDC" @@ -538,7 +538,7 @@ EndSection The default fonts that ship with XFree86 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 Netscape 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 Helvetica, Palatino and others). The Freefont collection (x11-fonts/freefont) 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 Gimp, and are not complete enough to serve as screen fonts. In addition, XFree86 can be configured to use TrueType fonts with a minimum of effort: see the @@ -1095,9 +1095,9 @@ DisplayManager.requestPort: 0 Anti-aliased fonts with GNOME While anti-aliased fonts made their first appearance on - XFree86 desktops in the KDE environment and are supported + XFree86 desktops in the KDE 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 GNOME environment. The most straightforward way is probably by using the libgdkxft library, in the x11/gdkxft port. After installing this