Skip to content

Commit

Permalink
Update resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ImCatCatcher committed Jan 30, 2024
1 parent 8472d7e commit f370d94
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/apps/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,18 @@ epm -i resources

```shell
flatpak flatpak install flathub net.nokyan.Resources
```
```

## Решение проблемы с неработающим мониторингом карт NVIDIA

При использовании графических карт NVIDIA мониторинг ГП в приложении, установленном из репозитория, может не работать.

Решение:

```shell
su -
apt-get install libnvidia-ml
ln -s libnvidia-ml.so.1 /usr/lib64/libnvidia-ml.so
```

Перезагружаем приложение и наслаждаемся!

0 comments on commit f370d94

Please sign in to comment.