spacepaste

  1.  
  2. Section "ServerLayout"
  3. Identifier "layout"
  4. Screen 0 "nvidia"
  5. Inactive "intel"
  6. EndSection
  7. Section "Device"
  8. Identifier "intel"
  9. Driver "modesetting"
  10. BusID "PCI:0:2:0"
  11. Option "AccelMethod" "none"
  12. EndSection
  13. Section "Screen"
  14. Identifier "intel"
  15. Device "intel"
  16. EndSection
  17. Section "Device"
  18. Identifier "nvidia"
  19. Driver "nvidia"
  20. BusID "PCI:1:0:0"
  21. Option "AllowEmptyInitialConfiguration" "true"
  22. Option "ModeDebug" "True"
  23. Option "ConnectedMonitor" "eDP-1-0"
  24. # Option "CustomEDID" "eDP-1-0:/lib64/firmware/edid/LG.bin"
  25. # Option "UseEDID" "True"
  26. EndSection
  27. Section "Screen"
  28. Identifier "nvidia"
  29. Device "nvidia"
  30. # Uncomment this line if your computer has no display devices connected to
  31. # the NVIDIA GPU. Leave it commented if you have display devices
  32. # connected to the NVIDIA GPU that you would like to use.
  33. Option "UseDisplayDevice" "none"
  34. Option "AllowEmptyInitialConfiguration" "true"
  35. Subsection "Display"
  36. Depth 24
  37. Modes "1920x1080_60"
  38. Option "MetaModes" "1920x1080_60 +0+0"
  39. Option "DPI" "96x96"
  40. EndSubSection
  41. EndSection
  42.