Skip to content

Instantly share code, notes, and snippets.

@aarobc
Created January 3, 2018 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarobc/be197c43537f4e83877ace8e54f75818 to your computer and use it in GitHub Desktop.
Save aarobc/be197c43537f4e83877ace8e54f75818 to your computer and use it in GitHub Desktop.
Section "Device"
Identifier "GPU AMD Radeon R7"
Driver "radeon"
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "GPU AMD Radeon R9"
Driver "radeon"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Monitor 4k"
Option "Primary" "true"
Option "PreferredMode" "3840×2160"
Option "Position" "0 0"
EndSection
Section "Monitor"
Identifier "Monitor 2k"
Option "PreferredMode" "2560x1440"
Option "Position" "3840 0"
EndSection
Section "Screen"
Identifier "Screen 4k"
Device "GPU AMD Radon R7"
Monitor "Monitor 4k"
EndSection
Section "Screen"
Identifier "Screen 2k"
Device "GPU AMD Radeon R9"
Monitor "Gaming2k"
EndSection
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen 4k"
Screen 1 "Screen 2k" RightOf "Screen 4k"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment