Advertisement
para_bellum

Bumblebee installation

Dec 26th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Ajouter source :
  2. deb http://http.debian.net/debian wheezy-backports main contrib non-free
  3.  
  4. installer headers :
  5. # apt-get install linux-headers-$(uname -r)
  6.  
  7. installer bumblebee :
  8. sudo apt-get install -t wheezy-backports bumblebee-nvidia primus
  9.  
  10. Problème :
  11. para@para-clevo:~$ optirun glxgears
  12. [ 312.087250] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
  13. [ 312.087375] [ERROR]Aborting because fallback start is disabled.
  14. Solution :
  15. Indiquer le bon driver au fichier de configuration de bumblebee:
  16. fichier /etc/bumblebee/bumblebee.conf :
  17. ///
  18. ...
  19. [bumblebeed]
  20. ...
  21. Driver=nvidia
  22. ...
  23. [driver-nvidia]
  24. ...
  25. KernelDriver=nvidia-current
  26. \\\
  27.  
  28.  
  29. Sources :
  30. https://github.com/Bumblebee-Project/Bumblebee/wiki/Install-and-usage
  31. https://wiki.debian.org/Bumblebee#Installation
  32. http://askubuntu.com/questions/36930/how-well-do-laptops-with-nvidia-optimus-work
  33. http://askubuntu.com/questions/130917/bumblebee-module-bbswitch-could-not-be-loaded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement