From 72848cfb1c44cc339187f24d66b0476cddb0381d Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 18 Jan 2004 18:08:14 +0000 Subject: the indentation of the programlisting was different from the others in Konqueror CVS patchset: 6053 CVS date: 2004/01/18 18:08:14 --- doc/faq/faq.sgml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'doc') 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. - 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. - For XFree86 the screen size should be set with the file /etc/X11/XF86Config, under the section "Monitor" as in the example below: - - - -Section "Monitor" -   Identifier "Monitor0" -   VendorName "Monitor Vendor" -   ModelName "DDC Probed Monitor - ViewSonic G773-2" -   DisplaySize 320 240 -   HorizSync 30.0 - 70.0 -   VertRefresh 50.0 - 180.0 -EndSection - +   Section "Monitor" +      Identifier "Monitor0" +      VendorName "Monitor Vendor" +      ModelName "DDC Probed Monitor - ViewSonic G773-2" +      DisplaySize 320 240 +      HorizSync 30.0 - 70.0 +      VertRefresh 50.0 - 180.0 +   EndSection - Where DisplaySize specifies, in millimeters, the physical size of the monitor's picture area. - -- cgit v1.2.3