以前在ubuntu上使用bumblebee总是失败,终端输入lspci,显示3D controller: NVIDIA Corporation Device 1140 (rev a1),独显关不掉,光发热不干活,本本没一会儿就没电了。在xubuntu或者kubuntu等衍生版本上就能安装成功。
现在ubuntukylin bate1中文定制版发布了,马上装上体验一番,顺便看看能不能搞定bumblebee控制双显卡。这次倒是成功关闭独显了,终端输入lspci,显示3D controller: NVIDIA Corporation Device 1140 (rev ff)。不过输入optirun glxspheres进行3D测试时出问题了:
[ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
[ERROR]Aborting because fallback start is disabled.
无法访问第二GPU,没有检测到设备。百度谷歌了一番,查到的方法都试了一遍,哪怕是相似的错误提示也试着按他的方法做了,还不行,重启N遍了!!ArchWiki给出的解决方案是:
In this case, you will need to move the file /etc/X11/xorg.conf.d/20-intel.conf to somewhere else. Restart the bumblebeed daemon, and it should work.
It could be also necessary to comment the driver line in /etc/X11/xorg.conf.d/10-monitor.conf.
If you're using the nouveau driver you could try switching to the nVidia driver.
You might need to define the nvidia card somewhere (e.g. file /etc/X11/xorg.conf.d), and remember to change the BusID using lspci.
擦,上面说的这几个文件都没有让我怎么弄。。。
最后试着改了一下/etc/bumblebee/xorg.conf.nvidia。成功了。
终端输入:sudo gedit /etc/bumblebee/xorg.conf.nvidia
将原来的:
Section "Device"
Identifier "Device1"
VendorName "NVIDIA Corporation"
改为
Section "Device"
Identifier "nvidiagpu1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BusID "PCI:02:00:0"
最后加一句总线地址: BusID "PCI:02:00:0"
保存。终端输入:sudo reboot
重启后,终端输入:optirun glxspheres。如下图
可以看出,已经正确识别出我的显卡:GeForce GT 620M
给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显
- linux小菜菜
- 帖子: 317
- 注册时间: 2011-02-11 11:02
-
- 帖子: 60
- 注册时间: 2010-09-13 14:49
Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显
敢问兄台,如果不是双卡而是集显,能装这个搞定驱动问题么
装好系统,更新完成后,图形显示是Gallium 0.4 on llvmpipe (LLVM 0x301)
但,开文件管理器或者浏览器等等窗口都很卡,感觉没显卡驱动一样,问题在于系统检测不出有硬件需要装驱动,这个该怎么办
装好系统,更新完成后,图形显示是Gallium 0.4 on llvmpipe (LLVM 0x301)
但,开文件管理器或者浏览器等等窗口都很卡,感觉没显卡驱动一样,问题在于系统检测不出有硬件需要装驱动,这个该怎么办
-
- 帖子: 1
- 注册时间: 2013-02-24 1:08
- 系统: ubuntu 12.10
Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显
用你的方法成功了.十分感谢.
-
- 帖子: 1
- 注册时间: 2010-08-08 18:23
Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显
总线地址是和楼主一样还是看自己的?如何查看
-
- 帖子: 2
- 注册时间: 2013-04-13 22:29
- 系统: Ubuntu 12.04
- linux小菜菜
- 帖子: 317
- 注册时间: 2011-02-11 11:02
Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显
总线地址在终端里输入lspci回车就有了或者在那个配置文件的注释里就有164144501 写了:总线地址是和楼主一样还是看自己的?如何查看
- linux小菜菜
- 帖子: 317
- 注册时间: 2011-02-11 11:02
Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显
这个是针对intel+nvidia双显卡的解决办法啊leijunhuan 写了:敢问兄台,如果不是双卡而是集显,能装这个搞定驱动问题么
装好系统,更新完成后,图形显示是Gallium 0.4 on llvmpipe (LLVM 0x301)
但,开文件管理器或者浏览器等等窗口都很卡,感觉没显卡驱动一样,问题在于系统检测不出有硬件需要装驱动,这个该怎么办
-
- 帖子: 85
- 注册时间: 2012-07-16 9:45
- 系统: Ubuntu 12.04
- 来自: 上海市徐汇区
- 联系:
Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显
Dell这款机器默认是Ubuntu啵?
Linux和C语言存在和发展了30年,证明其魅力所在。
-
- 帖子: 6
- 注册时间: 2013-05-30 14:50
- 系统: windows7
Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显
多谢啊,找了好多方法,就你这个方法成功了,多谢多谢,呵呵