私はxubuntuをインストールしましたが、問題があります。 「nvidia x設定」にプライムプロファイルオプションが表示されないため、GPUを切り替えることはできません。
https://i.stack.imgur.com/MMSVn.png
私が実行したときに出力lspci -k | grep -EA2 'VGA|3D'
:
00:02.0 VGA compatible controller: Intel Corporation Skylake Integrated Graphics (rev 06)
Subsystem: ASUSTeK Computer Inc. Skylake Integrated Graphics
Kernel modules: i915_bpo
--
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
Subsystem: ASUSTeK Computer Inc. GM107M [GeForce GTX 960M]
Kernel driver in use: nvidia
メガネ:
CPU
Intel Core i7 6700HQ @ 2.60GHz 44 °C
Skylake 14nm Technology
RAM
16.0GB
Motherboard
ASUSTeK COMPUTER INC. GL552VW (U3E1)
Graphics
Generic PnP Monitor (1920x1080@60Hz)
Intel HD Graphics 530 (ASUStek Computer Inc)
4095MB NVIDIA GeForce GTX 960M (ASUStek Computer Inc) 50 °C
ForceWare version: 372.54
SLI Disabled
ベストアンサー1
gtf 1600 900 60 -x
xrandr --newmode "1600x900" 119.00 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync
xrandr --addmode VGA1 1600x900
xrandr --output VGA1 --mode 1600x900
必要に応じて数字1600 900を調整します。