首页 > 系统服务 > 详细

ThinkPad 430C Ubuntu 双显卡安装NVIDIA GT 635M驱动

时间:2015-10-28 12:03:01      阅读:394      评论:0      收藏:0      [点我收藏+]

Linux系统:Ubuntu 14.04

安装 bumblebee 以管理双显卡,下面命令会自动安装NVIDIA显卡驱动

sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia

安装成功后,重启电脑

查看显卡状态

lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)

01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev ff)

第一行是Intel核芯显卡信息,第二行是NVIDIA独立显卡信息,最后的 rev ff 表示独立显卡已经关闭

查看显卡驱动是否安装成功

sudo optirun nvidia-settings -c :8

 

至此,显卡驱动已安装成功,如果要以独立显卡运行某个程序,例如 test 程序

sudo optirun test

 

文章来源:

http://www.linuxidc.com/Linux/2013-05/84814.htm

ThinkPad 430C Ubuntu 双显卡安装NVIDIA GT 635M驱动

原文:http://www.cnblogs.com/babylandey/p/4916572.html

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