# pitcairn
Section "Device"
	Identifier  "Device1"
	Driver      "radeon"
	BusID	"PCI:1:0:0"
EndSection

# juniper
Section "Device"
	Identifier  "Device2"
	Driver      "radeon"
	BusID	"PCI:6:0:0"
#        Option	"AccelMethod" "glamor"
EndSection

Section "Monitor"
	Identifier   "Monitor1"
EndSection

Section "Monitor"
	Identifier   "Monitor2"
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Device1"
	Monitor    "Monitor1"
EndSection

Section "Screen"
	Identifier "Screen2"
	Device     "Device2"
	Monitor    "Monitor2"
EndSection

Section "ServerLayout"
        Identifier "Layout"
        Option	"xinerama" "off"
        Screen     0 "Screen1"
        Screen     1 "Screen2" Below "Screen1"
EndSection