1

I just finished installing CUDA on my system following these instructions and found out that the installation changed the NVIDIA driver being used on my machine from version 352.55 to version 352.39, as you can see below:

version of NVIDIA drivers is 352.39

I probably wouldn't have even noticed it if I hadn't installed the driver version 352.55 to avoid the following two errors:

that pop-up on any other driver I installed.

I have 2 questions:

  1. During CUDA installation, is there a way to specify NOT to change the currently installed NVIDIA drivers?
  2. If I purge driver 352.39 and reinstall 352.55 is this going to mess up my system / CUDA installation?

My system: Linux vega 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Matteo
  • 2,307
  • You may want to ask someone from Nvidia, if such an option is available in the installer. 2. Again, you should ask Nvidia if other driver versions are allowed.
  • – mikewhatever Oct 26 '15 at 19:23
  • After you install driver, make sure to install nvidia-modprobe and then install CUDA via deb file from Nvidia for latest one. During install deselect installation of driver. – Arup Roy Chowdhury Nov 21 '15 at 14:38
  • @ArupRoyChowdhury - Could you please write your comment in form of an answer? It'd be very useful! Thanks a lot – Matteo Nov 22 '15 at 17:59