您的位置:首页 > 其它

如何解决Ubuntu发热严重地问题

2015-06-30 15:02 330 查看
刚装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温度过热问题
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: