From 49c9566c833ee055666ed7a44e8bbc8aa3f2f259 Mon Sep 17 00:00:00 2001 From: Douglas Silas Date: Apr 19 2010 02:28:23 +0000 Subject: XWin: comment out refs to s-c-display, ConfigXWin --- diff --git a/en-US/The_X_Window_System.xml b/en-US/The_X_Window_System.xml index 113c5e0..be463c2 100644 --- a/en-US/The_X_Window_System.xml +++ b/en-US/The_X_Window_System.xml @@ -45,6 +45,7 @@ X server features of + &MAJOROSVER; uses the X11R7.1 release as the base X Window System, which includes several video driver, EXA, and platform support enhancements over the previous release, among others. In addition, this release also includes several automatic configuration features for the X server. X11R7.1 is the first release to take specific advantage of the modularization of the X Window System. This modularization, which splits X into logically distinct modules, makes it easier for open source developers to contribute code to the system. @@ -91,14 +92,13 @@ --> Because the X server performs advanced tasks on a wide array of hardware, it requires detailed information about the hardware it works on. The X server automatically detects some of this information; other details must be configured. - The installation program installs and configures X automatically, unless the X11R7.1 release packages are not selected for installation. However, if there are any changes to the monitor, video card or other devices managed by the X server, X must be reconfigured. The best way to do this is to use the X Configuration Tool (system-config-display), particularly for devices that are not detected manually. - + The installation program installs and configures X automatically, unless the X11R7.1 release packages are not selected for installation. However, if there are any changes to the monitor, video card or other devices managed by the X server, X must be reconfigured. + This example illustrates a typical Monitor section for a monitor: 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 @@ -790,8 +791,9 @@ EndSection Each Device section configures one video card on the system. While one Device section is the minimum, additional instances may occur for each video card installed on the machine. + The following example illustrates a typical Device section for a video card: Section "Device" Identifier "Videocard0" Driver "mga" VendorName "Videocard vendor" BoardName "Matrox Millennium G200" VideoRam 8192 Option "dpms" EndSection