怎样解决Ubuntu发热严重地问题?

刚装ubuntu的时候那是相当地热,hot。直接地原因是没有对应地显卡驱动,然后在software update里面找到Nivida地最新驱动,兴高採烈地装上试一试。一点用处没有!

在网上搜了搜,有一个叫Bumblebee Project的项目在做Nivida显卡的驱动适配工作,安装上试一试。果然不错,尽管还是略热,但也就是Win7以下地温度。毕竟,如今已经是夏天了嘛,总比原来能在上面能够烤鸡蛋要好得多。

详细过程例如以下:

对于14.04和更新地ubuntu版本号:

1.Alt +Ctrl+T打开命令行

2.Enable the Universe and Multiverse repositories in order to allow the bumblebee and nvidia packages to be installed。

然后输入sudo apt-get install bumblebee bumblebee-nvidia primus linux-headers-generic

3.reboot

对于12.04

1.Alt +Ctrl+T打开命令行

2.Enable the Universe and Multiverse repositories in order to allow the bumblebee and nvidia packages to be installed,

然后输入sudo add-apt-repository ppa:bumblebee/stable

3.sudo apt-get update

4.Install Bumblebee using the default proprietary nvidia driver for 12.04:

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

5.reboot

參考文献:Bunblebee Project解决Ubuntu温度过热问题