Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" 0 0 Screen 2 "Screen2" RightOf "Screen0" Screen 3 "Screen3" LeftOf "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Module" # inclusion of extmod module allows to use command # xset dpms 0 0 0 # to disable screen blanking # Disable "extmod" SubSection "extmod" Option "omit xfree86-dga" EndSubsection Disable "int10" Disable "dbe" Disable "v4l" Disable "glx" Disable "dri" Disable "drm" Disable "freetype" Disable "xtt" Disable "record" Disable "xtrap" Disable "type1" EndSection Section "Extensions" Option "Composite" "Enable" EndSection Section "ServerFlags" Option "AllowEmptyInput" "Off" Option "Xinerama" "On" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspendTime" "0" Option "OffTime" "0" # Option "Int10" "Off" # Option "RandR" "true" EndSection Section "Screen" Identifier "Screen0" Monitor "Monitor0" Device "Card0" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1920 1200 Modes "1920x1200@60" # Modes "1024x768@60" EndSubSection EndSection Section "Screen" Identifier "Screen1" Monitor "Monitor1" Device "Card1" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1920 1200 # Modes "1920x1200@60" Modes "1024x768@60" EndSubSection EndSection Section "Screen" Identifier "Screen2" Monitor "Monitor2" Device "Card2" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1920 1200 # Modes "1024x768@60" Modes "1920x1200@60" EndSubSection EndSection Section "Screen" Identifier "Screen3" Monitor "Monitor3" Device "Card3" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 1920 1200 # Modes "1024x768@60" Modes "1920x1200@60" EndSubSection EndSection Section "Device" Identifier "Card0" Driver "radeon" BusID "PCI:3:0:0" Screen 0 # Option "DVI-0" "Monitor0" # Option "DVI-1" "Monitor1" # Option "DRI" "true" EndSection Section "Device" Identifier "Card1" Driver "radeon" BusID "PCI:3:0:0" Screen 1 # Option "DVI-1" "Monitor1" EndSection Section "Device" Identifier "Card2" Driver "radeon" BusID "PCI:4:0:0" Screen 0 # Option "DVI-0" "Monitor2" EndSection Section "Device" Identifier "Card3" Driver "radeon" BusID "PCI:4:0:0" Screen 1 # Option "DVI-1" "Monitor3" EndSection Section "Monitor" Identifier "Monitor0" DisplaySize 1920 1200 HorizSync 30-83 VertRefresh 56-76 # Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" DisplaySize 1024 768 HorizSync 30-60 VertRefresh 50-75 # Option "dpms" EndSection Section "Monitor" Identifier "Monitor2" DisplaySize 1920 1200 HorizSync 30-83 VertRefresh 56-76 # Option "dpms" EndSection Section "Monitor" Identifier "Monitor3" DisplaySize 1920 1200 HorizSync 30-83 VertRefresh 56-76 # Option "dpms" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Accel" "Off" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "ru" EndSection