Ubuntu – How to install Bumblebee-UI (GUI) in Ubuntu 12.04

12.04bumblebeenvidia-optimus

I am quite interested in installing Bumblebee-UI in Ubuntu 12.04 after seeing this video on youtube. Link to video

Has anyone been able to install it successfully?

Best Answer

  • Install Git:

    sudo apt-get install git
    
  • Make a directory for git:

    mkdir git
    cd git
    
  • Check out the repository:

    git clone https://github.com/Bumblebee-Project/bumblebee-ui.git
    cd bumblebee-ui
    sudo ./INSTALL
    
  • Go to Startup Applications and add /usr/local/bin/bumblebee-indicator.

Related Question