Section "ServerLayout"
Identifier "Main X.Org Server"
Screen 0 "MainScreen"
Screen 1 "AdditionalScreen" RightOf "MainScreen"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/freefonts/"
EndSection
Section "Module"
Load "extmod"
Load "xtrap"
Load "glx"
Load "dbe"
Load "record"
Load "freetype"
Load "evdev"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
Option "VertScrollDelta" "15"
EndSection
Section "Monitor"
Identifier "Philips"
VendorName "Philips"
ModelName "Philips 190S5"
EndSection
Section "Monitor"
Identifier "Samsung"
VendorName "Samsung"
ModelName "Samsung SyncMaster 193P"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G70 [GeForce 7600 GS]"
Option "NoLogo" "True"
Option "UseEDIDDpi" "False"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "InitialPixmapPlacement" "2"
BusID "PCI:4:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G70 [GeForce 7600 GS]"
Option "NoLogo" "True"
Option "UseEDIDDpi" "False"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "InitialPixmapPlacement" "2"
Option "RandRRotation" "true"
BusID "PCI:4:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "MainScreen"
Device "Card0"
Monitor "Philips"
DefaultDepth 24
Option "DPI" "96 x 96"
SubSection "Display"
Depth 24
Modes "1280x1024_75"
EndSubSection
EndSection
Section "Screen"
Identifier "AdditionalScreen"
Device "Card1"
Monitor "Samsung"
DefaultDepth 24
Option "DPI" "96 x 96"
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection