From d14ad6f79482dbc6ce3aeda390407460228289d8 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 9 Oct 2022 23:44:23 +0200 Subject: [PATCH] Improved upon Boinc's KB --- knowledge base/boinc.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/knowledge base/boinc.md b/knowledge base/boinc.md index a470ecb..6f5ad7b 100644 --- a/knowledge base/boinc.md +++ b/knowledge base/boinc.md @@ -1,11 +1,17 @@ # BOINC +1. [TL;DR](#tldr) +2. [Client management](#client-management) +3. [Use the GPU for computation](#use-the-gpu-for-computation) + 1. [On OpenSUSE](#on-opensuse) +4. [Further readings](#further-readings) + ## TL;DR ```sh # Install. flatpak install 'edu.berkeley.BOINC' -sudo zypper install 'boinc-manager' +sudo zypper install 'boinc-client' 'boinc-manager' ``` ## Client management @@ -18,7 +24,9 @@ Name | Type | Description ## Use the GPU for computation -[AMD Linux drivers] and [Radeon™ Software for Linux® Installation] +Also see [AMD Linux drivers] and [Radeon™ Software for Linux® Installation]. + +The BOINC client seems to need to be added to the `video` group to be able to use the drivers correctly - this is something I stiil need to check. ### On OpenSUSE