分页: 1 / 1

给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-03-24 11:14
linux小菜菜
以前在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

psb.png

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-03-24 11:15
linux小菜菜
:em11 自顶一个

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-03-26 20:21
leijunhuan
敢问兄台,如果不是双卡而是集显,能装这个搞定驱动问题么
装好系统,更新完成后,图形显示是Gallium 0.4 on llvmpipe (LLVM 0x301)
但,开文件管理器或者浏览器等等窗口都很卡,感觉没显卡驱动一样,问题在于系统检测不出有硬件需要装驱动,这个该怎么办

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-04-01 23:42
zhucl428
用你的方法成功了.十分感谢.

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-04-11 8:07
164144501
总线地址是和楼主一样还是看自己的?如何查看

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-04-16 16:38
zzd0907
我也试试你这个方法

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-05-07 22:24
linux小菜菜
164144501 写了:总线地址是和楼主一样还是看自己的?如何查看
总线地址在终端里输入lspci回车就有了或者在那个配置文件的注释里就有

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-05-07 22:25
linux小菜菜
leijunhuan 写了:敢问兄台,如果不是双卡而是集显,能装这个搞定驱动问题么
装好系统,更新完成后,图形显示是Gallium 0.4 on llvmpipe (LLVM 0x301)
但,开文件管理器或者浏览器等等窗口都很卡,感觉没显卡驱动一样,问题在于系统检测不出有硬件需要装驱动,这个该怎么办
这个是针对intel+nvidia双显卡的解决办法啊

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-05-08 13:20
liminjun88
Dell这款机器默认是Ubuntu啵?

Re: 给没成功的兄弟参考。dell inspiron-3420双显卡安装ubuntu,使用bumblebee控制独显

发表于 : 2013-10-26 16:46
yajayaj
多谢啊,找了好多方法,就你这个方法成功了,多谢多谢,呵呵