1  Section "ServerLayout"
  2      Identifier     "XFree86 Configured"
  3      Screen      0  "Screen0" 0 0
  4      InputDevice    "Mouse0" "CorePointer"
  5      InputDevice    "Keyboard0" "CoreKeyboard"
  6  EndSection
  7
  8  Section "Files"
  9      RgbPath      "/usr/X11R6/lib/X11/rgb"
 10      ModulePath   "/usr/X11R6/lib/modules"
 11      FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
 12      FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
 13      FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
 14      FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
 15      FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
 16      FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
 17          FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
 18  EndSection
 19
 20  Section "Module"
 21      Load  "extmod"
 22      Load  "glx"
 23      Load  "dbe"
 24      Load  "record"
 25      Load  "xtrap"
 26      Load  "speedo"
 27      Load  "type1"
 28          Load  "freetype"
 29  EndSection
 30
 31  Section "InputDevice"
 32       Identifier          "Keyboard0"
 33       Driver              "Keyboard"
 34       Option "XkbModel"   "pc105"
 35       Option "XkbLayout"  "en_US,ru"
 36       Option "XkbOptions" "grp:switch,grp:alt_shift_toggle,grp_led:scroll"
 37  EndSection
 38
 39  Section "InputDevice"
 40      Identifier  "Mouse0"
 41      Driver      "mouse"
 42      Option      "Protocol" "IMPS/2"
 43          Option      "resolution" "300"
 44      Option      "Device" "/dev/mouse"
 45          Option      "ZAxisMapping" "4 5"
 46          Option      "Buttons"      "7"
 47  EndSection
 48
 49  Section "Monitor"
 50      Identifier   "Monitor0"
 51      VendorName   "Sony"
 52      ModelName    "Sony Multiscan E500"
 53          HorizSync    30 - 109
 54          VertRefresh  48 - 160
 55          ModeLine     "1024x768@130Hz" 145.0 1024 1076 1172 1356  768 769 772 824 +hsync +vsync
 56      Option        "DPMS"
 57  EndSection
 58
 59  Section "Device"
 60          ### Available Driver options are:-
 61          ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
 62          ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
 63          ### [arg]: arg optional
 64          #Option     "SWcursor"              # [<bool>]
 65          #Option     "HWcursor"              # [<bool>]
 66          #Option     "NoAccel"               # [<bool>]
 67          #Option     "ShowCache"             # [<bool>]
 68          #Option     "ShadowFB"              # [<bool>]
 69          #Option     "UseFBDev"              # [<bool>]
 70          #Option     "Rotate"                # [<str>]
 71          #Option     "VideoKey"              # <i>
 72          #Option     "FlatPanel"             # [<bool>]
 73          #Option     "FPDither"              # [<bool>]
 74          #Option     "CrtcNumber"            # <i>
 75          # hmm Option      "use_modeline"
 76      Identifier  "Card0"
 77      Driver      "nvidia"
 78      VendorName  "nVidia Corporation"
 79      BoardName   "NV28 [GeForce4 Ti 4200 AGP 8x]"
 80      BusID       "PCI:2:0:0"
 81      Option      "power_saver"
 82  EndSection
 83
 84  Section "Screen"
 85      Identifier "Screen0"
 86      Device     "Card0"
 87      Monitor    "Monitor0"
 88      DefaultColorDepth 16
 89          SubSection "Display"
 90          Depth     1
 91      EndSubSection
 92      SubSection "Display"
 93          Depth     4
 94      EndSubSection
 95      SubSection "Display"
 96          Depth     8
 97      EndSubSection
 98      SubSection "Display"
 99          Depth     15
100      EndSubSection
101      SubSection "Display"
102          Depth     16
103                  Modes     "1024x768@130Hz"               
104          EndSubSection
105      SubSection "Display"
106          Depth     24
107      EndSubSection
108  EndSection
109