我最近购买了一台配备 NVIDIA GT750M SLI 的联想 Y510P。
我设法在我的 UEFI 系统上安装了 Ubuntu 13.04,只需下载正确的 .iso、禁用安全启动并从超级托架中移除我的第二张显卡即可。因此,Ubuntu 已自行安装了nouveau
驱动程序,因为它使用的是集成的 Intel HD4600,无法通过 BIOS 禁用或启用。因为这里一切都很好,我可以启动 lightdm 并工作。
现在我想使用我的完整 SLI 配置,或者至少我不想从笔记本电脑上物理移除我的第二张显卡,所以我nvidia-current
从存储库安装了该包。
现在系统在出现此内核消息后冻结
* Starting LightDM Display Manager [OK]
我甚至无法切换到 tty1 到 12。
我尝试quiet splash
从启动项中删除并添加,nomodeset=1
但没有任何变化。
有什么方法可以让它工作吗?
答案1
我整天都在 y510p 上尝试让它工作,但现在我确定我们无法在插入两个视频卡的情况下启动系统。
注意! 配备 Nvidia SLI 的联想 y510p 拥有英特尔显卡和 Nvidia 显卡!你必须设置英特尔首先是视频驱动程序,然后转到 Nvidia。
亮度问题
如果登录时出现黑屏,请尝试按下键盘上的 Fn + 亮度 +(向上箭头),您应该能够看到登录框。
启用英特尔视频驱动程序
- 删除或备份你的 xorg.conf 文件(如果有)
sudo rm /etc/X11/xorg.conf
- 删除所有 nvidia 的东西如果你有:
sudo apt-get remove --purge nvidia*
- 安装英特尔视频驱动程序(可能已经安装):
安装 xserver-xorg-video-intel
- 在xorg.conf.d目录下创建新文件:
sudo nano /usr/share/X11/xorg.conf.d/20-intel.conf
- 将其复制/粘贴到文件中:
“设备”部分 标识符“英特尔” 驱动程序“英特尔” 结束部分
- 保存并退出
- 重新启动系统,现在您应该能够正常使用英特尔图形加速并且没有任何错误。
sudo 立即重启
或按电源按钮
启用 Nvidia 驱动程序
要使 Nividia 卡正常工作(用于某些游戏和应用程序),您需要 xorg edgers repo 和 Bumblebee 中的 nvidia 驱动程序。此方法允许您在 nvidia 驱动程序处于活动状态的情况下运行特定应用程序。
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install nvidia-331 nvidia-331-settings bumblebee bumblebee-nvidia
/etc/bumblebee/bumblebee.conf
像这个答案中一样更新文件:
使用 Nvidia 319 和 bumblebee
答案2
对于那些希望在移动 nvidia 上启用 SLI 的人来说...不要浪费你的时间就像我一样。可悲的是米系列不受支持!就这样。继续向 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