hute37

bumblebee.conf

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