Index: doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v retrieving revision 1.180 diff -u -r1.180 chapter.sgml --- doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml 26 Jun 2007 19:36:44 -0000 1.180 +++ doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml 27 Jun 2007 17:34:54 -0000 @@ -306,7 +306,7 @@ implementation for &os;. &xorg; is the X server of the open source X Window System implementation released by the X.Org Foundation. &xorg; is based on the code of - &xfree86 4.4RC2 and X11R6.6. + &xfree86 4.4RC2 and X11R7.2. The version of &xorg; currently available in the &os; Ports Collection is &xorg.version;. @@ -527,7 +527,7 @@ file needs to be installed in a common location where &man.Xorg.1; can find it. This is typically /etc/X11/xorg.conf or - /usr/X11R6/etc/X11/xorg.conf. + /usr/local/etc/X11/xorg.conf. &prompt.root; cp xorg.conf.new /etc/X11/xorg.conf @@ -698,12 +698,12 @@ X server configuration file (/etc/X11/xorg.conf), which reads: - FontPath "/usr/X11R6/lib/X11/fonts/URW/" + FontPath "/usr/local/lib/X11/fonts/URW/" Alternatively, at the command line in the X session run: - &prompt.user; xset fp+ /usr/X11R6/lib/X11/fonts/URW + &prompt.user; xset fp+ /usr/local/lib/X11/fonts/URW &prompt.user; xset fp rehash This will work but will be lost when the X session is closed, @@ -712,7 +712,7 @@ or ~/.xsession when logging in through a graphical login manager like XDM). A third way is to use the new - /usr/X11R6/etc/fonts/local.conf file: see the + /usr/local/etc/fonts/local.conf file: see the section on anti-aliasing. @@ -736,7 +736,7 @@ Load "freetype" Now make a directory for the &truetype; fonts (for example, - /usr/X11R6/lib/X11/fonts/TrueType) + /usr/local/lib/X11/fonts/TrueType) and copy all of the &truetype; fonts into this directory. Keep in mind that &truetype; fonts cannot be directly taken from a &macintosh;; they must be in &unix;/&ms-dos;/&windows; format for use by @@ -749,14 +749,14 @@ Ports Collection as x11-fonts/ttmkfdir. - &prompt.root; cd /usr/X11R6/lib/X11/fonts/TrueType + &prompt.root; cd /usr/local/lib/X11/fonts/TrueType &prompt.root; ttmkfdir -o fonts.dir Now add the &truetype; directory to the font path. This is just the same as described above for Type1 fonts, that is, use - &prompt.user; xset fp+ /usr/X11R6/lib/X11/fonts/TrueType + &prompt.user; xset fp+ /usr/local/lib/X11/fonts/TrueType &prompt.user; xset fp rehash or add a FontPath line to the @@ -796,7 +796,7 @@ Beginning with &xfree86; 4.3.0, all fonts in X11 that are found - in /usr/X11R6/lib/X11/fonts/ and + in /usr/local/lib/X11/fonts/ and ~/.fonts/ are automatically made available for anti-aliasing to Xft-aware applications. Not all applications are Xft-aware, but many have received Xft support. @@ -810,7 +810,7 @@ In order to control which fonts are anti-aliased, or to configure anti-aliasing properties, create (or edit, if it already exists) the file - /usr/X11R6/etc/fonts/local.conf. Several + /usr/local/etc/fonts/local.conf. Several advanced features of the Xft font system can be tuned using this file; this section describes only some simple possibilities. For more details, please see @@ -830,12 +830,12 @@ As previously stated, all fonts in - /usr/X11R6/lib/X11/fonts/ as well as + /usr/local/lib/X11/fonts/ as well as ~/.fonts/ are already made available to Xft-aware applications. If you wish to add another directory outside of these two directory trees, add a line similar to the following to - /usr/X11R6/etc/fonts/local.conf: + /usr/local/etc/fonts/local.conf: <dir>/path/to/my/fonts</dir> @@ -933,11 +933,11 @@ set of default fonts can be found in the x11-fonts/bitstream-vera port. This port will install a - /usr/X11R6/etc/fonts/local.conf file + /usr/local/etc/fonts/local.conf file if one does not exist already. If the file does exist, - the port will create a /usr/X11R6/etc/fonts/local.conf-vera + the port will create a /usr/local/etc/fonts/local.conf-vera file. Merge the contents of this file into - /usr/X11R6/etc/fonts/local.conf, and the + /usr/local/etc/fonts/local.conf, and the Bitstream fonts will automatically replace the default X11 Serif, Sans Serif, and Monospaced fonts. @@ -1039,7 +1039,7 @@ Using XDM The XDM daemon program is - located in /usr/X11R6/bin/xdm. This program + located in /usr/local/bin/xdm. This program can be run at any time as root and it will start managing the X display on the local machine. If XDM is to be run every @@ -1050,7 +1050,7 @@ /etc/ttys file for running the XDM daemon on a virtual terminal: - ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure + ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure By default this entry is disabled; in order to enable it change field 5 from off to @@ -1066,7 +1066,7 @@ Configuring XDM The XDM configuration directory - is located in /usr/X11R6/lib/X11/xdm. In + is located in /usr/local/lib/X11/xdm. In this directory there are several files used to change the behavior and appearance of XDM. Typically these files will