virtual.conf revision 428d7b3d
1Section "Device"
2	Identifier "Device0"
3	Driver "intel"
4	Option "ZaphodHeads" "LVDS1"
5	Option "VirtualHeads" "1"
6	BusID "PCI:0:2:0"
7	Screen 0
8EndSection
9
10Section "Device"
11	Identifier "Device1"
12	Driver "intel"
13	Option "ZaphodHeads" "HDMI1"
14	BusID "PCI:0:2:0"
15	Screen 1
16EndSection
17
18Section "Screen"
19	Identifier "Screen0"
20	Device "Device0"
21EndSection
22
23Section "Screen"
24	Identifier "Screen1"
25	Device "Device1"
26EndSection
27
28Section "ServerFlags"
29	Option "AutoAddGPU" "False"
30EndSection
31
32Section "ServerLayout"
33	Identifier "ServerLayout0"
34	Screen 0 "Screen0" 0 0
35	Screen 1 "Screen1" 0 0
36EndSection
37