daily pastebin goal
16%
SHARE
TWEET

Untitled

a guest Nov 10th, 2017 39 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier "layout"
  3.     Screen 0 "nvidia"
  4.     Inactive "intel"
  5. EndSection
  6.  
  7. Section "Device"
  8.     Identifier "intel"
  9.     Driver "modesetting"
  10.     BusID "PCI:0@0:2:0"
  11.     Option "TearFree" "true"
  12.     Option "AccelMethod" "sna"
  13. EndSection
  14.  
  15. Section "Screen"
  16.     Identifier "intel"
  17.     Device "intel"
  18. EndSection
  19.  
  20. Section "Device"
  21.     Identifier "nvidia"
  22.     Driver "nvidia"
  23.     BusID "PCI:1@0:0:0"
  24.     Option "ConstrainCursor" "off"
  25. EndSection
  26.  
  27. Section "Screen"
  28.     Identifier "nvidia"
  29.     Device "nvidia"
  30.     Option "AllowEmptyInitialConfiguration" "on"
  31.     Option "IgnoreDisplayDevices" "CRT"
  32.     Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
  33. EndSection
RAW Paste Data
Top