如何解決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