联想Y510P和SLI GT750M无法正常工作

我最近买了一台配备SLI NVIDIA GT750M的联想Y510P。

我设法在我的UEFI系统上安装Ubuntu 13.04,只需下载正确的.iso,禁用安全启动并从ultrabay中删除我的第二块显卡。 因此,Ubuntu已经安装了nouveau驱动程序,因为它使用集成的Intel HD4600,BIOS无法禁用或启用。 从这里开始,一切都很好,我可以启动lightdm并工作。

现在我想使用我的完整SLI配置,或者至少我不想从笔记本电脑中物理删除我的第二块显卡,所以我从存储库安装了nvidia-current软件包。

现在系统在此内核消息之后冻结

 * Starting LightDM Display Manager [OK] 

我甚至无法切换到tty1到12。

我尝试从引导条目中删除quiet splash的启动,添加nomodeset=1但没有任何改变。

有没有办法让它工作?

我在y510p上整天都试着让它工作但是现在我已经确定我们无法在插入两个video卡的情况下启动系统。

注意! 配备Nvidia SLI的联想y510p配备Intel Graphics和Nvidia Graphics! 您必须首先设置intelvideo驱动程序,然后转到Nvidia。

亮度问题

如果您在登录时出现黑屏,请尝试按键盘上的Fn +亮度+(向上箭头),您应该能够看到登录框。

启用英特尔video驱动

  1. 删除或备份xorg.conf文件(如果有)
     sudo rm /etc/X11/xorg.conf 
  2. 如果你有任何东西,删除所有nvidia东西:
      sudo apt-get remove --purge nvidia * 
  3. 安装intelvideo驱动程序(可能已经安装):
      sudo apt-get install xserver-xorg-video-intel 
  4. 在xorg.conf.d目录下创建一个新文件:
      sudo nano /usr/share/X11/xorg.conf.d/20-intel.conf 
  5. 将其复制/粘贴到文件中:
     “设备”部分
        标识符“Intel”
        司机“英特尔”
     EndSection 
  6. 保存并退出
  7. 重新启动系统,你现在应该有正常的英特尔图形加速工作,没有错误。
      sudo立即重启 

    或按电源按钮

启用Nvidia驱动程序

要让Nividia卡工作(对于某些游戏和应用程序),你需要来自xorg edgers repo和Bumblebee的nvidia驱动程序。 此方法允许您在nvidia驱动程序处于活动状态时运行特定应用程序。

  1. sudo add-apt-repository ppa:xorg-edgers/ppa
  2. sudo apt-get update
  3. sudo apt-get install nvidia-331 nvidia-331-settings bumblebee bumblebee-nvidia
  4. 更新/etc/bumblebee/bumblebee.conf文件,如下面的答案:
    使用Nvidia 319和大黄蜂

对于那些希望在移动nvidia上启用SLI的人…… 不要像我一样浪费你的时间 。 可悲的是,不支持所有M系列! 期。 继续向nVidia代表提出请求。 也许这会改变一天。

现在,如果你想用你的笔记本电脑在ubuntu上玩,最好得到一张高端显卡而不是两张SLI(仅限ubuntu!)

硬件要求

 SLI functionality requires: Identical PCI Express graphics cards A supported motherboard (with the exception of Quadro Plex) In most cases, a video bridge connecting the two graphics cards SLI Mosaic Mode requires NVIDIA Quadro GPUs. For the latest information on supported SLI and Multi-GPU configurations, including SLI- and Multi-GPU capable GPUs and SLI-capable motherboards, see http://www.geforce.com/hardware/technology/sli. 

其他说明和要求

 The following other requirements apply to SLI and Multi-GPU: Mobile GPUs are NOT supported <--------------------!!!!! GPUs with ECC enabled may not be used in an SLI configuration SLI on Quadro-based graphics cards always requires a video bridge TwinView is also not supported with SLI or Multi-GPU. Only one display can be used when SLI or Multi-GPU is enabled, with the exception of Mosaic. If X is configured to use multiple screens and screen 0 has SLI or Multi-GPU enabled, the other screens configured to use the nvidia driver will be disabled. Note that if SLI or Multi-GPU is enabled, the GPUs used by that configuration will be unavailable for single GPU rendering. 

http://us.download.nvidia.com/XFree86/Linux-x86_64/361.28/README/sli.html