Index: en_US.ISO8859-1/articles/compiz-fusion/article.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/articles/compiz-fusion/article.sgml,v --- en_US.ISO8859-1/articles/compiz-fusion/article.sgml 15 Jun 2008 15:58:38 -0000 1.6 +++ en_US.ISO8859-1/articles/compiz-fusion/article.sgml 1 Mar 2011 10:44:02 -0000 @@ -176,7 +176,7 @@ the proprietary driver: Find the following line in - /etc/X11/xorg.conf: + /usr/local/etc/X11/xorg.conf: Driver "nv" @@ -196,7 +196,7 @@ x11/nvidia-xconfig and x11/nvidia-settings ports. The former can assist you in writing settings to - /etc/X11/xorg.conf from the command line, and + /usr/local/etc/X11/xorg.conf from the command line, and the latter will allow you to modify screen settings from a GUI while running the &xorg; system. @@ -208,7 +208,7 @@ Before you install and run Compiz Fusion, you need to add a few - settings to /etc/X11/xorg.conf: + settings to /usr/local/etc/X11/xorg.conf: Add the following section to enable composite effects: @@ -367,7 +367,7 @@ emerald --replace & You are probably missing a setting in - /etc/X11/xorg.conf. Review this file + /usr/local/etc/X11/xorg.conf. Review this file carefully and check especially the DefaultDepth and AddARGBGLXVisuals directives. Index: en_US.ISO8859-1/articles/euro/article.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/articles/euro/article.sgml,v --- en_US.ISO8859-1/articles/euro/article.sgml 31 Jul 2010 11:08:14 -0000 1.12 +++ en_US.ISO8859-1/articles/euro/article.sgml 1 Mar 2011 10:44:55 -0000 @@ -259,7 +259,7 @@ BEGIN { Modifying X11 - Modify /etc/X11/xorg.conf + Modify /usr/local/etc/X11/xorg.conf (/etc/X11/XF86Config if you're running &xfree86;) in the following manner: Index: en_US.ISO8859-1/books/faq/book.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/books/faq/book.sgml,v --- en_US.ISO8859-1/books/faq/book.sgml 15 Jan 2011 12:51:40 -0000 1.1132 +++ en_US.ISO8859-1/books/faq/book.sgml 1 Mar 2011 10:41:04 -0000 @@ -7011,7 +7011,7 @@ options SYSVMSG # enable for linkend="moused" remap="another section"> and set up &man.moused.8;. - Then edit /etc/X11/xorg.conf and + Then edit /usr/local/etc/X11/xorg.conf and make sure you have the following lines: Section "InputDevice" @@ -7058,9 +7058,9 @@ options SYSVMSG # enable for do this, simply add the lines Buttons 5 and ZAxisMapping 4 5 to the InputDevice section of - /etc/X11/xorg.conf. For example, you + /usr/local/etc/X11/xorg.conf. For example, you might have the following InputDevice section - in /etc/X11/xorg.conf. + in /usr/local/etc/X11/xorg.conf. <quote>InputDevice</quote> Section for Wheeled Mouse Index: en_US.ISO8859-1/books/handbook/l10n/chapter.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/books/handbook/l10n/chapter.sgml,v --- en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1 Dec 2010 20:37:04 -0000 1.134 +++ en_US.ISO8859-1/books/handbook/l10n/chapter.sgml 1 Mar 2011 10:42:33 -0000 @@ -806,7 +806,7 @@ font8x8="cp866-8x8"</programlisting> package.</para> <para>Check the <literal>"Files"</literal> section - in your <filename>/etc/X11/xorg.conf</filename> file. + in your <filename>/usr/local/etc/X11/xorg.conf</filename> file. The following line must be added <emphasis>before</emphasis> any other <literal>FontPath</literal> entries:</para> Index: en_US.ISO8859-1/books/handbook/x11/chapter.sgml =================================================================== RCS file: /a/.cvsup/doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v --- en_US.ISO8859-1/books/handbook/x11/chapter.sgml 15 Feb 2011 06:14:42 -0000 1.207 +++ en_US.ISO8859-1/books/handbook/x11/chapter.sgml 1 Mar 2011 10:46:34 -0000 @@ -677,7 +677,7 @@ EndSection</programlisting> This is typically <filename>/etc/X11/xorg.conf</filename> or <filename>/usr/local/etc/X11/xorg.conf</filename>.</para> - <screen>&prompt.root; <userinput>cp xorg.conf.new /etc/X11/xorg.conf</userinput></screen> + <screen>&prompt.root; <userinput>cp xorg.conf.new /usr/local/etc/X11/xorg.conf</userinput></screen> <para>The X11 configuration process is now complete. <application>&xorg;</application> may be now @@ -830,7 +830,7 @@ EndSection</programlisting> <para>And likewise with the freefont or other collections. To have the X server detect these fonts, add an appropriate line to the - X server configuration file (<filename>/etc/X11/xorg.conf</filename>), + X server configuration file (<filename>/usr/local/etc/X11/xorg.conf</filename>), which reads:</para> <programlisting>FontPath "/usr/local/lib/X11/fonts/URW/"</programlisting> @@ -866,7 +866,7 @@ EndSection</programlisting> in this example because it is more consistent with the other font rendering back-ends. To enable the freetype module just add the following line to the <literal>"Module"</literal> section of the - <filename>/etc/X11/xorg.conf</filename> file.</para> + <filename>/usr/local/etc/X11/xorg.conf</filename> file.</para> <programlisting>Load "freetype"</programlisting>