xenocara/driver/xf86-video-intel/test/virtual.conf
matthieu f6224eae74 Update to xf86-video-intel 2.99.909
Tested by jsg@, kettenis@ and myself on a wide range of intel cards.
2014-02-03 15:54:42 +00:00

37 lines
590 B
Plaintext

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