Guest User

xorg.conf

a guest
Jun 14th, 2015
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "nvidia"
  4. Inactive "intel"
  5. EndSection
  6.  
  7. Section "Monitor"
  8. Identifier "Monitor0"
  9. Option "DPMS"
  10. EndSection
  11.  
  12. Section "Device"
  13. Identifier "nvidia"
  14. Driver "nvidia"
  15. BusID "PCI:1:0:0"
  16. EndSection
  17.  
  18. Section "Device"
  19. Identifier "intel"
  20. Driver "modesetting"
  21. BusID "PCI:0:2:0"
  22. EndSection
  23.  
  24.  
  25. Section "Screen"
  26. Identifier "nvidia"
  27. Device "nvidia"
  28. Option "UseDisplayDevice" "none"
  29. EndSection
  30.  
  31. Section "Screen"
  32. Identifier "intel"
  33. Device "intel"
  34. Monitor "Monitor0"
  35. EndSection
Advertisement
Add Comment
Please, Sign In to add comment