首页 > 系统服务 > 详细

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

时间:2015-06-30 16:26:30      阅读:227      评论:0      收藏:0      [点我收藏+]

刚装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温度过热问题

版权声明:本文为博主原创文章,未经博主允许不得转载。

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

原文:http://blog.csdn.net/mnmlist/article/details/46695985

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!