Advertisement
Guest User

xorg.conf

a guest
Dec 7th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 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 "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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement