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:
I probably wouldn't have even noticed it if I hadn't installed the driver version 352.55
to avoid the following two errors:
ACPI PCC Probe Failed
- [
snd_hda_intel 0000:00:03.0: failed to add i915 component master (-19)
]
that pop-up on any other driver I installed.
I have 2 questions:
- During CUDA installation, is there a way to specify NOT to change the currently installed NVIDIA drivers?
- If I purge driver
352.39
and reinstall352.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