0

I recently installed bumblebee.My problem is when I ran any command in terminal it showed me an error.If I run following commands in terminal

bumblebeed --driver DRIVER bumblebeed --group GROUP bumblebeed --pidfile FILE

it shows me following errors

[ 904.901313] [ERROR]Module 'DRIVER' is not found. [ 2656.497095] [ERROR]Cannot open or write pidfile /var/run/bumblebeed.pid. [ 2729.466978] [ERROR]Could not set the GID of bumblebee: Operation not permitted

respectively. How can I fix this or do I have to reinstall bumblebee?

1 Answers1

0

Run the below commands to install bumblebee:
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get -f install bumblebee bumblebee-nvidia virtualgl linux-headers-generic

-f to fix the missing packages.

For ubuntu 13.10 replace last command by this

sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic

Don't forget to reboot after running all these commands.

Avinash Raj
  • 80,446