@StewJo, you can try to do tty or ssh if your X server isn’t giving you a gui.
Once I installed everything, I ran nvidia-smi which reports the following:
Wed Jun 8 16:27:11 2016
+------------------------------------------------------+
| NVIDIA-SMI 367.18 Driver Version: 367.18 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 Graphics Device Off | 0000:01:00.0 On | N/A |
| 41% 61C P0 56W / 180W | 983MiB / 8105MiB | 33% Default |
+-------------------------------+----------------------+----------------------+
| 1 Graphics Device Off | 0000:02:00.0 Off | N/A |
| 37% 56C P0 47W / 180W | 994MiB / 8113MiB | 22% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
Notice that there are “No running processes found”, even though I am running programs.
Also, the name comes back as “Graphics Device”.
One problem that I ran into is that the cuda 8 installation wants to use an old driver version (362?) that doesn’t support the 1080’s. So you might have to re-install the 367 drivers after if you install cuda 8 from a .deb package. If you install cuda from the .run file, it asks you if you would like to install the 362 drivers, and you can decline that to keep the 367 drivers if you install those first.
I had tried re-installing 367 after installing Cuda 8, and that’s what seems to crash the X server. Possibly a conflict with Nouveau?
I’m putting together a new system from spare parts so I can keep working on this without messing up my main platform. Will try again over the weekend, and keep better track of what I’m installing, choices, etc.
First, get the 1080 hardware working with Linux Mint 17.3. Follow the Quickstart Guide guide to
– blacklist Nouveau
– regenerate kernel
– reboot to terminal (run level 3)
Then:
– install the 367.18 driver
– run xconfig
– reboot. You’ll have to plug your display into the 1080.
Now Mint should be working on your 1080.
Next:
– Install cuda 8.0, but do not install graphics drivers. (I think I booted into run level 3 to do this.)
– Reboot.
That should do it. Let me know if it works.
It can be frustrating, but the more time I spend poking around, the more I learn.
HI Stew!
I was able to make it work under ur instruction, one minor problem I found was that I can no longer use older GTX with 1080
some sort of conflict.