I have a graphics card problem. Or, perhaps it's a CUDA problem. The system is Kali Linux 1.1.0. The graphics card is an NVIDIA GeForce GTX 960. My goal is to get the CUDA toolset installed so that I can do other things.
There is no CUDA toolkit available from NVIDIA. However, there is one available in the repos through
apt-get install nvidia-cuda-toolkit. This installation requires the NVIDIA driver to be installed through apt as well, and this installs version 340.65. Version 340.65, however, does not seem to support the card - the NVIDIA Kernel throws out a message, "The NVIDIA GPU installed in this system is not supported by the 340.65 NVIDIA Linux driver release. Please see 'Appendix A - Supported NVIDIA GPU Products' in this release's README, available on the Linux driver download page at
www.nvidia.com." And, indeed, the
relevant page does not list it. Attempting to use it anyway causes xorg to barf and go to the standard black screen with a useless blinking cursor.
Version 352.30, however, works just fine with the graphics card, but attempting to install the nvidia-cuda-toolkit package results in the first thing that happens being a message asking me to uninstall that driver. So, I'm in a bit of a bad spot. Anybody know where I might find the relevant toolkit? I'm comfortable running experimental or beta versions, and with compiling from source or whatever if I have to (although I might wind up needing help). Provided I brick none of the hardware, I don't particularly need this installation to survive, so risks are acceptable. Worst case I might even risk bricking the card; I can probably get it replaced (might have been too long to get it refunded, though; warranties wheeeee).
This is what I would like to do, but of course there's no CUDA version for Kali (or even for Debian, which is what I'd use in a pinch) available from NVIDIA.
EDIT: Eh, fuck it, technically there's nothing I absolutely need Kali for. It'll be faster at this point to just start over and install everything I need on Ubuntu.