daily pastebin goal
51%
SHARE
TWEET

Untitled

a guest Nov 18th, 2016 59 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 "AccelMethod" "None"
  12. EndSection
  13.  
  14. Section "Screen"
  15.     Identifier "intel"
  16.     Device "intel"
  17. EndSection
  18.  
  19. Section "Device"
  20.     Identifier "nvidia"
  21.     Driver "nvidia"
  22.     BusID "PCI:1@0:0:0"
  23.     Option "ConstrainCursor" "off"
  24. EndSection
  25.  
  26. Section "Screen"
  27.     Identifier "nvidia"
  28.     Device "nvidia"
  29.     Option "AllowEmptyInitialConfiguration" "on"
  30.     Option "IgnoreDisplayDevices" "CRT"
  31. EndSection
RAW Paste Data
Top