您现在的位置是:网站首页> 编程资料编程资料
Ubuntu 13.04双显卡安装NVIDIA GT630M驱动过程详解_Ubuntu/Debian_操作系统_
2024-03-22
146人已围观
简介 Ubuntu 13.04双显卡安装NVIDIA GT630M驱动过程详解_Ubuntu/Debian_操作系统_
Ubuntu 13.04双显卡安装NVIDIA GT630M驱动
安装 bumblebee 以管理双显卡,下面命令会自动安装NVIDIA显卡驱动
[plain]
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia
安装成功后,重启电脑
查看显卡状态
[plain]
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 表示独立显卡已经关闭
查看显卡驱动是否安装成功
[plain]
sudo optirun nvidia-settings -c :8

至此,显卡驱动已安装成功,如果要以独立显卡运行某个程序,例如 test 程序
sudo optirun test
相关内容
- Ubuntu系统下网卡最基本的网络设置方法_Ubuntu/Debian_操作系统_
- Ubuntu Opera 默认浏览器安装与设置方法_Ubuntu/Debian_操作系统_
- Ubuntu安装英汉词典(词库)详细步骤_Ubuntu/Debian_操作系统_
- UBuntu系统安装KVM创建虚拟机遭遇故障的解决方法_Ubuntu/Debian_操作系统_
- ubuntu安装虚拟磁带库mhvtl的方法_Ubuntu/Debian_操作系统_
- Ubuntu 11.04 安装后要做的20件事情分享_Ubuntu/Debian_操作系统_
- 服务器迁移之debian重新配置Web服务的一些细节备忘_Ubuntu/Debian_操作系统_
- 在Ubuntu下如何将chm文件转成pdf格式的方法介绍_Ubuntu/Debian_操作系统_
- CF变身英雄级AK什么时候上线_穿越火线变身英雄级AK怎么样_网络游戏_游戏攻略_
- 洛克王国早教森巴怎么得去哪抓 早教森巴获得方法_网络游戏_游戏攻略_
