xenocara/driver/xf86-video-intel/test/virtual.conf

37 lines
590 B
Plaintext
Raw Normal View History

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