我的 Ubuntu 自带的独立显卡驱动发热太大,解决这个问题,可以装 Bumblebee 实现显卡切换。
此操作适用于 N 卡,A 卡未测试。
Step 1: 添加源
sudo add-apt-repository ppa:bumblebee/stable
Step 2: 安装 Bumblebee
建议先更新系统
sudo apt-get update
sudo apt-get install bumblebee
Step 3: 安装 NVIDIA 驱动
sudo apt-get install bumblebee-nvidia
Step 4: 重启系统
sudo reboot
Step 5: 测试 Bumblebee
lspci |grep -i VGA
如果独立显卡驱动已关,则安装成功。