Instructions are for 346.47
driver but should work for newer when they are released. Check website for newer and use if available.
apt-get install openssh-server
cd /etc/ssh/
mkdir old-keys
mv ssh_host_* old-keys/
update-rc.d -f ssh remove
update-rc.d -f ssh defaults
dpkg-reconfigure openssh-server
Add SSH key to authorized_keys
or uncomment PasswordAuthentication
from /etc/ssh/sshd_config
service ssh restart
SSH into the Kali instance from another computer.
cd /tmp
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/346.47/NVIDIA-Linux-x86_64-346.47.run
apt-get purge nvidia*
service gdm3 stop
chmod +x ./NVIDIA-Linux-x86_64-346.47.run
./NVIDIA-Linux-x86_64-346.47.run
Add "Interactive"
line to Section "Device"
in /etc/X11/xorg.conf
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "Interactive" "False"
EndSection
reboot