笔记本电脑有两个显卡 - 无法告诉它使用英特尔显卡

笔记本电脑有两个显卡 - 无法告诉它使用英特尔显卡

我在 bash 中输入lspci | grep VGA并得到以下内容:

00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
01:00.0 VGA compatible controller: NVIDIA Corporation G98M [GeForce G 105M] (rev a1)

我有两个视频控制器这一事实令人惊讶。Nvidia Optimus卡有两个视频控制器,但 GeForce G 105M 不是 Nvidia Optimus 卡:

http://www.geforce.com/hardware/notebook-gpus/geforce-g105m

(相比之下http://www.geforce.com/hardware/notebook-gpus/geforce-gtx-980m在 GeForce 技术部分中提到了 Optimus 和 CUDA)

无论如何,我尝试sudo prime-select intel让笔记本电脑使用英特尔显卡,结果如下:

Info: the current GL alternatives in use are: ['mesa', 'mesa']
Info: the current EGL alternatives in use are: ['mesa-egl', None]
Error: the installed packages do not support PRIME
Error: intel mode can't be enabled

那是和xserver-xorg-video-nouveau司机一起的。

我也尝试执行以下步骤https://johners.tech/2016/06/nvidia-optimus-on-linux-mint-18/使用nvidia-340驱动程序,但我在左侧菜单中没有看到PRIME Profiles选项:

在此处输入图片描述

有任何想法吗?

相关内容