Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0" 0 0
  4. EndSection
  5.  
  6. Section "Module"
  7. EndSection
  8.  
  9. Section "Monitor"
  10.     Identifier   "Monitor0"
  11.     Option        "ModelName" "Generic Autodetecting Monitor"
  12.     Option        "DPMS" "true"
  13.     Option          "IgnoreEDID"
  14. EndSection
  15.  
  16. Section "Device"
  17.     Identifier  "Device0"
  18.     Driver      "nvidia"
  19.     BusID       "PCI:01:00:0"
  20.     Option      "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"                                                                                                                        
  21. EndSection
  22.  
  23. Section "Screen"
  24.     Option "AllowEmptyInitialConfiguration"
  25.     Identifier "Screen0"
  26.     Device     "Device0"
  27.     Monitor    "Monitor0"
  28.     DefaultDepth     24
  29.     SubSection "Display"
  30.         Viewport   0 0
  31.         Depth     24
  32.     EndSubSection
  33. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement