Advertisement
Guest User

Untitled

a guest
Jun 13th, 2022
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. Section "ServerLayout"
  2.     Identifier  "Layout0"
  3.     Option      "AutoAddDevices" "true"
  4.     Option      "AutoAddGPU" "false"
  5. EndSection
  6.  
  7. Section "Device"
  8.     Identifier  "DiscreteNvidia"
  9.     Driver      "nvidia"
  10.     VendorName  "NVIDIA Corporation"
  11.     Option "ProbeAllGpus" "false"
  12.     Option "NoLogo" "true"
  13.     Option "UseEDID" "true"
  14.     Option "AllowEmptyInitialConfiguration"
  15. #   Option "UseDisplayDevice" "none"
  16. EndSection
  17.  
  18. Section "Screen"
  19.     Identifier "Screen0"
  20.     Device "DiscreteNvidia"
  21. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement