# xorg.conf (xorg X Window System server configuration file) Section "ServerLayout" Identifier "Default Layout" screen 0 "Primary Screen" 0 0 Inputdevice "Logitech Keyboard" Inputdevice "Logitech Mouse" EndSection Section "ServerFlags" Option "AIGLX" "On" Option "TexturedVideo" "True" EndSection Section "Module" Load "bitmap" Load "extmod" Load "freetype" Load "int10" Load "vbe" Load "glx" Load "dbe" Load "dri" Load "v4l" EndSection Section "InputDevice" Identifier "Logitech Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbVariant" "dvorak" EndSection Section "InputDevice" Identifier "Logitech Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "Monitor" Identifier "Samsung SyncMaster 910T" Option "VendorName" "Samsung" Option "ModelName" "SyncMaster 910T" Option "DPMS" "true" EndSection Section "Monitor" Identifier "Eizo FlexScan L767" Option "VendorName" "Eizo" Option "ModelName" "FlexScan L767" Option "DPMS" "true" EndSection Section "Device" Identifier "Radeon X300 #1" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "DesktopSetup" "horizontal,reverse" Option "UseFastTLS" "2"#for wine Busid "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Radeon X300 #2" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Busid "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Primary Screen" Device "Radeon X300 #1" Monitor "Samsung SyncMaster 910T" Defaultdepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Secondary Screen" Device "Radeon X300 #2" Monitor "Eizo FlexScan L767" Defaultdepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection