spacepaste

  1.  
  2. # Configuration file for Bumblebee. Values should **not** be put between quotes
  3. ## Server options. Any change made in this section will need a server restart
  4. # to take effect.
  5. [bumblebeed]
  6. # The secondary Xorg server DISPLAY number
  7. VirtualDisplay=:8
  8. # Should the unused Xorg server be kept running? Set this to true if waiting
  9. # for X to be ready is too long and don't need power management at all.
  10. KeepUnusedXServer=false
  11. # The name of the Bumbleblee server group name (GID name)
  12. ServerGroup=bumblebee
  13. # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
  14. # server exits.
  15. TurnCardOffAtExit=true
  16. # The default behavior of '-f' option on optirun. If set to "true", '-f' will
  17. # be ignored.
  18. NoEcoModeOverride=false
  19. # The Driver used by Bumblebee server. If this value is not set (or empty),
  20. # auto-detection is performed. The available drivers are nvidia and nouveau
  21. # (See also the driver-specific sections below)
  22. Driver=nvidia
  23. # Directory with a dummy config file to pass as a -configdir to secondary X
  24. XorgConfDir=/etc/bumblebee/xorg.conf.d
  25. # Xorg binary to run
  26. XorgBinary=Xorg
  27. ## Client options. Will take effect on the next optirun executed.
  28. [optirun]
  29. # Acceleration/ rendering bridge, possible values are auto, virtualgl and
  30. # primus.
  31. Bridge=primus
  32. # The method used for VirtualGL to transport frames between X servers.
  33. # Possible values are proxy, jpeg, rgb, xv and yuv.
  34. VGLTransport=rgb
  35. # List of paths which are searched for the primus libGL.so.1 when using
  36. # the primus bridge
  37. PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
  38. # Should the program run under optirun even if Bumblebee server or nvidia card
  39. # is not available?
  40. AllowFallbackToIGC=false
  41. # Driver-specific settings are grouped under [driver-NAME]. The sections are
  42. # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
  43. # detection resolves to NAME).
  44. # PMMethod: method to use for saving power by disabling the nvidia card, valid
  45. # values are: auto - automatically detect which PM method to use
  46. # bbswitch - new in BB 3, recommended if available
  47. # switcheroo - vga_switcheroo method, use at your own risk
  48. # none - disable PM completely
  49. # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
  50. ## Section with nvidia driver specific options, only parsed if Driver=nvidia
  51. [driver-nvidia]
  52. # Module name to load, defaults to Driver if empty or unset
  53. KernelDriver=nvidia-uvm
  54. PMMethod=bbswitch
  55. # colon-separated path to the nvidia libraries
  56. LibraryPath=/usr/lib64/opengl/nvidia/lib:/usr/lib/opengl/nvidia/lib
  57. # comma-separated path of the directory containing nvidia_drv.so and the
  58. # default Xorg modules path
  59. XorgModulePath=/usr/lib64/opengl/nvidia/lib,/usr/lib64/opengl/nvidia/extensions,/usr/lib64/xorg/modules/drivers,/usr/lib64/xorg/modules
  60. XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
  61. ## Section with nouveau driver specific options, only parsed if Driver=nouveau
  62. [driver-nouveau]
  63. #KernelDriver=nouveau
  64. #PMMethod=auto
  65. #XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
  66.