Skip to content

Instantly share code, notes, and snippets.

@vlakam
Created March 28, 2016 10:51
Show Gist options
  • Save vlakam/771361ba9eb26ddee9e1 to your computer and use it in GitHub Desktop.
Save vlakam/771361ba9eb26ddee9e1 to your computer and use it in GitHub Desktop.
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