Bumblebee

Differences between revisions 38 and 39
Revision 38 as of 2012-01-17 18:24:43
Size: 3429
Editor: openlaptop
Comment: Google+ added
Revision 39 as of 2012-01-19 18:31:16
Size: 3464
Editor: ip4da018ae
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="width:100%;" style="width: 40px; border: none; -moz-border-radius-topleft: 15px ;-moz-border-radius-bottomleft: 15px; background-color: #F1F1DD; border: none; -moz-border-radius-topright: 15px;-moz-border-radius-bottomright: 15px; font-size: 0.90em; text-align: center;"> ''' Note: URLs mentioned in this article are not valid until Bumblebee 3.0 has officially been released ''' || ||<tablestyle="width:100%;" style="width: 40px; border: none; -moz-border-radius-topleft: 15px ;-moz-border-radius-bottomleft: 15px; background-color: #F1F1DD; border: none; -moz-border-radius-topright: 15px;-moz-border-radius-bottomright: 15px; font-size: 0.90em; text-align: center;"> ''' Note: these instructions are valid after 7:00 PM UTC ''' ||
Line 18: Line 18:
 3. `sudo apt-get install bumblebee`  3. Install Bumblebee using the proprietary nvidia driver: `sudo apt-get install bumblebee bumblebee-nvidia`
Line 20: Line 20:
 5. Re-login  5. Reboot or re-login

Note: these instructions are valid after 7:00 PM UTC

Bumblebee Project

Bumblebee aims to provide support for NVIDIA Optimus laptops for GNU/Linux distributions. Using Bumblebee, you can use your NVIDIA card for rendering graphics which will be displayed using the Intel card.

Installation

Currently, you need to open your terminal and enter the commands below.

  1. sudo add-apt-repository ppa:bumblebee/stable

If you are on Ubuntu prior to 11.10 and want newer drivers (recommended) than the ones available in the official repos, run:

  • sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

  1. sudo apt-get update

  2. Install Bumblebee using the proprietary nvidia driver: sudo apt-get install bumblebee bumblebee-nvidia

  3. sudo usermod -a -G bumblebee $USER (change $USER to your username)

  4. Reboot or re-login

Usage

To run your application with the discrete NVIDIA card run in the terminal:

  • $ optirun [options] <application> [application-parameters]

Example:

  • $ optirun firefox

For a list of options for optirun run:

  • $ optirun --help

Power Management

A primary goal of this project is to not only enable use of the discrete GPU for rendering, but also to enable smart power management of the dGPU when it's not in use. We're using either bbswitch (a module) or vga_switcheroo (kernel module, experimental) to do this in Bumblebee.

Since Bumblebee 3.0, this feature is enabled by default, using bbswitch. This allow automatic power management, without any configuration needs.

If Power Management doesn't work on your laptop, please go to this Power Management (PM) page and help to improve Bumblebee.

IRC

Please join #bumblebee channel on Freenode if you wish to help testing and creating the installer.

Reporting bugs/problems

First of all: If you have any problem, please read this article: https://github.com/Bumblebee-Project/Bumblebee/wiki/Troubleshooting

If your issue is not solved, you can join the #bumblebee IRC channel to ask for help (recommended). See also https://github.com/Bumblebee-Project/Bumblebee/wiki/Reporting-Issues

If you're asked to create a bugreport, run the next command in a terminal: sudo bumblebee-bugreport

Uninstall

If you're unsatisfied with Bumblebee, you can remove it via:

  • $ apt-get purge bumblebee

Social Media

Follow us on: Facebook, Twitter and Google+.

CUDA

There is sometimes confusion about CUDA. You don't need Bumblebee to run CUDA. Follow the How-to to get CUDA working under Ubuntu.


CategoryHardware

Bumblebee (last edited 2015-05-03 11:04:05 by penalvch)