summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-01-12 22:10:50 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2004-01-12 22:10:50 +0000
commitdeaf68815742a653f6d973ed63025b3fc373be7f (patch)
tree38753464d501ebd9ca39722a6caf45ce45c63b0b
parent950e36618a7937946c4c320c78626c02b13b2ea1 (diff)
downloadxine-lib-deaf68815742a653f6d973ed63025b3fc373be7f.tar.gz
xine-lib-deaf68815742a653f6d973ed63025b3fc373be7f.tar.bz2
aspect ratio notes
CVS patchset: 6034 CVS date: 2004/01/12 22:10:50
-rw-r--r--doc/faq/faq.sgml37
1 files changed, 36 insertions, 1 deletions
diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml
index d0eadd86d..2194fc187 100644
--- a/doc/faq/faq.sgml
+++ b/doc/faq/faq.sgml
@@ -1598,8 +1598,43 @@
<sect2 id="aspectratio">
<title>The aspect ratio of the video is wrong!</title>
<para>
- Try pressing "a" to change the aspect ratio.
+ Usually xine discovers the screen aspect ratio by
+ querying the X-server and then adjusts the video automatically
+ 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>
+ </para>
+
+ <para>
+ Where <parameter>DisplaySize</parameter> specifies,
+ in millimeters, the physical size of the monitor's picture area.
+ </para>
+
</sect2>
<sect2 id="discardedskipped">