Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
37
rated 0 times [  37] [ 0]  / answers: 1 / hits: 126389  / 2 Years ago, fri, october 21, 2022, 9:49:52

The previous methods i have used to set up Bumblebee on 13.10 based distributions is not working under Ubuntu 14.04 . How can I set up Bumblebee and Bumblebee GUI in Ubuntu 14.04 ?


More From » nvidia

 Answers
1

To install bumblebee in Ubuntu 14.04, run these commands in terminal



sudo apt-get install bumblebee bumblebee-nvidia primus nvidia-331


Now you have to install Bumblebee GUI to manage apps to be opened using nVidia. Here is the instructions:



Install Python App Indicator:



sudo apt-get install python-appindicator


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 bumblebee-indicator



Now reboot.


[#25804] Sunday, October 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
poous

Total Points: 81
Total Questions: 101
Total Answers: 119

Location: Cambodia
Member since Sat, Oct 3, 2020
4 Years ago
;