Created
March 28, 2016 10:51
-
-
Save vlakam/771361ba9eb26ddee9e1 to your computer and use it in GitHub Desktop.
This file contains 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 "ServerLayout" | |
Identifier "layout" | |
Screen 0 "intel" | |
Screen 1 "radeon" LeftOf "intel" | |
EndSection | |
Section "Device" | |
Identifier "radeon" | |
Driver "radeon" | |
BusID "PCI:1:0:0" | |
Screen 1 | |
Option "ColorTiling" "on" | |
Option "ColorTiling2D" "on" | |
Option "AccelMethod" "glamor" | |
Option "EnablePageFlip" "on" | |
Option "DRI" "3" | |
EndSection | |
Section "Device" | |
Identifier "intel" | |
Driver "intel" | |
BusID "PCI:0:2:0" | |
Screen 0 | |
Option "AccelMethod" "uxa" | |
Option "DRI" "3" | |
EndSection | |
Section "Screen" | |
Identifier "intel" | |
Device "intel" | |
Monitor "monitor" | |
DefaultDepth 24 | |
EndSection | |
Section "Screen" | |
Identifier "radeon" | |
Device "radeon" | |
Monitor "monitor" | |
DefaultDepth 24 | |
EndSection | |
Section "Monitor" | |
Identifier "monitor" | |
Option "Enable" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment