Chinaunix首页 | 论坛 | 博客
  • 博客访问: 356934
  • 博文数量: 51
  • 博客积分: 916
  • 博客等级: 准尉
  • 技术积分: 539
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-01 15:37
文章分类

全部博文(51)

文章存档

2014年(1)

2012年(49)

2011年(1)

我的朋友

分类: LINUX

2012-08-13 10:14:53

参考:

  1. sudo add-apt-repository ppa:bumblebee/stable
  2. sudo apt-get update
  3. sudo apt-get install bumblebee bumblebee-nvidia
查看显卡状态:

  1. lspci | grep VGA
  2. 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
  3. 01:00.0 VGA compatible controller: NVIDIA Corporation Device 1058 (rev ff)
ff表示显卡已经关了

Uninstall

If you're unsatisfied with Bumblebee, you can remove it via:

  1. sudo apt-get install ppa-purge

  2. sudo ppa-purge ppa:bumblebee/stable

If you want to keep some programs from the bumblebee repository, you can also suffice by removing Bumblebee only (including its dependencies):

  1. sudo apt-get purge bumblebee

  2. sudo apt-get --purge autoremove


阅读(6897) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~