It seems like the system has successfully installed the nvidia proprietary driver as shown in the below image
However it seems like the system is not using the graphic card.
I am not sure what should I do from here. I followed almost every step required to use the graphic driver but it is still not using it.
BTW, there should be some way to configure to use graphic card on nvidia-x server settings but it is not showing up on my machine.
Also, the output of glxinfo clearly shows that my system is not utilizing the nvidia graphic card.
jaebum@jaebum-laptop:~$ glxinfo | grep renderer
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
Any help is welcomed :)
Note that my system is ubuntu 16.10.
(* it is a laptop so I am pretty sure I didn't make mistake like My drivers recognize my graphics card, but nvidia settings do not )
EDIT
I also added the result of the following command
jaebum@jaebum-laptop:~$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
DeviceName: Onboard IGD
Subsystem: Micro-Star International Co., Ltd. [MSI] HD Graphics 530
Kernel driver in use: i915
--
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)
Subsystem: Micro-Star International Co., Ltd. [MSI] GM107M [GeForce GTX 960M]
Kernel modules: nvidiafb, nouveau, nvidia_375_drm, nvidia_375
02:00.0 Network controller: Intel Corporation Wireless 3165 (rev 81)
EDIT2
output of the following command
root@jaebum-laptop:/usr/lib/x86_64-linux-gnu# dkms status
bbswitch, 0.8, 4.4.0-79-generic, x86_64: installed
bbswitch, 0.8, 4.8.0-54-generic, x86_64: installed
lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. – Pilot6 Jun 07 '17 at 09:08prime-select query
output? It is either a Secure Boot issue, or the driver is incorrectly installed. – Pilot6 Jun 07 '17 at 09:17sudo apt purge 'nvidia.*'
thensudo apt install nvidia-375 nvidia-prime
. – Pilot6 Jun 07 '17 at 09:22dkms status
. – Pilot6 Jun 07 '17 at 09:38