Skip to content

Instantly share code, notes, and snippets.

@mvlabat
Created May 3, 2017 19:41
Show Gist options
  • Save mvlabat/d1e8aecf411e5cb1364a6c95ec1b7a83 to your computer and use it in GitHub Desktop.
Save mvlabat/d1e8aecf411e5cb1364a6c95ec1b7a83 to your computer and use it in GitHub Desktop.
xorg nvidia
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
BusID "PCI:7:0:0"
Option "TripleBuffer" "True"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "Yes"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:2:0:0"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment