Section "Module" SubSection "extmod" # man XDGA: ``may be deprecated in a future release'' Option "omit xfree86-dga" EndSubSection # ``int10'' seems to have to do with having two cards. # man xorg.conf: # a module that uses the int10 call # to the BIOS of the graphics card to initialize it Load "int10" # /usr/lib64/xorg/modules/extensions/ # Loaded automatically: extmod dbe dri dri2 glx record EndSection Section "ServerFlags" Option "DontVTSwitch" "false" Option "DontZap" "false" Option "DisableVidModeExtension" Option "BlankTime" "10" # minutes Option "StandbyTime" "15" # minutes Option "SuspendTime" "20" # minutes Option "OffTime" "30" # minutes EndSection Section "Monitor" Identifier "Apple1" Option "dpms" Option "RightOf" "DVI-1" EndSection Section "Monitor" Identifier "Samsung1" Option "dpms" EndSection Section "Monitor" Identifier "AsusV1" Option "dpms" Option "Rotate" "left" EndSection Section "Device" Identifier "Radeon1" Driver "radeon" BusID "PCI:06:00:0" Option "Monitor-DVI-1" "Samsung1" Option "Monitor-DVI-0" "Apple1" Option "Int10" "True" #Option "Int10" "False" # [] #Option "ZaphodHeads" # "string" EndSection Section "Device" Identifier "Radeon2" Driver "radeon" BusID "PCI:02:00:0" Option "Monitor-DVI-2" "AsusV1" Option "Int10" "True" EndSection Section "Screen" Identifier "ScreenRadeon1" Device "Radeon1" Monitor "Apple1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1200" Virtual 3968 1200 EndSubSection EndSection Section "Screen" Identifier "ScreenRadeon1a" Device "Radeon1" Monitor "Apple1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1200" # Virtual 1920 1200 EndSubSection EndSection Section "Screen" Identifier "ScreenRadeon1b" Device "Radeon1" Monitor "Samsung1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "2048x1152" # Virtual 2048 1152 EndSubSection EndSection Section "Screen" Identifier "ScreenRadeon2" Device "Radeon2" Monitor "AsusV1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" Virtual 1080 1920 EndSubSection EndSection # http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors Section "ServerLayout" Identifier "Main Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. # Screen "Screen MGA 2" "" "" "Screen MGA 1" "" # Screen "ScreenRadeon1" "" "" "ScreenRadeon2" "" # Screen "ScreenRadeon2" "" "" "" "" Screen 0 "ScreenRadeon1" Absolute 1080 500 # Screen 0 "ScreenRadeon1a" Absolute 3128 450 # Screen 0 "ScreenRadeon1b" Absolute 1080 500 Screen 1 "ScreenRadeon2" Absolute 0 0 # Screen 0 "ScreenRadeon1" # Screen 1 "ScreenRadeon2" # Screen "ScreenRadeon1" "" "" "" "" # man xorg.conf: any option permitted in the ServerFlags section # may also be specified here # Option "Xinerama" "true" EndSection