So, I have a problem with starting Nvidia X Server Setting. Running nvidia-settings
also cause error like this:
ERROR: Unable to load info from any available system
My system is: Ubuntu 18.04 LTS Drivers are properly installed nvidia-smi
:
Sat Dec 8 20:44:17 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 415.18 Driver Version: 415.18 CUDA Version: 10.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1050 Off | 00000000:01:00.0 Off | N/A |
| N/A 40C P8 N/A / N/A | 0MiB / 2000MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
I can change profile with prime-select
from nvidia
to intel
and back again.
More over, I can install CUDA 10.0 but I am unable to access Nvidia settings.
I installed Nvidia driver from PPA repository:
ubuntu-drivers devices
:
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Dsv0000103Csd00008478bc03sc00i00
vendor : NVIDIA Corporation
model : GP107M [GeForce GTX 1050 Mobile]
driver : nvidia-driver-390 - third-party free
driver : nvidia-driver-410 - third-party free
driver : nvidia-driver-415 - third-party free recommended
driver : nvidia-driver-396 - third-party free
driver : xserver-xorg-video-nouveau - distro free builtin
My problem is identical to this problem: https://askubuntu.com/questions/1099198/nvidia-x-server-settings-gui-doesnt-start-on-ubuntu-18-04
I however have not tried to install CuDNN and TensorFlow-GPU
Furthermore trying to start Nvidia Visual Profiler
or Nsight Eclipse
provides error codes I have not been able to figure out of yet.
All the best