# xrandr --output HDMI-0 --auto --right-of DVI-0 # Option "EXAPixmaps" "false" ?? # http://nouveau.freedesktop.org/wiki/MultiMonitorDesktop # http://wiki.debian.org/XStrikeForce/HowToRandR12 Section "ServerLayout" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". # Option "Xinerama" "0" #Option "Xinerama" "1" Identifier "Simple Layout" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Screen 2 "Screen2" RightOf "Screen1" EndSection Section "Files" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/artwiz-aleczapka-en" FontPath "/usr/share/fonts/terminus" #FontPath "/usr/share/fonts/adi-dsp-fonts" #FontPath "/usr/share/fonts/default/ghostscript" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/efont-unicode" FontPath "/usr/share/fonts/free-bangla-font" FontPath "/usr/share/fonts/hunkyfonts" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/jmk" FontPath "/usr/share/fonts/lfpfonts-fix" FontPath "/usr/share/fonts/lfpfonts-var" FontPath "/usr/share/fonts/mathematica-fonts" FontPath "/usr/share/fonts/PT" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/urw-fonts" FontPath "/usr/share/fonts/urwfonts-1.41" FontPath "/usr/share/fonts/urwfonts_t1-1.40" FontPath "/usr/share/fonts/vc" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" EndSection Section "Module" Load "dri" #Load "glamoregl" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "ServerFlags" # Option "NoTrapSignals" # Option "DontVTSwitch" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" Option "DontZap" "False" # Option "Dont Zoom" # Xinerama busted in nouve 24May10 # Option "Xinerama" "1" # GlxVisuals workaround for nouveau/gallium/opengl black screen # Option "GlxVisuals" "all" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "ViewSonic VX2248wm" Option "Position" "0 0" Option "DPMS" "true" # DisplaySize in mm EndSection Section "Monitor" # EDID vendor "VSC", prod id 14376 Identifier "Monitor1" VendorName "Unknown" ModelName "ViewSonic VX2450wm-LED" Option "Position" "1920 0" Option "DPMS" "true" EndSection Section "Monitor" Identifier "Monitor2" VendorName "Unknown" ModelName "ViewSonic VX2235wm" Option "DPMS" "true" EndSection #Section "Device" #Identifier "Device2" ##Driver "radeonsi" #Driver "radeon" #VendorName "ATI Corporation" #BoardName "Cape Verde" #BusID "PCI:2:0:0" ##assigns the output HDMI-0 to Monitor1 #Option "Monitor-HDMI-0" "Monitor1" #Option "ZaphodHeads" "HDMI-0" #Option "AccelMethod" "EXA" ##Option "NoAccel" "on" ##Option "EXAVSync" "on" #Screen 2 ##Option "EXAPixmaps" "off" ##Option "SwapbuffersWait" "on" # #EndSection # #Section "Device" #Identifier "Device1" ##Driver "radeonsi" #Driver "radeon" #VendorName "ATI Corporation" #BoardName "Cape Verde" #BusID "PCI:2:0:0" ##assigns the output DVI-0 to Monitor2 #Option "Monitor-DVI-0" "Monitor2" #Option "ZaphodHeads" "DVI-0" #Screen 1 #Option "AccelMethod" "EXA" ##Option "NoAccel" "on" ##Option "EXAVSync" "on" ##Option "EXAPixmaps" "off" ##Option "SwapbuffersWait" "on" #EndSection Section "Device" Identifier "Device0" #Driver "radeonsi" Driver "radeon" VendorName "ATI Corporation" BoardName "Cape Verde" BusID "PCI:1:0:0" #Option "Monitor-DVI-1" "Monitor0" #Option "ZaphodHeads" "DVI-1" Option "AccelMethod" "EXA" #Option "NoAccel" "on" #Option "EXAVSync" "on" #Option "EXAPixmaps" "off" #Option "SwapbuffersWait" "on" Screen 0 EndSection Section "Screen" Identifier "Screen2" Device "Device2" Monitor "Monitor2" DefaultDepth 24 Option "dpms" #Option "ModeDebug" "True" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "dpms" #Option "ModeDebug" "True" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen0" Monitor "Monitor0" Device "Device0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection Section "Extensions" #Option "Composite" "Enable" # composite and XvMC/overlay fight # confirmed 28Oct08 # composite and VDPAU not compatible #Option "Composite" "Disable" Option "Composite" "Enable" Option "DAMAGE" "true" Option "RENDER" "true" EndSection