Hi, i am following this guide of @staticn0de.
i've passed install bumblebee, primus,...
First, when i install Nvidia driver, the Driver's installtion say that it found an older nvidia version , and suddenly terminate. ( i did not install nvidia before that).
I try some command:
Code:
optirun glxspheres64

Polygons in scene: 62464 (61 spheres * 1024 polys/spheres)
Visual ID of window: 0x20
Context is Direct
OpenGL Renderer: GeForce GT 720M/PCIe/SSE2
80.783860 frames/sec - 78.128333 Mpixels/sec
83.099757 frames/sec - 80.368102 Mpixels/sec
Code:
modinfo nvidia_current
filename:       /lib/modules/4.0.0-kali1-amd64/updates/dkms/nvidia-current.ko
alias:          char-major-195-*
version:        352.21
supported:      external
license:        NVIDIA
alias:          pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias:          pci:v000010DEd*sv*sd*bc03sc02i00*
alias:          pci:v000010DEd*sv*sd*bc03sc00i00*
depends:        drm
vermagic:       4.0.0-kali1-amd64 SMP mod_unload modversions
Code:
lspci | grep -i nvidia 
04:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M] (rev ff)
Then, i install Cuda. At the end, the log show: Driver = not selected. When i try step23:
Code:
optirun ./deviceQuery
./deviceQuery Starting...

 CUDA Device Query (Runtime API) version (CUDART static linking)

cudaGetDeviceCount returned 35
-> CUDA driver version is insufficient for CUDA runtime version
Result = FAIL
I am using Kali 2.0 Sana ( kernel 4.0.0 amd64) , gcc version = 4.9.2, GPU GT 720M (optimus)
==> Driver version: 352.21
Cuda v7.5 (64bit) ==> version: 352.39 ???
Please help me to resolve this problem