I just bought a new laptop with both an Intel HD 5500 and nVidia GeForce 920M, and I'm running Ubuntu 16.04 LTS. According to Google, all I have to do is install the proprietary drivers and choose between cards in the Additional Drivers tab in the Control Panel. As you can see in the attached file, that's what I have done, but nothing seems to happen. Not logging out and back in, not rebooting the laptop. What am I doing wrong?
lspci -k | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
Subsystem: Lenovo Broadwell-U Integrated Graphics
Kernel driver in use: i915
04:00.0 3D controller: NVIDIA Corporation GK208M [GeForce 920M] (rev a1)
Subsystem: Lenovo GK208M [GeForce 920M]
Kernel modules: nvidiafb, nouveau, nvidia_361
prime-select query
and you will see. – Pilot6 Jun 21 '16 at 09:53lspci -k | grep -EA2 'VGA|3D'
terminal command. – Pilot6 Jun 21 '16 at 09:5500:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09) Subsystem: Lenovo Broadwell-U Integrated Graphics Kernel driver in use: i915 -- 04:00.0 3D controller: NVIDIA Corporation GK208M [GeForce 920M] (rev a1) Subsystem: Lenovo GK208M [GeForce 920M] Kernel modules: nvidiafb, nouveau, nvidia_361
– Raúl Valiño Jun 21 '16 at 10:08