Advertisement
Guest User

nvidia crash - xorg.conf.nvidia

a guest
Apr 27th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 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. # Setting ProbeAllGpus to false prevents the new proprietary driver
  13. # instance spawned to try to control the integrated graphics card,
  14. # which is already being managed outside bumblebee.
  15. # This option doesn't hurt and it is required on platforms running
  16. # more than one nvidia graphics card with the proprietary driver.
  17. # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
  18. # If this option is not set, the new Xorg may blacken the screen and
  19. # render it unusable (unless you have some way to run killall Xorg).
  20. Option "ProbeAllGpus" "false"
  21.  
  22. Option "NoLogo" "true"
  23. Option "UseEDID" "false"
  24. Option "UseDisplayDevice" "none"
  25. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement