Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "nvidia"
  4. Inactive "intel"
  5. EndSection
  6.  
  7. Section "Device"
  8. Identifier "nvidia"
  9. Driver "nvidia"
  10. BusID "PCI:1:0:0"
  11. EndSection
  12.  
  13. Section "Screen"
  14. Identifier "nvidia"
  15. Device "nvidia"
  16. Option "AllowEmptyInitialConfiguration"
  17. #Option "UseDisplayDevice" "none"
  18. EndSection
  19.  
  20. Section "Device"
  21. Identifier "intel"
  22. Driver "modesetting"
  23. BusID "PCI:0:2:0"
  24. #Option "AccelMethod" "sna"
  25. #Option "TearFree" "True"
  26. #Option "Tiling" "True"
  27. #Option "SwapbuffersWait" "True"
  28. EndSection
  29.  
  30. Section "Screen"
  31. Identifier "intel"
  32. Device "intel"
  33. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement