Advertisement
kravecm

/etc/bumblebee/bumblebee.conf

Dec 11th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. [bumblebeed]
  2. VirtualDisplay=:8
  3. KeepUnusedXServer=false
  4. ServerGroup=bumblebee
  5. TurnCardOffAtExit=false
  6. NoEcoModeOverride=false
  7. Driver=radeon
  8.  
  9. ## Client options. Will take effect on the next optirun executed.
  10. [optirun]
  11. # The method used for VirtualGL to transport frames between X servers.
  12. # Possible values are proxy, jpeg, rgb, xv and yuv.
  13. VGLTransport=proxy
  14. # Should the program be run even if the Bumblebee daemon or discrete video card
  15. # is not available?
  16. AllowFallbackToIGC=false
  17.  
  18.  
  19. # Driver-specific settings are grouped under [driver-NAME]. The sections are
  20. # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
  21. # detection resolves to NAME).
  22. # PMMethod: method to use for saving power by disabling the discrete video
  23. # card, valid values are:
  24. # auto - automatically detect which PM method to use
  25. # bbswitch - for nvidia and nouveau, recommended if available
  26. # switcheroo - vga_switcheroo method, nouveau and radeon only
  27. # none - disable PM completely
  28. # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
  29.  
  30. [driver-radeon]
  31. # Module name to load, defaults to Driver if empty or unset
  32. KernelDriver=
  33. PMMethod=switcheroo
  34. # colon-separated path to the nvidia libraries
  35. LibraryPath=
  36. # comma-separated path of the directory containing nvidia_drv.so and the
  37. # default Xorg modules path
  38. XorgModulePath=
  39. XorgConfFile=/etc/bumblebee/xorg.conf.radeon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement