Section "ServerLayout"
	Identifier     "Layout0"
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
	Option      "Xinerama" "off"
	Option      "Clone"    "off"
	Screen   0  "Screen0"
	Screen   1  "Screen1"  LeftOf  "Screen0"
EndSection

Section "Files"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/corefonts"
	FontPath     "/usr/share/fonts/cyrillic"
	FontPath     "/usr/share/fonts/dejavu"
	FontPath     "/usr/share/fonts/freefonts"
	FontPath     "/usr/share/fonts/liberation-fonts"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Speedo"
	FontPath     "/usr/share/fonts/terminus"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/urw-fonts"
	FontPath     "/usr/share/fonts/Winfonts"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "type1"
	Load  "freetype"
	Load  "glx"
EndSection

Section "ServerFlags"
	Option	    "blank time" "0"
	Option	    "standby time" "0"
	Option	    "suspend time" "25"
	Option	    "off time" "30"
	Option	    "AllowEmptyInput" "off"
	Option	    "AutoAddDevices" "off"
	Option	    "AutoEnableDevices" "off"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us,ru"
	Option	    "XkbVariant" ",winkeys"
	Option	    "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "Monitor"
	Identifier      "Monitor0"
	Option          "DPMS"
EndSection

Section "Monitor"
	Identifier      "Monitor1"
	Option          "DPMS"
EndSection

Section "Device"
  Identifier  "Device0"
	Driver      "nouveau"
	BusID       "PCI:2:0:0"
	Option      "ZaphodHeads" "DVI-I-1"
	Screen       0
EndSection

Section "Device"
  Identifier  "Device1"
	Driver      "nouveau"
	BusID       "PCI:2:0:0"
	Option      "ZaphodHeads" "VGA-1"
	Screen       1 
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Device0"
	Monitor    "Monitor0"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Device1"
	Monitor    "Monitor1"
EndSection