The official nvidia driver for linux is 515.xx and the Kali repo gives 470.xx
I'm trying to install Nvidia driver following the official Kali document tutorial, by just using
Code:
apt-get install nvidia-driver
, it didn't work, from what I know, it is because the nvidia-current and nvidia-modeset modules cannot be loaded by modprobe, and that is because both modules are dkms, they need to be built and loaded externally, the building process requires good linux-header to make the module work with the kernel, and the default header are simply not working for it.
In conclusion, why is everything else, including kernel, so new and repo of the nvidia driver so old? And they are don't even work with each other...