Changes

Jump to: navigation, search

Airtop: Installing Linux Mint 19.2

67 bytes added, 06:56, 23 September 2019
/* Nvidia graphics card drivers */
== Nvidia graphics card drivers ==
<pre>
$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt update
$ nvidia_driver=$(apt-cache search "nvidia-driver-[0-9][0-9][0-9]" | grep -o "nvidia-driver-[0-9][0-9][0-9]" | sort | tail -1)
$ sudo apt install $nvidia_driver vdpauinfo mesa-vdpau-drivers vdpau-va-driver --install-recommends
$ sudo reboot
</pre>
 * Then run nvidia-smi command, you should see current NVIDIA card status:
<pre>
$ watch -n1 nvidia-smi
Thu Jul 12 02Sun May 26 15:3157:03 2018 21 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 390430.48 14 Driver Version: 390430.48 14 CUDA Version: 10.2 |
|-------------------------------+----------------------+----------------------+
| 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 106... Quadro RTX 4000 Off On | 00000000:01:00.0 On | N/A || 0% 55C 43C P2 38W P8 1W / 95W 125W | 1287MiB 338MiB / 6075MiB 7979MiB | 60% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 959 1212 G /usr/lib/xorg/Xorg 376MiB 279MiB || 0 1503 1669 G cinnamon 54MiB || 0 14374 C+G mpv 843MiB 58MiB |
+-----------------------------------------------------------------------------+
</pre>
425
edits