diff options
Diffstat (limited to 'test/virtual.conf')
-rw-r--r-- | test/virtual.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/test/virtual.conf b/test/virtual.conf new file mode 100644 index 00000000..f9d037f2 --- /dev/null +++ b/test/virtual.conf @@ -0,0 +1,36 @@ +Section "Device" + Identifier "Device0" + Driver "intel" + Option "ZaphodHeads" "LVDS1" + Option "VirtualHeads" "1" + BusID "PCI:0:2:0" + Screen 0 +EndSection + +Section "Device" + Identifier "Device1" + Driver "intel" + Option "ZaphodHeads" "HDMI1" + BusID "PCI:0:2:0" + Screen 1 +EndSection + +Section "Screen" + Identifier "Screen0" + Device "Device0" +EndSection + +Section "Screen" + Identifier "Screen1" + Device "Device1" +EndSection + +Section "ServerFlags" + Option "AutoAddGPU" "False" +EndSection + +Section "ServerLayout" + Identifier "ServerLayout0" + Screen 0 "Screen0" 0 0 + Screen 1 "Screen1" 0 0 +EndSection |