Advertisement
Guest User

milomak bumblebee xorg.nvidia.conf

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