Created
March 24, 2016 03:22
-
-
Save jinleileiking/8268966107555533a35d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Device" | |
Identifier "intel_dev0" | |
Driver "intel" | |
BusID "PCI:0:2:0" | |
Option "ZaphodHeads" "VGA1" | |
Screen 0 | |
EndSection | |
Section "Device" | |
Identifier "intel_dev1" | |
Driver "intel" | |
BusID "PCI:0:2:0" | |
Option "ZaphodHeads" "HDMI1" | |
Screen 1 | |
EndSection | |
Section "Device" | |
Identifier "nv_dev2" | |
Driver "nouveau" | |
BusID "PCI:1:0:0" | |
Option "ZaphodHeads" "VGA-2" | |
Screen 0 | |
# Option "TwinView" "true" | |
# Option "DynamicTwinView" "FALSE" | |
# Option "RenderAccel" "true" | |
# Option "UseEdidFreqs" "true" | |
EndSection | |
Section "Device" | |
Identifier "nv_dev3" | |
Driver "nouveau" | |
BusID "PCI:1:0:0" | |
Option "ZaphodHeads" "DVI-I-1" | |
Screen 1 | |
# Option "TwinView" "true" | |
# Option "DynamicTwinView" "FALSE" | |
# Option "RenderAccel" "true" | |
# Option "UseEdidFreqs" "true" | |
EndSection | |
# Section "Device" | |
# Identifier "nv_dev4" | |
# Driver "nouveau" | |
# SubSection "Display" | |
# Modes "1920x1080" | |
# EndSubSection | |
# EndSection | |
Section "ServerLayout" | |
Identifier "Default Layout" | |
Screen 0 "intel_screen0" | |
Screen 1 "intel_screen1" LeftOf "intel_screen0" | |
Screen 2 "nv_screen2" RightOf "intel_screen0" | |
Screen 3 "nv_screen3" RightOf "nv_screen2" | |
# Option "Xinerama" "on" | |
# Option "Clone" "off" | |
# Option "TwinView" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment