我在 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
选项:
有任何想法吗?