############################################################################# # Xorg configuration file for BlackTower ############################################################################# Section "ServerLayout" Identifier "Blacktower Xorg X11 Config" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" LeftOf "Screen0" EndSection Section "Module" Load "glx" Load "int10" Load "ddc" Load "extmod" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "Device" Identifier "Radeon7850" Driver "radeon" VendorName "ati" BusID "PCI:2:0:0" # http://www.x.org/wiki/radeonhd%3Ar6xx_r7xx_branch Option "AccelMethod" "glamor" Option "RenderAccel" "on" Option "Monitor-DVI-0" "BENQ" Option "Monitor-DVI-1" "Mirai" EndSection Section "Device" Identifier "RadeonInternal" Driver "radeon" VendorName "ati" BusID "PCI:1:5:0" Option "AccelMethod" "EXA" Option "RenderAccel" "on" #Option "Monitor-DVI-0" "DELL" EndSection Section "Monitor" Identifier "BENQ" Option "DPMS" "on" Option "Right Of" "Mirai" Option "PreferredMode" "1920x1080" Option "Primary" "1" EndSection Section "Monitor" Identifier "Mirai" VendorName "Mirai" ModelName "Mirai 1280x1024" Option "DPMS" "on" Option "PreferredMode" "1280x1024" Option "Right Of" "BENQ" # Option "Rotate" "right" EndSection Section "Monitor" Identifier "DELL" VendorName "DELL" ModelName "DELL 1024x768" Option "DPMS" "on" Option "PreferredMode" "1024x768" # Option "Rotate" "right" EndSection Section "Screen" Identifier "Screen0" Device "Radeon7850" Monitor "BENQ" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" "1600x1200" # The virtual screen must be screen1width+screen2width or XRandR FAiLz! # Virtual 3200 1080 EndSubSection SubSection "Display" Depth 32 Modes "1920x1080" "1600x1200" Virtual 3200 1080 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "RadeonInternal" Monitor "DELL" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" Virtual 1024 1024 EndSubSection EndSection Section "Module" Load "dri2" Load "glamoregl" EndSection Section "ServerFlags" Option "BlankTime" "120" Option "StandbyTime" "120" Option "SuspendTime" "120" Option "OffTime" "120" EndSection