spacepaste

  1.  
  2. Section "Device"
  3. Identifier "nVidia Card"
  4. Driver "nouveau"
  5. BusID "PCI:1:0:0"
  6. EndSection
  7. Section "Device"
  8. Identifier "Intel Card"
  9. Driver "modesetting"
  10. BusID "PCI:0:2:0"
  11. EndSection
  12. Section "Monitor"
  13. Identifier "eDP Monitor"
  14. EndSection
  15. Section "Monitor"
  16. Identifier "DP1 Monitor"
  17. EndSection
  18. Section "Screen"
  19. Identifier "Laptop Screen"
  20. Device "Intel Card"
  21. Monitor "eDP Monitor"
  22. EndSection
  23. Section "Screen"
  24. Identifier "External Screen"
  25. Device "nVidia Card"
  26. Monitor "DP1 Monitor"
  27. EndSection
  28. Section "ServerLayout"
  29. Identifier "Office"
  30. Screen 0 "Laptop Screen" 0 0
  31. Screen 1 "External Screen" 0 0
  32. EndSection
  33.