Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2014-02-03 15:54:42
    Hash : f6224eae
    Message : Update to xf86-video-intel 2.99.909 Tested by jsg@, kettenis@ and myself on a wide range of intel cards.

  • driver/xf86-video-intel/test/virtual.conf
  • 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