summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-01-18 18:08:14 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-01-18 18:08:14 +0000
commit72848cfb1c44cc339187f24d66b0476cddb0381d (patch)
treedca9a0094940cf8cd62178734f913d00181646ef
parentbdc0a974cd806faae422d0eb122f3cb156323405 (diff)
downloadxine-lib-72848cfb1c44cc339187f24d66b0476cddb0381d.tar.gz
xine-lib-72848cfb1c44cc339187f24d66b0476cddb0381d.tar.bz2
the indentation of the programlisting was different from the others in Konqueror
CVS patchset: 6053 CVS date: 2004/01/18 18:08:14
-rw-r--r--doc/faq/faq.sgml24
1 files changed, 8 insertions, 16 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml
index 2194fc187..9817d02e7 100644
--- a/doc/faq/faq.sgml
+++ b/doc/faq/faq.sgml
@@ -1603,38 +1603,30 @@
to make it look right. However, if that doesn't work try
pressing "a" to manually change the aspect ratio.
</para>
-
<para>
If you have a wide screen monitor, make sure the X-server
is correctly configured. The X-server must know the physical
size of the screen, which is independent of the resolution
being used.
</para>
-
<para>
For XFree86 the screen size should be set with the file
<filename>/etc/X11/XF86Config</filename>, under the section
<parameter>"Monitor"</parameter> as in the example below:
- </para>
-
- <para>
<programlisting>
-Section "Monitor"
-&nbsp;&nbsp;&nbsp;Identifier "Monitor0"
-&nbsp;&nbsp;&nbsp;VendorName "Monitor Vendor"
-&nbsp;&nbsp;&nbsp;ModelName "DDC Probed Monitor - ViewSonic G773-2"
-&nbsp;&nbsp;&nbsp;DisplaySize 320 240
-&nbsp;&nbsp;&nbsp;HorizSync 30.0 - 70.0
-&nbsp;&nbsp;&nbsp;VertRefresh 50.0 - 180.0
-EndSection
- </programlisting>
+&nbsp;&nbsp;&nbsp;Section "Monitor"
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Identifier "Monitor0"
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VendorName "Monitor Vendor"
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ModelName "DDC Probed Monitor - ViewSonic G773-2"
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DisplaySize 320 240
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HorizSync 30.0 - 70.0
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VertRefresh 50.0 - 180.0
+&nbsp;&nbsp;&nbsp;EndSection</programlisting>
</para>
-
<para>
Where <parameter>DisplaySize</parameter> specifies,
in millimeters, the physical size of the monitor's picture area.
</para>
-
</sect2>
<sect2 id="discardedskipped">