I installed fresh ubuntu 18.04. I got two nvidia gpus on my machine. I installed nvidia drivers for them. And after installation I checked if drivers are installed properly by using nvidia-smi. And got a list of processes which are gnome-shell and xorg/Xorg. These occupy gpus unnecessarily (500MB) because I linked my monitor to iGPU. How can I get rid of these processes? :
+-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 1067 G /usr/lib/xorg/Xorg 47MiB | | 0 1165 G /usr/bin/gnome-shell 51MiB | | 0 1409 G /usr/lib/xorg/Xorg 191MiB | | 0 1593 G /usr/bin/gnome-shell 168MiB |
Thank you in advance.