Advertisement
MrPoxipol

/etc/bumblebee/xorg.conf.nvidia

Apr 28th, 2014
416
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.  
  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:1:0: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
  35.  
  36. Section "Monitor"
  37.     Identifier   "VGA1"
  38.         Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
  39.         Option  "PreferredMode"  "1440x900_60.00"
  40.         Option  "Primary" "true"
  41.         Option  "LeftOf" "LVDS1"
  42. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement