Guest User

Untitled

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