Код:
Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse" "AlwaysCore" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/misc"
EndSection
Section "Module"
Load "ddc"
Load "vbe"
Load "dbe"
Load "extmod"
Load "glx"
Load "bitmap"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
Option "XkbLayout" "us,ru(winkeys),ua(winkeys)"
Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Monitor0"
DisplaySize 339 212
HorizSync 28.0 - 96.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 12.0 - 21.0
VertRefresh 49.0 - 51.0
Option "DPMS"
Modeline "720x576" 12.58 720 752 792 824 576 589 592 605 interlace
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV18 [GeForce4 MX 440 AGP 8x]"
BusID "PCI:1:0:0"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "true"
Option "NvAgp" "3"
Option "IgnoreEDID" "true"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV18 [GeForce4 MX 440 AGP 8x]"
BusID "PCI:1:0:0"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "true"
Option "NvAgp" "3"
Option "IgnoreEDID" "true"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "true"
Option "XvmcUsesTextures" "True"
Option "NoDDC"
Option "UseEdidFreqs" "True"
Option "Backingstore" "True"
Option "HWcursor" "True"
Option "Coolbits" "1"
Option "AllowDDCCI" "True"
Option "MultisampleCompatibility" "true"
Option "RandRRotation" "true"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 16
Option "NoLogo" "true"
Option "TVStandard" "PAL-I"
Option "TVOutFormat" "SVIDEO"
Option "Overlay" "True"
Option "XvmcUsesTextures" "True"
Option "NoDDC"
Option "UseEdidFreqs" "True"
Option "Backingstore" "True"
Option "HWcursor" "True"
Option "Coolbits" "1"
Option "AllowDDCCI" "True"
Option "MultisampleCompatibility" "true"
Option "RandRRotation" "true"
Option "TVOverScan" "1.0"
SubSection "Display"
Depth 16
Modes "720x576"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection