
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)
ビデオ コントローラーが 2 つあるというのは驚きです。エヌビディア オプティマスカードには 2 つのビデオ コントローラがありますが、GeForce G 105M は Nvidia Optimus カードではありません。
http://www.geforce.com/hardware/notebook-gpus/geforce-g105m
(対照的にhttp://www.geforce.com/hardware/notebook-gpus/geforce-gtx-980mGeForce Technologies セクションでは Optimus と CUDA の両方について言及しています)
sudo prime-select intel
とにかく、ラップトップで 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
何か案は?