aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Heidotting <bhd@FreeBSD.org>2015-12-13 12:13:34 +0000
committerBjoern Heidotting <bhd@FreeBSD.org>2015-12-13 12:13:34 +0000
commitcfffd0d965a3ea109926b2aa7fe125f5734b5324 (patch)
tree9dd10eb4719fb8472678616be892fbefcd5c843e
parenta0803307e5ef290974679a4ffeed2012f085bc4b (diff)
downloaddoc-cfffd0d965a3ea109926b2aa7fe125f5734b5324.tar.gz
doc-cfffd0d965a3ea109926b2aa7fe125f5734b5324.zip
Properly allign content in <screen> and <programlisting> tags.
Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D4541
Notes
Notes: svn path=/head/; revision=47847
-rw-r--r--en_US.ISO8859-1/books/handbook/x11/chapter.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml
index 246aa28ac7..7b8fd65ed3 100644
--- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml
@@ -1651,7 +1651,7 @@ DisplayManager.requestPort: 0</screen>
<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</screen>
<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</screen>
<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</screen>
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</screen>
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</screen>
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</screen>
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