Hello Everyone,

I've recently dual booted Kali Linux Rolling Edition (Released – 2016.1) amd64 with Windows 8.1. I made an update to the system (apt-get update && apt-get dist-upgrade) to be able to install my Nvidia Grapchic card's driver. After I installed successfully the Nvidia Driver for my graphic card I disabled Nouveau: sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub then made a reboot.

Checking of the driver:
root@richard:~# glxinfo |grep -i opengl
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 960/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 352.79
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 352.79
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 NVIDIA 352.79
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:
Booting from grub I log into to GUI, but after exactly five minutes the black screen comes up with tty1 without any command, just simply automatically.

I can go back to GUI by pressing Ctrl+Alt+f2 easily, and then it stays there and won't go back to tty1 again, but this is really frustrating that I have to that after every reboot.

Has anyone idea what could be the explanation for this phenomenon?

Thanks for any help in advance, it is greatly appreciated!