Skip to content

Instantly share code, notes, and snippets.

@djpetti
Created September 3, 2015 03:49
Show Gist options
  • Save djpetti/31a64b8f763b81d005f3 to your computer and use it in GitHub Desktop.
Save djpetti/31a64b8f763b81d005f3 to your computer and use it in GitHub Desktop.
Xorg Conf File
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "UseDisplayDevice" "None"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment