Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 12:13:35 +0000 (UTC)
From:      Bjoern Heidotting <bhd@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47847 - head/en_US.ISO8859-1/books/handbook/x11
Message-ID:  <201512131213.tBDCDZvu024891@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhd
Date: Sun Dec 13 12:13:34 2015
New Revision: 47847
URL: https://svnweb.freebsd.org/changeset/doc/47847

Log:
  Properly allign content in <screen> and <programlisting> tags.
  
  Reviewed by:	bcr
  Differential Revision:	https://reviews.freebsd.org/D4541

Modified:
  head/en_US.ISO8859-1/books/handbook/x11/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Sun Dec 13 09:45:24 2015	(r47846)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Sun Dec 13 12:13:34 2015	(r47847)
@@ -1651,7 +1651,7 @@ DisplayManager.requestPort:     0</scree
 
       <programlisting>Section "Extensions"
     Option         "Composite" "Enable"
-    EndSection</programlisting>
+EndSection</programlisting>
 
       <para>Locate the <quote>Screen</quote> section which should look
 	similar to the one below:</para>
@@ -1666,7 +1666,7 @@ DisplayManager.requestPort:     0</scree
 	<quote>Monitor</quote> will do):</para>
 
       <programlisting>DefaultDepth    24
-    Option         "AddARGBGLXVisuals" "True"</programlisting>
+Option         "AddARGBGLXVisuals" "True"</programlisting>
 
       <para>Locate the <quote>Subsection</quote> that refers to the
 	screen resolution that you wish to use.  For example, if you
@@ -1677,7 +1677,7 @@ DisplayManager.requestPort:     0</scree
       <programlisting>SubSection     "Display"
     Viewport    0 0
     Modes      "1280x1024"
-    EndSubSection</programlisting>
+EndSubSection</programlisting>
 
       <para>A color depth of 24&nbsp;bits is needed for desktop
 	composition, change the above subsection to:</para>
@@ -1686,7 +1686,7 @@ DisplayManager.requestPort:     0</scree
     Viewport    0 0
     Depth       24
     Modes      "1280x1024"
-    EndSubSection</programlisting>
+EndSubSection</programlisting>
 
       <para>Finally, confirm that the <quote>glx</quote> and
 	<quote>extmod</quote> modules are loaded in the
@@ -1702,8 +1702,8 @@ DisplayManager.requestPort:     0</scree
 	root):</para>
 
       <screen>&prompt.root; <userinput>nvidia-xconfig --add-argb-glx-visuals</userinput>
-    &prompt.root; <userinput>nvidia-xconfig --composite</userinput>
-    &prompt.root; <userinput>nvidia-xconfig --depth=24</userinput></screen>
+&prompt.root; <userinput>nvidia-xconfig --composite</userinput>
+&prompt.root; <userinput>nvidia-xconfig --depth=24</userinput></screen>
     </sect2>
 
     <sect2 xml:id="compiz-fusion">
@@ -1719,7 +1719,7 @@ DisplayManager.requestPort:     0</scree
 	normal user):</para>
 
       <screen>&prompt.user; <userinput>compiz --replace --sm-disable --ignore-desktop-hints ccp &amp;</userinput>
-    &prompt.user; <userinput>emerald --replace &amp;</userinput></screen>
+&prompt.user; <userinput>emerald --replace &amp;</userinput></screen>
 
       <para>Your screen will flicker for a few seconds, as your window
 	manager (e.g. <application>Metacity</application> if you are
@@ -1735,8 +1735,8 @@ DisplayManager.requestPort:     0</scree
 	desktop):</para>
 
       <programlisting>#! /bin/sh
-    compiz --replace --sm-disable --ignore-desktop-hints ccp &amp;
-    emerald --replace &amp;</programlisting>
+compiz --replace --sm-disable --ignore-desktop-hints ccp &amp;
+emerald --replace &amp;</programlisting>
 
       <para>Save this in your home directory as, for example,
 	<filename>start-compiz</filename> and make it
@@ -2088,10 +2088,10 @@ EndSection</programlisting>
 		startup.  The most common would be:</para>
 
 	      <screen>(EE) NVIDIA(0):     Failed to initialize the GLX module; please check in your X
-    (EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
-    (EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
-    (EE) NVIDIA(0):     you continue to encounter problems, Please try
-    (EE) NVIDIA(0):     reinstalling the NVIDIA driver.</screen>
+(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
+(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
+(EE) NVIDIA(0):     you continue to encounter problems, Please try
+(EE) NVIDIA(0):     reinstalling the NVIDIA driver.</screen>
 
 	    <para>This is usually the case when you upgrade
 	      <application>&xorg;</application>.  You will need to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512131213.tBDCDZvu024891>