Advertisement
deblux

xorg.conf.nvidia

Apr 12th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Option "AutoAddDevices" "false"
  4. Option "AutoAddGPU" "false"
  5. EndSection
  6.  
  7. Section "Device"
  8. Identifier "DiscreteNvidia"
  9. Driver "nvidia"
  10. VendorName "NVIDIA Corporation"
  11.  
  12. # If the X server does not automatically detect your VGA device,
  13. # you can manually set it here.
  14. # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
  15. # as you see in the commented example.
  16. # This Setting may be needed in some platforms with more than one
  17. # nvidia card, which may confuse the proprietary driver (e.g.,
  18. # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
  19. # BusID "PCI:01:00:0"
  20.  
  21. # Setting ProbeAllGpus to false prevents the new proprietary driver
  22. # instance spawned to try to control the integrated graphics card,
  23. # which is already being managed outside bumblebee.
  24. # This option doesn't hurt and it is required on platforms running
  25. # more than one nvidia graphics card with the proprietary driver.
  26. # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
  27. # If this option is not set, the new Xorg may blacken the screen and
  28. # render it unusable (unless you have some way to run killall Xorg).
  29. Option "ProbeAllGpus" "false"
  30.  
  31. Option "NoLogo" "true"
  32. Option "UseEDID" "false"
  33. Option "UseDisplayDevice" "none"
  34. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement