Advertisement
Guest User

Untitled

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