sudo apt-get update
sudo apt-get install nvidia-current nvidia-settings
FOR UBUNTU 14.04 LTS
Install the recommended driver from "additional driver" native support.
Don't forget to set this configurations, for power savings and lower the temperature: https://help.ubuntu.com/community/PowerManagement/ReducedPower
FOR UBUNTU 12.04 LTS
The process above didn't work pretty well. The unity was converted to a 2d old one.
Then, install bumblebee:
- sudo add-apt-repository ppa:bumblebee/stable
- Enable the Universe and Multiverse repositories (for bumblebee and nvidia packages respectively).
- sudo apt-get update
- Install Bumblebee using the default proprietary nvidia driver for 12.04 - 13.04 : sudo apt-get install bumblebee bumblebee-nvidia virtualgl linux-headers-generic
- And for 13.10 :
sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic - Reboot
https://wiki.ubuntu.com/Bumblebee
No comments:
Post a Comment