diff options
Diffstat (limited to '.screenlayout/xorg.conf')
-rw-r--r-- | .screenlayout/xorg.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.screenlayout/xorg.conf b/.screenlayout/xorg.conf new file mode 100644 index 0000000..1ab5a8c --- /dev/null +++ b/.screenlayout/xorg.conf @@ -0,0 +1,27 @@ +Section "ServerLayout" + Identifier "layout" + Screen 0 "intel" + Inactive "nvidia" +EndSection + +Section "Device" + Identifier "nvidia" + Driver "nvidia" + BusID "PCI:1:0:0" # Sample: "PCI:1:0:0" +EndSection + +Section "Screen" + Identifier "nvidia" + Device "nvidia" +EndSection + +Section "Device" + Identifier "intel" + Driver "intel" + BusID "PCI:0:2:0" # Sample: "PCI:0:2:0" +EndSection + +Section "Screen" + Identifier "intel" + Device "intel" +EndSection |