Untitled
By: a guest | Jul 4th, 2009 | Syntax:
None | Size: 1.96 KB | Hits: 90 | Expires: Never
Section "Device"
Identifier "Card0"
Driver "radeonhd"
Option "MergedFB" "true"
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "Card2"
Driver "radeonhd"
Option "MergedFB" "true"
BusID "PCI:4:0:0"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 137.0
VertRefresh 40.0 - 150.0
EndSection
Section "Monitor"
Identifier "Monitor1"
HorizSync 31.5 - 137.0
VertRefresh 40.0 - 150.0
EndSection
Section "Monitor"
Identifier "Monitor2"
HorizSync 31.5 - 137.0
VertRefresh 40.0 - 150.0
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
Device "Card0"
DefaultDepth 24
SubSection "Display"
Virtual 5760 1200
Modes "1920x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Monitor "Monitor1"
Device "Card0"
DefaultDepth 24
SubSection "Display"
Virtual 5760 1200
Modes "1920x1200"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Monitor "Monitor2"
Device "Card2"
DefaultDepth 24
SubSection "Display"
Virtual 5760 1200
Modes "1920x1200"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "ru"
EndSection
Section "ServerFlags"
Option "Xinerama" "1"
EndSection