Advertisement
Guest User

Untitled

a guest
Sep 7th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.75 KB | None | 0 0
  1. Section "ServerLayout"
  2.     Identifier "layout"
  3.     Screen 0 "nvidia"
  4. EndSection
  5.  
  6. Section "Device"
  7.         Identifier "Nvidia Card"
  8.         Driver "nvidia"
  9.         VendorName "NVIDIA Corporation"
  10.         BoardName "GeForce GTS 450"
  11.     BusID "01:00:0"
  12.  
  13.     #ниже нинужности, работало без них, нян
  14.  
  15.     Option "ConnectToAcpid" "0"
  16.     Option "MultiGPU" "0"
  17.     Option "SLI" "0"
  18.     Option "AllowUnofficialGLXProtocol" "True"
  19.     Option "Interactive" "False"
  20.     Option "UseHotplugEvents" "False"
  21. EndSection
  22.  
  23. Section "Screen"
  24.     Identifier "nvidia"
  25.     Device "nvidia"
  26.     Option "AllowEmptyInitialConfiguration"
  27.     DefaultDepth 24
  28.     SubSection "Display"
  29.         Depth 24
  30.     EndSubSection
  31. EndSection
  32.  
  33. Section "module"
  34.     load "glx"
  35. EndSection
  36.  
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement